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
Members list
In this article