jdbc-scala
jdbc-scala
acolyte.jdbc
AcolyteDSL
CompositeHandlerImplicits
DefinedParameter
ExecutedParameter
ExecutedParameter
ExecutedStatement
Execution
Implicits
JavaConverters
ScalaRow
QueryExecution
ScalaCompositeHandler
ScalaRowListsImplicits
UpdateExecution
jdbc-scala
/
acolyte.jdbc
/
ExecutedStatement
ExecutedStatement
case
class
ExecutedStatement
(
p:
String
)
Statement extractor
Value parameters:
p
Statement pattern
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
unapply
(
x:
Execution
):
Option
[(
String
,
List
[
ExecutedParameter
])]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
val
re
:
Regex