Skip to main content
Skip table of contents

CST_VLDQuery (ver7.7.0)

This table is used for state reporting. In contains queries that are run to validate data against a specific rule. Each rule typically has one query, however multiple queries may be allowed.

Column Name

Initial Version

Data Type

Description

CST_VLDRuleID

7.7.0

Number(20)

The internal ID for the CST_VLDRule record to which the record is associated. Required.

Description

7.7.0

Varchar2(1000)

A description of the query.

ID

7.7.0

Number(20)

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

ListIndex

7.7.0

Number(10)

Indexing field used by Hibernate.

QueryName

7.7.0

Varchar2(100)

Name of the query. This is unique for a given validation rule. Required.

QuerySQLCode

7.7.0

CLOB

The SQL code that comprises the query. This is in the form of a SELECT statement. Required.

SchoolContext

7.7.0

Number(1)

A value of "1" indicates that this query is meant to be ran for a specific school. A value of "0" indicates that there is no school filter as part of the query. Required.

SortOrder

7.7.0

Number(10)

The sort order of the query. Sorting is relative only to the queries of a given validation rule. Required.

WhenCreated

7.7.0

Timestamp

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

WhenModified

7.7.0

Timestamp

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

WhoCreated

7.7.0

Varchar2(100)

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

WhoModified

7.7.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.