
3-core.3.48.0.source-code.SqlScriptLexer.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
MULTI_LINE_COMMENT=2
NEWLINES=3
QUOTED_TEXT=4
BLOCK_BEGIN=5
BLOCK_END=6
SEMICOLON=7
LITERAL=8
OTHER=9
';'=7
© 2015 - 2025 Weber Informatics LLC | Privacy Policy