Class OINODbConfig

Set the name of the OINO ID field (default _OINOID_)

Constructors

Properties

OINODB_ID_FIELD: string = "_OINOID_"

Name of the synthetic OINO ID field

OINODB_ID_SEPARATOR: string = "_"

Private key separator of the synthetic OINO ID field

OINODB_SQL_FILTER_PARAM: string = "oinosqlfilter"

Name of the OINODbSqlFilter-parameter in request

OINODB_SQL_LIMIT_PARAM: string = "oinosqllimit"

Name of the OINODbSqlLimit-parameter in request

OINODB_SQL_ORDER_PARAM: string = "oinosqlorder"

Name of the OINODbSqlOrder-parameter in request

Methods

  • Print OINO ID for primary key values.

    Parameters

    • primaryKeys: string[]

      an array of primary key values.

    Returns string

  • Set the name of the OINO ID field

    Parameters

    • idField: string

      name of the OINO ID field

    Returns void

  • Set the separator character of the OINO ID field

    Parameters

    • idSeparator: string

      character to use as separator of id parts

    Returns void

  • Set the name of the OINODbSqlFilter-param field

    Parameters

    • sqlFilterParam: string

      name of the http parameter with OINODbSqlFilter definition

    Returns void

  • Set the name of the OINODbSqlLimit-param field

    Parameters

    • sqlLimitParam: string

      name of the http parameter with OINODbSqlLimit definition

    Returns void

  • Set the name of the OINODbSqlOrder-param field

    Parameters

    • sqlOrderParam: string

      name of the http parameter with OINODbSqlOrder definition

    Returns void