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

R

referenceColumnDefs(ColumnDefinition...) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnDefs(ColumnDefinition...) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
referenceColumnDefs(List<ColumnDefinition>) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnDefs(List<ColumnDefinition>) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
referenceColumnNames - Variable in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
The names of the columns from the reference table
referenceColumnNames - Variable in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint
The names of the columns from the reference table
referenceColumnNames(String...) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnNames(String...) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
referenceColumnNames(List<String>) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnNames(List<String>) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
referenceColumnRefs(ColumnRef...) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnRefs(ColumnRef...) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
referenceColumnRefs(List<ColumnRef>) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
referenceColumnRefs(List<ColumnRef>) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceColumnNames
 
references(TableRef) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
references(TableRef) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceTable
 
references(String) - Method in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
references(String) - Method in interface com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ReferenceTable
 
referenceTable - Variable in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint.ForeignKeyConstraintBuilder
The name of the reference table for the foreign key
referenceTable - Variable in class com.github.tadukoo.database.mysql.syntax.ForeignKeyConstraint
The name of the reference table for the foreign key
RESTRICT - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLReferenceOption
Rejects the delete or update operation for the parent table.
retrieveValues(Database, boolean) - Method in interface com.github.tadukoo.database.mysql.pojo.DatabasePojo
Retrieves all the values for the pojo from the database, using the stored id column value
retrieveValues(Database, Object, boolean) - Method in interface com.github.tadukoo.database.mysql.pojo.DatabasePojo
Retrieves all the values for the pojo from the database, using the given id column value
returnColumns - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement
The columns to be selected
returnColumns - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
The columns to be selected
returnColumns(ColumnRef...) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.ColumnsOrTables
 
returnColumns(ColumnRef...) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
returnColumns(List<ColumnRef>) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.ColumnsOrTables
 
returnColumns(List<ColumnRef>) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.SQLSelectStatementBuilder
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