SQLState

lightdb.sql.SQLState
case class SQLState[Doc <: Document[Doc], Model <: DocumentModel[Doc]](connectionManager: ConnectionManager, store: SQLStore[Doc, Model], caching: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close: Task[Unit]
def commit: Task[Unit]
def register(s: Statement): Unit
def register(rs: ResultSet): Unit
def returnPreparedStatement(sql: String, ps: PreparedStatement): Unit
def rollback: Task[Unit]
def withInsertPreparedStatement[Return](f: PreparedStatement => Return): Return
def withPreparedStatement[Return](sql: String)(f: PreparedStatement => Return): Return
def withUpsertPreparedStatement[Return](f: PreparedStatement => Return): Return

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product