FunctionColumn

class FunctionColumn(rs: ResultSet)

Wrapper for results of getFunctionColumns method and represents a column of Function

Parameters

rs

Constructors

Link copied to clipboard
fun FunctionColumn(rs: ResultSet)

Properties

Link copied to clipboard
val catalog: String?

Catalog

Link copied to clipboard
val characterOctetLength: MetadataInt

Character octet length

Link copied to clipboard
val columnType: FunctionColumnType

Column type, converted to FunctionColumnType

Link copied to clipboard
val dataType: JDBCType

SQL type from java.sql.Types, converted from int

Link copied to clipboard
val functionName: String

Function name

Link copied to clipboard
val isNullable: IsNullable

Is nullable, converted to IsNullable

Link copied to clipboard
val length: Int

Length

Link copied to clipboard
val name: String

Name

Link copied to clipboard
val nullable: FunctionColumnNullable

Nullable, converted to FunctionColumnNullable

Link copied to clipboard
val ordinalPosition: Int

Ordinal position

Link copied to clipboard
val precision: MetadataInt

Precision

Link copied to clipboard
val radix: MetadataInt

Radix

Link copied to clipboard
val remarks: String?

Remarks

Link copied to clipboard
val scale: MetadataInt

Scale

Link copied to clipboard
val schema: String?

Schema

Link copied to clipboard
val specificName: String?

Specific name

Link copied to clipboard
val typeName: String?

Type name