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
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.
Functions used to convert instances of various classes to and from Strings.
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
QueryCondition
s 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
SQLException
s to be thrown silently.Table indices, used to speed up queries.
Table indices, used to speed up queries.