SqlByteArgs

data class SqlByteArgs(val sql: String, val argBytes: ByteBuffer? = null) : TxOp

Constructors

Link copied to clipboard
constructor(sql: String, argBytes: ByteBuffer? = null)

Properties

Link copied to clipboard
Link copied to clipboard