The SYS_COLUMNS
table provides information about column names, data types, positions, and the tables to which they belong.
Column name | Data type | Description |
---|---|---|
TABLE_CATALOG |
VARCHAR(128) |
Top-level container for tables. Not used. Always NULL . |
TABLE_SCHEMA |
VARCHAR(128) |
Second-level container for tables. Not used. Always NULL . |
TABLE_NAME |
VARCHAR(128) |
The name of the Salesforce object to which the field belongs. |
COLUMN_NAME |
VARCHAR(128) |
The name of a Salesforce object field. |
DATA_TYPE |
VARCHAR(128) |
The data type of the field. The possible values are:
|
ALLOWED_OPERATIONS |
INT |
Specifies which DML operations are allowed on this object. The value is the sum of the following flags:
0 means none of the DML operations are allowed. |