ADF_PROVIDER_COLUMN
Object attributes that can be extended
Details
-
Schema: FUSION
-
Object owner: ZCX
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ADF_PROVIDER_COLUMN_PK |
TABLE_NAME |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | 100 | Yes | Indicates the Name of the Table. |
| COLUMN_NAME | VARCHAR2 | 20 | Yes | Indicates the Name of the Column. |
| IS_INDEXED | VARCHAR2 | 1 | Yes | Indicates whether the row is indexed or not. |
| SQLTYPE | VARCHAR2 | 200 | Yes | Indicates the SQL type of the column. |
| PROVIDER_ID | VARCHAR2 | 3000 | Yes | Indicates the Id of the provider |
| SANDBOX_NAME | VARCHAR2 | 800 | Indicates the Name of the sandbox. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ADF_PROVIDER_COLUMN_U1 | Unique | Default | TABLE_NAME |