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

N

name - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement
The name of the table/database to be created
name - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.SQLCreateStatementBuilder
The name of the table/database to be created
name - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement
The name of the table/database to be dropped
name - Variable in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
The name of the table/database to be dropped
name(String) - Method in interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Name
 
name(String) - Method in class com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.SQLDropStatementBuilder
negated - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.ConditionStatementBuilder
Whether the statement is negated or not
negated - Variable in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement
Whether this statement is negated or not
negated() - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.Column
Sets negated to true for the statement
negated() - Method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.ConditionStatementBuilder
Sets negated to true for the statement
negated(boolean) - Method in interface com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.Column
 
negated(boolean) - Method in class com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.ConditionStatementBuilder
NO_ACTION - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.SQLReferenceOption
Rejects the delete or update operation for the parent table.
NOT_EQUAL - Enum constant in enum class com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Not Equal to (!=)
notNull - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
Whether this column allows null (false) or not (true)
notNull - Variable in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition
Whether this column allows null (false) or not (true)
notNull() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.Builder
Sets this column to not allow null values
notNull() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NormalEnding
Sets this column to not allow null values
notNull() - Method in class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NumericColumnDefinitionBuilder
Sets this column to not allow null values
notNull() - Method in interface com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NumericEnding
Sets this column to not allow null values
NumericColumnDefinitionBuilder(ColumnDefinition.ColumnDefinitionBuilder) - Constructor for class com.github.tadukoo.database.mysql.syntax.ColumnDefinition.NumericColumnDefinitionBuilder
Creates a new Numeric Column Definition Builder using the values from the given 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