Function

class Function(metadata: DatabaseMetaData, rs: ResultSet)

Wrapper for results of getFunctions method and represents user and system functions

Parameters

rs

Constructors

Link copied to clipboard
fun Function(metadata: DatabaseMetaData, rs: ResultSet)

Functions

Link copied to clipboard
fun getFunctionColumns(columnNamePattern: String? = null): List<FunctionColumn>

Wrapper around getFunctionColumns method and returns a list of FunctionColumns for this function only

Properties

Link copied to clipboard
val catalog: String?

Catalog

Link copied to clipboard
val name: String

Name

Link copied to clipboard
val remarks: String?

Remarks

Link copied to clipboard
val schema: String

Schema

Link copied to clipboard
val specificName: String?

Specific name

Link copied to clipboard
val type: FunctionReturnType

Return type, converted to FunctionReturnType