MySQLQueryResult

class MySQLQueryResult(rowsAffected: Long, message: String, val lastInsertId: Long, val statusFlags: Int, val warnings: Int, rows: Option[ResultSet]) extends QueryResult
class QueryResult
class Object
trait Matchable
class Any

Value members

Inherited methods

override
def toString: String
Definition Classes
QueryResult -> Any
Inherited from
QueryResult

Concrete fields

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

Inherited fields

val statusMessage: String
Inherited from
QueryResult