MySQLQueryResult

com.github.mauricio.async.db.mysql.MySQLQueryResult
class MySQLQueryResult(rowsAffected: Long, message: String, val lastInsertId: Long, val statusFlags: Int, val warnings: Int, rows: Option[ResultSet]) extends QueryResult

Attributes

Graph
Supertypes
class QueryResult
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

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
QueryResult -> Any
Inherited from:
QueryResult

Concrete fields

val lastInsertId: Long
val statusFlags: Int
val warnings: Int

Inherited fields

val statusMessage: String

Attributes

Inherited from:
QueryResult