All Classes and Interfaces

Class
Description
 
 
 
Statements implementing this interface output multi-statement blocks.
 
 
Utility class denoting a statement closes a block of statements.
Certain attributes the type of a column may have.
The default value of a column.
A structure used to describe a column.
Used when making new tables.
Acquire a ColumnStructure via ColumnType.struct() on any of the types in that class.
 
 
 
 
 
Database Collection Functions
Functions used to convert instances of various classes to and from Strings.
An interface implemented by DbList, DbSet and DbMap which always pass themselves as an instance of this interface when converting their key/value or element type to/from a String.
 
 
 
 
 
 
 
 
 
Utility class to denote a statement is a declaring statement, because all declaring statements must be at the top of the block.
Represents a configurable that may have a default value.
 
A function that requires a parameter to be configured.
 
A function that requires a parameter to be configured.
 
A function that requires an amount of parameters to be configured.
 
 
 
 
Statement ending a block of statements.
 
An indication that every row in a table references to a row in another table (child/parent rows)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Utility class denoting that a statement opens a block of statements.
 
 
A condition a query must meet to affect or return rows.
A collection of QueryConditions which a query must meet to affect or return rows.
 
To make sure that functions don't get enquoted when putting them in a query, wrap them in this class.
Indicates a limit of the amount of rows you wish to have returned.
The order in which to return results.
 
 
 
 
Returned when you use any of the select methods in Database.
 
 
An Exception class to wrap SQLExceptions to be thrown silently.
 
 
 
Table indices, used to speed up queries.
 
Table indices, used to speed up queries.