StoredProcedureSignature

data class StoredProcedureSignature(name: String, arity: IntRange)

A typed version of a stored procedure signature. This signature includes the stored procedure's name and arity.

Constructors

Link copied to clipboard
fun StoredProcedureSignature(name: String, arity: Int)
Link copied to clipboard
fun StoredProcedureSignature(name: String, arity: IntRange)

Properties

Link copied to clipboard
val arity: IntRange
Link copied to clipboard
val name: String