ResultsetColumnHeaderData

@Serializable
data class ResultsetColumnHeaderData(val booleanDisplayType: Boolean? = null, val codeLookupDisplayType: Boolean? = null, val codeValueDisplayType: Boolean? = null, val columnCode: String? = null, val columnDisplayType: ResultsetColumnHeaderData.ColumnDisplayType? = null, val columnLength: Long? = null, val columnName: String? = null, val columnType: ResultsetColumnHeaderData.ColumnType? = null, val columnValues: List<Any>? = null, val dateDisplayType: Boolean? = null, val dateTimeDisplayType: Boolean? = null, val decimalDisplayType: Boolean? = null, val integerDisplayType: Boolean? = null, val isColumnIndexed: Boolean? = null, val isColumnNullable: Boolean? = null, val isColumnPrimaryKey: Boolean? = null, val isColumnUnique: Boolean? = null, val mandatory: Boolean? = null, val stringDisplayType: Boolean? = null, val textDisplayType: Boolean? = null, val timeDisplayType: Boolean? = null)

Parameters

booleanDisplayType
codeLookupDisplayType
codeValueDisplayType
columnCode
columnDisplayType
columnLength
columnName
columnType
columnValues
dateDisplayType
dateTimeDisplayType
decimalDisplayType
integerDisplayType
isColumnIndexed
isColumnNullable
isColumnPrimaryKey
isColumnUnique
mandatory
stringDisplayType
textDisplayType
timeDisplayType

Constructors

Link copied to clipboard
constructor(booleanDisplayType: Boolean? = null, codeLookupDisplayType: Boolean? = null, codeValueDisplayType: Boolean? = null, columnCode: String? = null, columnDisplayType: ResultsetColumnHeaderData.ColumnDisplayType? = null, columnLength: Long? = null, columnName: String? = null, columnType: ResultsetColumnHeaderData.ColumnType? = null, columnValues: List<Any>? = null, dateDisplayType: Boolean? = null, dateTimeDisplayType: Boolean? = null, decimalDisplayType: Boolean? = null, integerDisplayType: Boolean? = null, isColumnIndexed: Boolean? = null, isColumnNullable: Boolean? = null, isColumnPrimaryKey: Boolean? = null, isColumnUnique: Boolean? = null, mandatory: Boolean? = null, stringDisplayType: Boolean? = null, textDisplayType: Boolean? = null, timeDisplayType: Boolean? = null)

Types

Link copied to clipboard

Values: TEXT,STRING,INTEGER,FLOAT,DECIMAL,DATE,TIME,DATETIME,BOOLEAN,BINARY,CODELOOKUP,CODEVALUE

Link copied to clipboard

Values: BIT,BOOLEAN,SMALLINT,TINYINT,INTEGER,MEDIUMINT,BIGINT,REAL,FLOAT,DOUBLE,NUMERIC,DECIMAL,SERIAL,SMALLSERIAL,BIGSERIAL,MONEY,CHAR,VARCHAR,LONGVARCHAR,TEXT,TINYTEXT,MEDIUMTEXT,LONGTEXT,JSON,DATE,TIME,TIME_WITH_TIMEZONE,TIMESTAMP,DATETIME,TIMESTAMP_WITH_TIMEZONE,INTERVAL,BINARY,VARBINARY,LONGVARBINARY,BYTEA,BLOB,TINYBLOB,MEDIUMBLOB,LONGBLOB

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val columnCode: String? = null
Link copied to clipboard
val columnLength: Long? = null
Link copied to clipboard
val columnName: String? = null
Link copied to clipboard
Link copied to clipboard
val columnValues: List<Any>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isColumnUnique: Boolean? = null
Link copied to clipboard
val mandatory: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard