
3-core.3.48.0.source-code.ColonStatementLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbi3-core Show documentation
Show all versions of jdbi3-core Show documentation
The Jdbi core API.
Jdbi 3 is designed to provide convenient tabular data access in
Java(tm) and other JVM based languages.
It uses the Java collections framework for query results,
provides a convenient means of externalizing SQL statements, and
named parameter support for any database that supports JDBC.
COMMENT=1
QUOTED_TEXT=2
DOUBLE_QUOTED_TEXT=3
ESCAPED_TEXT=4
NAMED_PARAM=5
POSITIONAL_PARAM=6
LITERAL=7
© 2015 - 2025 Weber Informatics LLC | Privacy Policy