Type alias OINODataFieldParams

OINODataFieldParams: {
    isAutoInc: Boolean;
    isNotNull: Boolean;
    isPrimaryKey: Boolean;
}

Field parameters in database

Type declaration

  • isAutoInc: Boolean

    Is the field an auto inc type

  • isNotNull: Boolean

    Is the field allowed to have null values

  • isPrimaryKey: Boolean

    Is the field a primary key