| Package | Description |
|---|---|
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.setSqlParser(SqlParser parser)
Convenience method for
getConfig(SqlStatements.class).setSqlParser(rewriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColonPrefixSqlParser
SQL parser which recognizes named parameter tokens of the form
:tokenName |
class |
HashPrefixSqlParser
SQL parser which recognizes named parameter tokens of the form
#tokenName. |
| Modifier and Type | Method and Description |
|---|---|
SqlParser |
SqlStatements.getSqlParser() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatements |
SqlStatements.setSqlParser(SqlParser sqlParser)
Sets the
SqlParser used to parse parameters in SQL statements
executed by Jdbi. |
Copyright © 2017. All rights reserved.