Skip to main content
Skip table of contents

CST_SQLMapFiles (ver6.1.0)

This table is to be used for state reporting. It contains the names of IBATIS SQL map files to load into the IBATIS query engine.

Column Name

Initial Version

Data Type

Description

ConfigFileID

6.2.1

Number(19,0)

The internal ID for the CST_ConfigFile record to which the record is associated.

DependencyOrder

ver...

Number(10,0)

If specified, then dictates the order in which SQL maps are loaded. An unspecified value means that the order of loading is not guaranteed. Use of this field is required when dependencies between SQL maps exist and must be handled.

FileData

6.2.0

BLOB

The content of the xml formatted IBATIS SQL map file.

FileName

6.1.0

Varchar2(50)

The name of an IBATIS SQL map file that should be loaded by the Report SDK.

ID

6.1.0

Number(19,0)

Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required.

LastModifiedTime

6.2.0

Number(19,0)

The last modified timestamp of the SQL map file.

WhenCreated

6.2.0

Timestamp(6)

Date and time the record was created. Defaults to system date.

WhenModified

6.2.0

Timestamp(6)

Date and time the record was modified. Defaults to system date.

WhoCreated

6.2.0

Varchar2(100)

The user login that created the record. Defaults to database user. 

WhoModified

6.2.0

Varchar2(100)

The user login that modified the record. Defaults to database user. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.