ProcedureColumn

class ProcedureColumn(rs: ResultSet)

Wrapper for results of getProcedureColumns

Note that per the documentation SQL_DATA_TYPE and SQL_DATETIME_SUB are reserved for future use and have been left out of this class

Parameters

rs

Constructors

Link copied to clipboard
fun ProcedureColumn(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 columnDefault: String?

Column default

Link copied to clipboard
val columnType: ProcedureColumnType

Column type, converted to ProcedureColumnType

Link copied to clipboard
val dataType: JDBCType

SQL type, converted to JDBCType

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: ProcedureColumnNullable

Nullable, converted to ProcedureColumnNullable

Link copied to clipboard
val ordinalPosition: Int

Ordinal position

Link copied to clipboard
val precision: MetadataInt

Precision

Link copied to clipboard
val procedureName: String?

Procedure name

Link copied to clipboard
val radix: MetadataInt

Radix, converted to Int for consistency

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