public class ColumnDefinition
extends SqlNodeList
Constructor and Description |
---|
ColumnDefinition(SqlIdentifier name,
SqlDataTypeSpec type,
ColumnConstraint constraint,
SqlNode comment,
SqlParserPos pos) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
comment() |
ColumnConstraint |
constraint() |
java.lang.String |
name() |
SqlDataTypeSpec |
type() |
public ColumnDefinition(SqlIdentifier name, SqlDataTypeSpec type, ColumnConstraint constraint, SqlNode comment, SqlParserPos pos)
public java.lang.String name()
public SqlDataTypeSpec type()
public ColumnConstraint constraint()
public java.lang.String comment()