GetPreparedStatementPlainArgs

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

Constructors

Link copied to clipboard
constructor(statementName: String, workGroup: String)

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.

Functions

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