public class CreateTableColumn extends Object
Constructor and Description |
---|
CreateTableColumn(String columnName,
ExprNode optExpression,
ClassIdentifierWArray optType,
List<AnnotationDesc> annotations,
Boolean primaryKey) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationDesc> |
getAnnotations() |
String |
getColumnName() |
ExprNode |
getOptExpression() |
ClassIdentifierWArray |
getOptType() |
Boolean |
getPrimaryKey() |
public CreateTableColumn(String columnName, ExprNode optExpression, ClassIdentifierWArray optType, List<AnnotationDesc> annotations, Boolean primaryKey)
public String getColumnName()
public ExprNode getOptExpression()
public ClassIdentifierWArray getOptType()
public List<AnnotationDesc> getAnnotations()
public Boolean getPrimaryKey()
Copyright © 2005–2020. All rights reserved.