Creates a new column of varying size type.
ColumnSchema TableSchema.createColumn( String column_name, short column_type, int column_size ) 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 column type with varying size (BINARY, NUMERIC, VARCHAR).
column_size The size of column.
If the column type is of fixed size, the size is ignored.
The ColumnSchema assigned to the created column with the specified name and type.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |