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

F

firstCond - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional.ConditionalBuilder
The first Conditional involved (it may be null if a ConditionalStatement is used instead)
firstCond - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional
The first Conditional involved (it may be null if a ConditionalStatement is used instead)
firstCond(Conditional) - Method in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional.ConditionalBuilder
firstCond(Conditional) - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.Conditional.FirstCondition
 
firstCondStmt - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional.ConditionalBuilder
The first ConditionalStatement involved (it may be null if a Conditional is used instead)
firstCondStmt - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional
The first ConditionalStatement involved (it may be null if a Conditional is used instead)
firstCondStmt(ConditionalStatement) - Method in class com.github.tadukoo.database.mysql.syntax.conditional.Conditional.ConditionalBuilder
firstCondStmt(ConditionalStatement) - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.Conditional.FirstCondition
 
FLOAT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
The FLOAT type in MySQL
floats(ResultSet) - Static method in class com.github.tadukoo.database.mysql.CommonResultSetConverters
This will convert multiple rows of a ResultSet into a List of floats, a single float for each row
floatType() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
Sets the data type to FLOAT.
floatType() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.DataType
Sets the data type to FLOAT.
foreignKey - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement
The foreign key to be added to the table
foreignKey - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
The foreign key to be added to the table
foreignKey(ForeignKeyConstraint) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.ColumnDefOrForeignKey
 
foreignKey(ForeignKeyConstraint) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.SQLAlterStatementBuilder
foreignKey(ForeignKeyConstraint) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.ForeignKeysOrBuild
 
foreignKey(ForeignKeyConstraint) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
ForeignKeyConstraint - Class in com.github.tadukoo.database.mysql.syntax
Foreign Key Constraint represents a foreign key constraint in MySQL
ForeignKeyConstraint(List<String>, String, List<String>, SQLReferenceOption, SQLReferenceOption) - Constructor for class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint
Constructs a new ForeignKeyConstraint using the given parameters
ForeignKeyConstraint.ColumnNames - Interface in com.github.tadukoo.database.mysql.syntax
The Column Names part of building a ForeignKeyConstraint
ForeignKeyConstraint.ForeignKeyConstraintBuilder - Class in com.github.tadukoo.database.mysql.syntax
A builder to use to make a ForeignKeyConstraint.
ForeignKeyConstraint.OptionsOrBuild - Interface in com.github.tadukoo.database.mysql.syntax
The Options and building part of building a ForeignKeyConstraint
ForeignKeyConstraint.ReferenceColumnNames - Interface in com.github.tadukoo.database.mysql.syntax
The Reference Column Names part of building a ForeignKeyConstraint
ForeignKeyConstraint.ReferenceTable - Interface in com.github.tadukoo.database.mysql.syntax
The Reference Table part of building a ForeignKeyConstraint
ForeignKeyConstraintBuilder() - Constructor for class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
Not allowed to instantiate outside of ForeignKeyConstraint
foreignKeys - Variable in class com.github.tadukoo.database.mysql.pojo.AbstractDatabasePojo
The List of any foreign keys present for this pojo
foreignKeys - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
The foreign keys to add to the table
foreignKeys - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
The foreign keys to add to the table
formatInsertStatement(String, Collection<String>, Collection<Object>) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
Creates an Insert statement for the given parameters
formatQuery(Collection<String>, Collection<String>, Collection<String>, Collection<Object>, boolean) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
Creates a Select statement for the given parameters
formatUpdateStatement(String, Collection<String>, Collection<Object>, Collection<String>, Collection<Object>) - Static method in class com.github.tadukoo.database.mysql.syntax.SQLSyntaxUtil
Creates an Update statement for the given parameters
fractionalSecondsPrecision - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
The precision for fractional seconds
fractionalSecondsPrecision - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
The precision for fractional seconds
fractionalSecondsPrecision - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
The precision for fractional seconds
fractionalSecondsPrecision(int) - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.ColumnDefinitionBuilder
fractionalSecondsPrecision(int) - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.FractionalSecondsPrecision
 
fromOption(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.SQLReferenceOption
Find a SQLReferenceOption with the given option value
fromString(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLConjunctiveOperator
Searches for an operator that matches the given operator string
fromString(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Grab a SQLOperator using the given string to match on the operator string
fromTables - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
The tables to grab data from
fromTables - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
The tables to grab data from
fromTables(TableRef...) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.FromTables
 
fromTables(TableRef...) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
fromTables(List<TableRef>) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.FromTables
 
fromTables(List<TableRef>) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
fromType(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
Find a SQLColumnOperation by its type string
fromType(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.SQLDataType
Find a SQLDataType using its type as a String
fromType(String) - Static method in enum class com.github.tadukoo.database.mysql.syntax.SQLType
Find a SQLType using its type as a String
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