|
||||||||||
| 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 | |
|---|---|
AutoGenerationPolicy |
getAutoGenerationPolicy()
Returns the auto generation policy for this column. |
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.AutoGenerationPolicy getAutoGenerationPolicy()
null if no auto generation policy exists for
this column.
null if the column is not auto-generated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||