Class AlterColumnType
java.lang.Object
org.huiche.core.ast.Segment.Default
org.huiche.ddl.statement.AlterColumnType
- All Implemented Interfaces:
Serializable, Segment, Statement, DDLStatement
修改列类型语句
- Author:
- Maning
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Segment
Segment.Default -
Constructor Summary
ConstructorsConstructorDescriptionAlterColumnType(String table, String column, String type, boolean nullable) 默认构造 -
Method Summary
Methods inherited from class Segment.Default
equals, hashCode, toStringMethods inherited from interface Segment
staticable
-
Constructor Details
-
AlterColumnType
-
-
Method Details
-
column
-
nullable
public boolean nullable()是否允许空- Returns:
- 是否允许空
-
pseudoSql
-
table
-
type
-