Creates a new column of varying size and precision type.
ColumnSchema TableSchema.createColumn( String column_name, short column_type, int column_size, int column_scale ) 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 and scale (NUMERIC).
column_size The size of column.
column_scale The scale of column.
If the column type is fixed, the size or scale 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 |