Uses of Enum Class
com.github.tadukoo.database.mysql.syntax.SQLColumnOperation
Packages that use SQLColumnOperation
Package
Description
Contains syntax elements to help build SQL statements
Contains classes for creating MySQL statements
-
Uses of SQLColumnOperation in com.github.tadukoo.database.mysql.syntax
Methods in com.github.tadukoo.database.mysql.syntax that return SQLColumnOperationModifier and TypeMethodDescriptionstatic SQLColumnOperation
Find aSQLColumnOperation
by its type stringstatic SQLColumnOperation
Returns the enum constant of this class with the specified name.static SQLColumnOperation[]
SQLColumnOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SQLColumnOperation in com.github.tadukoo.database.mysql.syntax.statement
Fields in com.github.tadukoo.database.mysql.syntax.statement declared as SQLColumnOperationModifier and TypeFieldDescriptionprivate final SQLColumnOperation
SQLAlterStatement.operation
Theoperation
to performprivate SQLColumnOperation
SQLAlterStatement.SQLAlterStatementBuilder.operation
Theoperation
to performMethods in com.github.tadukoo.database.mysql.syntax.statement that return SQLColumnOperationConstructors in com.github.tadukoo.database.mysql.syntax.statement with parameters of type SQLColumnOperationModifierConstructorDescriptionprivate
SQLAlterStatement
(SQLType type, String tableName, SQLColumnOperation operation, String columnName, ColumnDefinition columnDef, ForeignKeyConstraint foreignKey) Constructs aSQLAlterStatement
using the given parameters