Property Summary
|
| Name |
is the name of the column.
|
|
| Type |
is the
DataType
of the column.
|
|
| TypeName |
is the type name used by the database. If the column type is
a user-defined type, then a fully-qualified type name is returned.
Note:
May be empty.
|
|
| Precision |
gets a column's number of decimal digits.
|
|
| Scale |
gets a column's number of digits to right of the decimal point.
|
|
| IsNullable |
indicates the nullability of values in the designated column.
|
|
| IsAutoIncrement |
indicates whether the column is automatically numbered, thus read-only.
|
|
| IsCurrency |
indicates whether the column is a cash value.
|
|
| IsRowVersion |
indicates that the column contains some kind of time or date stamp
used to track updates.
@optional
|
|
| Description |
keeps a description of the object.
@optional
|
|
| DefaultValue |
keeps a default value for a column, is provided as string.
@optional
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.