Creates a new column of a fixed size type.
ColumnSchema TableSchema.createColumn( String column_name, short column_type ) throws ULjException
column_name The name of the new column. The specified name must be a valid SQL identifier.
column_type One of the Domain type constants representing a fixed size column type.
The ColumnSchema assigned to the created column with the specified name and type.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |