QueryExecution

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

Information about the execution of a query.

Attributes

parameter

the parameters the query is executed with

sql

the SQL statement

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product