Index
All Classes and Interfaces|All Packages
I
- idCol - Variable in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition
-
The ID column for the sub pojo's ID stored in the pojo
- idCol - Variable in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.SubPojoDefinitionBuilder
-
The ID column for the sub pojo's ID stored in the pojo
- idCol(String) - Method in interface com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.IDColumn
- idCol(String) - Method in class com.github.tadukoo.database.mysql.pojo.SubPojoDefinition.SubPojoDefinitionBuilder
- ifDatabaseNotExists() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.ExistsOrDatabaseName
-
Set to add ifNotExists to the create statement
- ifDatabaseNotExists() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
-
Set to add ifNotExists to the create statement
- ifExists - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement
-
Whether to include IF EXISTS in the statement or not
- ifExists - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
-
Whether to include IF EXISTS in the statement or not
- ifExists() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.ExistsOrName
-
Sets to include IF EXISTS in the statement
- ifExists() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
-
Sets to include IF EXISTS in the statement
- ifNotExists - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
-
Whether to include IF NOT EXISTS in the statement or not
- ifNotExists - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
-
Whether to include IF NOT EXISTS or not
- ifNotExists() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
- ifTableNotExists() - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.ExistsOrTableName
-
Set to add ifNotExists to the create statement
- ifTableNotExists() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
-
Set to add ifNotExists to the create statement
- IN - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
-
To specify multiple possible values for a column (
IN
) - insert() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLStatement.SQLStatementBuilder
- insert(String, Collection<String>, Collection<Object>) - Method in class com.github.tadukoo.database.mysql.Database
-
Executes a single sql insert statement.
- insertAndGetID(String, String, Collection<String>, Collection<Object>) - Method in class com.github.tadukoo.database.mysql.Database
-
Executes a sql insert statement and then performs a query to retrieve an id (useful if the ID is auto-incremented).
- InsertAndGetID - Class in com.github.tadukoo.database.mysql.transaction
-
Insert and Get ID is a
SQLTransaction
that will run an insert statement on a table and then retrieve the id of the new entry. - InsertAndGetID() - Constructor for class com.github.tadukoo.database.mysql.transaction.InsertAndGetID
- integer() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
-
Sets the data type to
INTEGER
. - integer() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
-
Sets the data type to
INTEGER
. - INTEGER - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
-
The INTEGER type in MySQL
- integers(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
-
This will convert multiple rows of a
ResultSet
into a List of integers, a single integer for each row - isAutoIncremented() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
- isDistinct() - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
- isNegated() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement
- isNotNull() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
- isPrimaryKey() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
- isUnsigned() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
- itemMap - Variable in class com.github.tadukoo.database.mysql.pojo.AbstractDatabasePojo
-
The Map of items in this pojo
All Classes and Interfaces|All Packages