OINO TS
    Preparing search index...

    Class OINODbSchemaResult

    Result of a schema (table/column) request. For GET requests the serialized field schema(s) are carried in the schema property.

    Hierarchy

    • unknown
      • OINODbSchemaResult
    Index

    Constructors

    Properties

    Constructors

    • Constructor of OINODbSchemaResult.

      Parameters

      • databaseName: string

        name of the database the schema belongs to

      • tableName: string

        name of the table the schema belongs to

      • schema: OINODataFieldSchema[] = null

        serialized field schema(s) or null

      Returns OINODbSchemaResult

    Properties

    databaseName: string

    Name of the database the schema belongs to

    schema: OINODataFieldSchema[]

    Serialized field schema(s) returned by a GET request (null otherwise)

    tableName: string

    Name of the table the schema belongs to