UserDefinedType

class UserDefinedType(metaData: DatabaseMetaData, rs: ResultSet)

Wrapper for results of getUDTs

Constructors

Link copied to clipboard
fun UserDefinedType(metaData: DatabaseMetaData, rs: ResultSet)

Functions

Link copied to clipboard
fun getAttributes(attributeNamePattern: String? = null): List<Attribute>

Get attributes

Properties

Link copied to clipboard
val baseType: Int

Base type

Link copied to clipboard
val catalog: String?

Catalog

Link copied to clipboard
val className: String?

Class name

Link copied to clipboard
val dataType: JDBCType

SQL type, converted to JDBCType

Link copied to clipboard
val name: String

Name

Link copied to clipboard
val remarks: String?

Remarks

Link copied to clipboard
val schema: String

Schema