Uses of Enum Class
com.github.tadukoo.database.mysql.syntax.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
Modifier 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
Modifier and TypeFieldDescriptionprivate final SQLColumnOperation
SQLAlterStatement.operation
Theoperation
to performprivate SQLColumnOperation
SQLAlterStatement.SQLAlterStatementBuilder.operation
Theoperation
to performModifierConstructorDescriptionprivate
SQLAlterStatement
(SQLType type, String tableName, SQLColumnOperation operation, String columnName, ColumnDefinition columnDef, ForeignKeyConstraint foreignKey) Constructs aSQLAlterStatement
using the given parameters