Please enable JavaScript to view this site.

Data Cache Data Model

Navigation: » No topics above this level «

dc_partitions: Data Cache Partitions

Contents Previous Home Next More

A unique set of data in tables, typically for a combination of legal entity and a physical source defined by a data container.

Catalog: Cache

Schema: Invantive

Alias: ptn

Primary Keys: ptn_id

Label: Partitions

This is a read-only view. The Data Cache API may not support changing the data or the Invantive SQL driver for Data Cache does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Cache API.

View Columns

The columns of the view dc_partitions are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

dcr_id

decimal

Data Container ID

Reference to a data container.

ptn_created_at

string(60)

Created in

The code of the function in the modules table from within which the user created the record. This value will never change after creation of the record.

ptn_created_by

string(60)

Created by

Who created the record.

ptn_date_created

datetime

Created at

The system time in UTC at which the record was created. This value will never change after creation of the record.

ptn_date_modified

datetime

Updated at

The system time in UTC at which the record was last updated. This value will change for every mutation of the record.

ptn_description

string(5)

Description

Description.

ptn_fragment_code

string(5)

Table Name Fragment Code

Random sequence of characters used to compose the name of the facts table with.

ptn_id

decimal

ID

Unique identifier.

ptn_modified_at

string(60)

Updated in

The code of the function in the modules table from within which the user last updated the record. This value will change for every mutation of the record.

ptn_modified_by

string(60)

Updated by

The name of the user in the users table whom last updated the record. This value will change for every update of the record.

ptn_name

string(240)

Name

Name.

ptn_orig_system_group

string(240)

Original System Group

Reference for identifying the group of records on the system from which it originated. It is commonly used to group records for later validation in an application control.

ptn_orig_system_reference

string(240)

Original System Reference

Reference for identifying the record on the system from which it originated.

ptn_session_created

string(240)

Session Created

The ID of the session which created the record. This value will not change after insert.

ptn_session_modified

string(240)

Session Updated

The ID of the session which last updated the record.

ptn_transaction_created

string(240)

Transaction Created

The ID of the transaction which created the record.

ptn_transaction_modified

string(240)

Transaction Updated

The ID of the transaction which last updated the record.

ptn_view_code

string(10)

View Name Fragment Code

Characters embedded in a partition logical view name to indicate that the view contains the data for this partition.

 

09-12-2020 18:57 Version 20.1.300-BETA+3020