PreparedStatementHolder

com.github.mauricio.async.db.mysql.codec.PreparedStatementHolder
class PreparedStatementHolder(val statement: String, val message: PreparedStatementPrepareResponse)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(column: ColumnDefinitionMessage): Unit
def needsAny: Boolean
def needsColumns: Boolean
def needsParameters: Boolean
def statementId: Array[Byte]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any