QueryExecution

acolyte.jdbc.QueryExecution
case class QueryExecution(sql: String, parameters: List[ExecutedParameter]) extends Execution

Information about the execution of a query.

Value parameters

parameter

the parameters the query is executed with

sql

the SQL statement

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product