Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages

B

BETWEEN - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Between a given range (BETWEEN)
bigint() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to BIGINT.
bigint() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to BIGINT.
BIGINT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The BIGINT type in MySQL
binary() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to BINARY.
binary() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to BINARY.
BINARY - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The BINARY type in MySQL
bit() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to BIT.
bit() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to BIT.
BIT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The BIT type in MySQL
blob() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to BLOB.
blob() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to BLOB.
BLOB - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The BLOB type in MySQL
bool() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to BOOL.
bool() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to BOOL.
BOOL - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The BOOL type in MySQL
booleans(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of booleans, a single boolean for each row
build() - Method in interface com.github.tadukoo.database.mysql.Database.Build
Builds a new Database with the set parameters
build() - Method in class com.github.tadukoo.database.mysql.Database.DatabaseBuilder
Builds a new Database with the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.Build
Builds a new SubPojoDefinition using the set parameters after checking for problems
build() - Method in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.SubPojoDefinitionBuilder
Builds a new SubPojoDefinition using the set parameters after checking for problems
build() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Build
Constructs a new ColumnDefinition using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
Constructs a new ColumnDefinition using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.Conditional.Build
Constructs a new Conditional with the set parameters after checking for errors
build() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional.ConditionalBuilder
Constructs a new Conditional with the set parameters after checking for errors
build() - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.Build
Builds a new ConditionalStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.ConditionStatementBuilder
Builds a new ConditionalStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
Builds a new ForeignKeyConstraint using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.OptionsOrBuild
Builds a new ForeignKeyConstraint using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.Build
Builds a new ColumnRef using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnRefBuilder
Builds a new ColumnRef using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.reference.TableRef.AliasAndBuild
Builds a new TableRef with the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableRefBuilder
Builds a new TableRef with the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.Build
Builds a new SQLAlterStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
Builds a new SQLAlterStatement using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.Build
Constructs a new SQLCreateStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
Constructs a new SQLCreateStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement.SQLDeleteStatementBuilder
Builds a new SQLDeleteStatement with the given parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement.WhereStatementAndBuild
Builds a new SQLDeleteStatement with the given parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Build
Constructs a new SQLDropStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
Constructs a new SQLDropStatement using the set parameters
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.Build
Creates a new SQLInsertStatement after checking for errors
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.SQLInsertStatementBuilder
Creates a new SQLInsertStatement after checking for errors
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.Build
Builds a new SQLSelectStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
Builds a new SQLSelectStatement using the set parameters
build() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.SQLUpdateStatementBuilder
Builds a new SQLUpdateStatement based on the set parameters after checking for errors
build() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.WhereStatementAndBuild
Builds a new SQLUpdateStatement based on the set parameters after checking for errors
builder() - Static method in class com.github.tadukoo.database.mysql.Database
 
builder() - Static method in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.reference.TableRef
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLStatement
 
builder() - Static method in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement
 
Builder(ColumnDefinition.ColumnDefinitionBuilder) - Constructor for class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
Creates a new Builder using the given parameters from the ColumnDefinition.ColumnDefinitionBuilder
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages