1.1

Table Of Contents
Table 19: SYSCOLUMNS system table
ContentsNullableLengthTypeColumn Name
Identier for table (join
with
SYSTABLES.TABLEID)
No36CHARREFERENCEID
Column or parameter
name
No128VARCHARCOLUMNNAME
The position of the column
within the table
No10INTCOLUMNNUMBER
System type that describes
precision, length, scale,
No2,147,483,647com.vmware.sqlre.internal.catalog.TypeDescriptor
This class is not part of
the public API.
COLUMNDATATYPE
nullability, type name, and
storage type of data. For a
user-dened type, this
column can hold a
TypeDescriptor that refers
to the appropriate type
alias in
SYS.SYSALIASES.
For tables, describes
default value of the
Yes2,147,483,647java.io.SerializableCOLUMNDEFAULT
column. The toString()
method on the object
stored in the table returns
the text of the default
value as specied in the
CREATE TABLE or
ALTER TABLE
statement.
Unique identier for the
default value
Yes36CHARCOLUMNDEFAULTID
What the next value for
column will be, if the
Yes19BIGINTAUTOINCREMENTVALUE
column is an identity
column
Initial value of column (if
specied), if it is an
identity column
Yes19BIGINTAUTOINCREMENTSTART
Amount column value is
automatically incremented
Yes19BIGINTAUTOINCREMENTINC
(if specied), if the
column is an identity
column
vFabric SQLFire User's Guide646
vFabric SQLFire Reference