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 SQLColumnOperationFind aSQLColumnOperationby its type stringstatic SQLColumnOperationReturns 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 SQLColumnOperationSQLAlterStatement.operationTheoperationto performprivate SQLColumnOperationSQLAlterStatement.SQLAlterStatementBuilder.operationTheoperationto performMethods in com.github.tadukoo.database.mysql.syntax.statement that return SQLColumnOperationConstructors in com.github.tadukoo.database.mysql.syntax.statement with parameters of type SQLColumnOperationModifierConstructorDescriptionprivateSQLAlterStatement(SQLType type, String tableName, SQLColumnOperation operation, String columnName, ColumnDefinition columnDef, ForeignKeyConstraint foreignKey) Constructs aSQLAlterStatementusing the given parameters