com.outworkers.phantom.builder.clauses
A path dependant type condition used explicitly for WHERE clauses.
A path dependant type condition used explicitly for WHERE clauses. This is used to build and distinguish serialised queries that are used in primary index clauses.
The columns that form the condition of the where clause are always part of the primary key.
SELECT WHERE id = 'test' LIMIT 1; UPDATE WHERE name = 'your_name' SET city = 'London';
Type of argument