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

T

table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement.SQLDeleteStatementBuilder
The table to delete from
table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement
The table to delete from
table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.SQLInsertStatementBuilder
The table to insert into
table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement
The table to insert into
table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.SQLUpdateStatementBuilder
The table to update
table - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement
The table to update
table() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
Set the type to altering a table
table() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.Type
Set the type to altering a table
table() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
We'll be creating a table
table() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.Type
We'll be creating a table
table() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
We'll be dropping a Table
table() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Type
We'll be dropping a Table
table(TableRef) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement.SQLDeleteStatementBuilder
table(TableRef) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement.Table
 
table(TableRef) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.SQLInsertStatementBuilder
table(TableRef) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.Table
 
table(TableRef) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.SQLUpdateStatementBuilder
table(TableRef) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement.Table
 
TABLE - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLType
Represents a Table in MySQL
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnRefBuilder
The name of the table the column is on
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef
The name of the table the column is on
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.reference.TableRef
The name of the table
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableRefBuilder
The name of the table
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
The name of the table to alter
tableName - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement
The name of the table to alter
tableName(String) - Method in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnRefBuilder
tableName(String) - Method in interface com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.TableNameOrColumnName
 
tableName(String) - Method in interface com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableName
 
tableName(String) - Method in class com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableRefBuilder
tableName(String) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
tableName(String) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.TableName
 
tableName(String) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
tableName(String) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.TableName
 
tableRef(TableRef) - Method in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnRefBuilder
tableRef(TableRef) - Method in interface com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.TableNameOrColumnName
 
TableRef - Class in com.github.tadukoo.database.mysql.syntax.reference
Table Ref is used as a reference to a Table in SQL.
TableRef(String, String) - Constructor for class com.github.tadukoo.database.mysql.syntax.reference.TableRef
Constructs a new TableRef using the given parameters.
TableRef.AliasAndBuild - Interface in com.github.tadukoo.database.mysql.syntax.reference
The Alias and building part of building a TableRef
TableRef.TableName - Interface in com.github.tadukoo.database.mysql.syntax.reference
The Table Name part of building a TableRef
TableRef.TableRefBuilder - Class in com.github.tadukoo.database.mysql.syntax.reference
A builder to build a new TableRef.
TableRefBuilder() - Constructor for class com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableRefBuilder
Not allowed to instantiate outside TableRef
text() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TEXT.
text() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TEXT.
TEXT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TEXT type in MySQL
time() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TIME.
time() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TIME.
TIME - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TIME type in MySQL
times(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of Times, a single Time for each row
timestamp() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TIMESTAMP.
timestamp() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TIMESTAMP.
TIMESTAMP - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TIMESTAMP type in MySQL
timestamps(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of Timestamps, a single Timestamp for each row
tinyblob() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TINYBLOB.
tinyblob() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TINYBLOB.
TINYBLOB - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TINYBLOB type in MySQL
tinyint() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TINYINT.
tinyint() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TINYINT.
TINYINT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TINYINT type in MySQL
tinytext() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to TINYTEXT.
tinytext() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to TINYTEXT.
TINYTEXT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The TINYTEXT type in MySQL
toString() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
toString() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional
toString() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.EqualsStatement
toString() - Method in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLConjunctiveOperator
toString() - Method in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
toString() - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint
toString() - Method in class com.github.tadukoo.database.mysql.syntax.reference.ColumnRef
toString() - Method in class com.github.tadukoo.database.mysql.syntax.reference.TableRef
toString() - Method in enum class com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
toString() - Method in enum class com.github.tadukoo.database.mysql.syntax.SQLReferenceOption
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDeleteStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement
 
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
toString() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLUpdateStatement
type - Variable in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.SubPojoDefinitionBuilder
The class used for the sub pojo, in case the pojo has to create a new instance of it
type - Variable in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition
The class used for the sub pojo, in case the pojo has to create a new instance of it
type - Variable in enum class com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
The type string
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
The type to be altered
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement
The type to be altered
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
The type to be created
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
The type to be created
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
The type to be dropped
type - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement
The type to be dropped
typeAndJunction(Class<? extends DatabasePojo>, Pair<ColumnRef, ColumnRef>) - Method in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.SubPojoDefinitionBuilder
typeAndJunction(Class<? extends DatabasePojo>, Pair<ColumnRef, ColumnRef>) - Method in interface com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.TypeAndJunction
 
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