ZSP_BR_FUNCTIONS_B

This table is to store list of rule functions.

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZSP_BR_FUNCTIONS_B_PK

FUNCTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
FUNCTION_ID NUMBER 18 Yes the primary key
INVERSE_FUNCTION_ID NUMBER 18 the id of the inverse predicate, if it exists
FUNCTION_NAME VARCHAR2 80 Yes a language independent name for the function
FUNCTION_DOID_STRING VARCHAR2 80 the DOID for the OBR function that provides the implementation
FULLY_QUALIFIED_CLASS_NAME VARCHAR2 1024 The fully qualified Java class name that implements the static method with the name defined in FUNCTION_NAME
SIGNATURE VARCHAR2 255 Yes the function signature is derived from the return type, label, and arguments, but is provided to enforce uniqueness
RETURN_TYPE_NAME VARCHAR2 80 Yes one of 'Boolean', 'Byte', 'Short', 'Integer', 'Long', 'Float', 'Double', 'String', 'BigDecimal', 'Date', 'Time', or 'Timestamp'
NUMBER_OF_ARGS NUMBER 3 Yes the number of arguments for the function
REQUIRES_ORDERABLE_FLAG VARCHAR2 1 Yes 1 iff the function requires values than can be ordered
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. Obsolete

Foreign Keys

Table Foreign Table Foreign Key Column
ZSP_BR_FUNCTIONS_B zsp_br_functions_b INVERSE_FUNCTION_ID
zsp_br_functions_b zsp_br_functions_b INVERSE_FUNCTION_ID
zsp_br_function_args zsp_br_functions_b FUNCTION_ID
zsp_br_bindings zsp_br_functions_b FUNCTION_ID
zsp_br_functions_tl zsp_br_functions_b FUNCTION_ID

Indexes

Index Uniqueness Tablespace Columns
ZSP_BR_FUNCTIONS_B_PK Unique FUSION_TS_TX_IDX FUNCTION_ID
ZSP_BR_FUNCTIONS_B_U1 Unique FUSION_TS_TX_IDX INVERSE_FUNCTION_ID
ZSP_BR_FUNCTIONS_B_U2 Unique FUSION_TS_TX_IDX SIGNATURE