| Class | Description |
|---|---|
| DbUtil | |
| PropertyExpressionProcessor |
Substitutes
${<property-ref>} expressions with corresponding values from system properties, environment vars,
and special references starting with # via custom DbLocationProvider implementations.Example: ${java.io.tmpdir}/mydir/myfile.abc -> c:/tmp/mydir/myfile.abcYou can implement the DbLocationProvider SPI to handle #<your-tag> expressions:Example: #mytag /mydir/myfile.abc, myinfo -> my url |
| PropertyExpressionProcessor.Result | |
| SqliteTypeMapping |
Sqlite is pretty much a mess regarding schema types reflecting result set types.
|
| SqlScriptParser |
Use this to extract the list of commands from a SQL Script.
|
| SqlScriptRunner |
| Enum | Description |
|---|---|
| DriverInfo | |
| SqlScriptParser.ExtraSeparator |
Copyright © 2024. All rights reserved.