Procedure

class Procedure(metadata: DatabaseMetaData, rs: ResultSet)

Wrapper for results of getProcedures method and represents a stored procedure

Constructors

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

Functions

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

Wrapper around getProcedureColumns and returns a list of ProcedureColumns for this procedure 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 returnType: ProcedureReturnType

Return type, converted to ProcedureReturnType

Link copied to clipboard
val schema: String?

Schema

Link copied to clipboard
val specificName: String?

Specific name