|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnDefinition
This syntax element represents the column definition of the table definition statement.
TableDefinition| Method Summary | |
|---|---|
String |
getColumnName()
Returns the name of this column. |
SQLDataType |
getDataType()
Returns the data type of this column. |
String |
getDefault()
Returns the default clause for this column. |
Boolean |
mayBeNull()
Returns true if this column may have NULL values, otherwise (when NOT NULL constraints is
present) returns false. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
String getColumnName()
SQLDataType getDataType()
String getDefault()
null if no default value is defined.
null if no default value is defined.Boolean mayBeNull()
true if this column may have NULL values, otherwise (when NOT NULL constraints is
present) returns false.
true if this column may have NULL values; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||