GetPreparedStatementPlainArgs

data class GetPreparedStatementPlainArgs(val statementName: String, val workGroup: String) : ConvertibleToJava<GetPreparedStatementPlainArgs>

Constructors

Link copied to clipboard
fun GetPreparedStatementPlainArgs(statementName: String, workGroup: String)

Functions

Link copied to clipboard
open override fun toJava(): GetPreparedStatementPlainArgs

Properties

Link copied to clipboard

The name of the prepared statement.

Link copied to clipboard

The name of the workgroup to which the prepared statement belongs.