Attributes
- Inherited from:
- TableValidator (hidden)
A model for generating queries from Table information.
The effect type
A class that implements a Product that is one-to-one with the table definition.
Trait for generating SQL table information.
A method to build a query model that inserts data from multiple models into all columns defined in a table.
A method to build a query model that inserts data from multiple models into all columns defined in a table.
product isomorphism map
A class that implements a Product that is one-to-one with the table definition.
A method to build a query model that inserts data from the model into all columns defined in the table.
A method to build a query model that inserts data from the model into all columns defined in the table.
product isomorphism map
A class that implements a Product that is one-to-one with the table definition.
A method to build a query model that inserts data into all columns defined in the table.
A method to build a query model that inserts data into all columns defined in the table.
product isomorphism map
A list of Tuples constructed with all the property types that Table has.
A method to build a query model that inserts data into specified columns defined in a table.
A method to build a query model that inserts data into specified columns defined in a table.
Type of value to be obtained
Function to retrieve columns from Table.
A method to build a query model that inserts data in all columns defined in the table or updates the data if there are duplicate primary keys.
A method to build a query model that inserts data in all columns defined in the table or updates the data if there are duplicate primary keys.
product isomorphism map
A list of Tuples constructed with all the property types that Table has.
A method to build a query model that inserts data in all columns defined in the table or updates the data if there are duplicate primary keys.
A method to build a query model that inserts data in all columns defined in the table or updates the data if there are duplicate primary keys.
product isomorphism map
A class that implements a Product that is one-to-one with the table definition.
A method to perform a simple Join.
A method to perform a simple Join.
A class that implements a Product that is one-to-one with the table definition.
Comparison function that performs a Join.
TableQuery to do a Join.
Method to perform Left Join.
Method to perform Left Join.
A class that implements a Product that is one-to-one with the table definition.
Comparison function that performs a Join.
TableQuery to do a Join.
Method to perform Right Join.
Method to perform Right Join.
A class that implements a Product that is one-to-one with the table definition.
Comparison function that performs a Join.
TableQuery to do a Join.
A method to build a query model that specifies and retrieves columns defined in a table.
A method to build a query model that specifies and retrieves columns defined in a table.
Type of value to be obtained
Function to retrieve columns from Table.
A method to build a query model to retrieve all columns defined in the Table.
A method to build a query model to retrieve all columns defined in the Table.
product isomorphism map
A method to build a query model that updates specified columns defined in a table.
A method to build a query model that updates specified columns defined in a table.
Scala types that match SQL DataType
Type with a single instance
A value to verify that the specified type matches the type of the specified column that the Table has.
Position of the specified type in tuple X
product isomorphism map
A type with a single instance. Here, Column is passed.
A value of type T to be inserted into the specified column.
A method to build a query model that updates all columns defined in the table using the model.
A method to build a query model that updates all columns defined in the table using the model.
product isomorphism map
A class that implements a Product that is one-to-one with the table definition.
Method to construct a query to create a table.
Method to construct a query to create a table.
Method to construct a query to delete a table.
Method to construct a query to delete a table.
Method to construct a query to drop a table.
Method to construct a query to drop a table.
Method to construct a query to truncate a table.
Method to construct a query to truncate a table.
Variable that generates the Create statement that creates the Table.
Variable that generates the Create statement that creates the Table.
Variable that generates the Drop statement that creates the Table.
Variable that generates the Drop statement that creates the Table.
Variable that generates the Truncate statement that creates the Table.
Variable that generates the Truncate statement that creates the Table.