VersionColumn

class VersionColumn(rs: ResultSet)

Wrapper for results of getVersionColumns

Note that per the documentation SCOPE is unused and has been left out of this class

Constructors

Link copied to clipboard
fun VersionColumn(rs: ResultSet)

Properties

Link copied to clipboard
val bufferLength: Int

Buffer length

Link copied to clipboard
val columnName: String

Column name

Link copied to clipboard
val columnSize: MetadataInt

Column size

Link copied to clipboard
val dataType: JDBCType

SQL type, converted to JDBCType

Link copied to clipboard
val decimalDigits: MetadataInt

The number of fractional digits

Link copied to clipboard
val pseudoColumn: VersionColumnType

Pseudo column, converted to VersionColumnType

Link copied to clipboard
val typeName: String?

Type name