FFS_CML_SHAPE_CHUNK
Stores user uploaded shapefile file data for custom map layers.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LAYER_ID | NUMBER | 10 | Yes | Layer identifier from custom map layer table. | |
CHUNK_OFFSET | NUMBER | 11 | Yes | Chunk offset for uploaded shapefile. | |
TOTAL_CHUNKS | NUMBER | 11 | Yes | Total number of chunks for shapefile. | |
LAST_WRITE | NUMBER | 21 | Yes | Update time in milliseconds from 1970. | |
SHAPEFILE | BLOB | Yes | Chunk data binary for particular offset. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_CML_SHAPE_CHUNK_U1 | Unique | DATA | LAYER_ID, CHUNK_OFFSET |