1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
'U' for UPDATE
'R' for REFERENCES
A list of columns to which the
privilege applies
false2,147,483,647com.vmware.sqlre.internal.iapi.services.io.FormatableBitSetCOLUMNS
Note: This class is not
part of the public API.
SYSCOLUMNS system table
The SYSCOLUMNS table describes the columns within all tables in the current database.
The following table shows the contents of the SYSCOLUMNS system table.
Table 15: SYSCOLUMNS system table
ContentsNullableLengthTypeColumn Name
Identier for table (join with
SYSTABLES.TABLEID)
false36CHARREFERENCEID
Column or parameter namefalse128VARCHARCOLUMNNAME
The position of the column
within the table
false10INTCOLUMNNUMBER
System type that describes
precision, length, scale,
false2,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 column. The
true2,147,483,647java.io.SerializableCOLUMNDEFAULT
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
true36CHARCOLUMNDEFAULTID
What the next value for column
will be, if the column is an
identity column
true19BIGINTAUTOINCREMENTVALUE
Initial value of column (if
specied), if it is an identity
column
true19BIGINTAUTOINCREMENTSTART
vFabric SQLFire User's Guide612
vFabric SQLFire Reference