| Class | Description |
|---|---|
| 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 | |
| SqlScriptParser |
Use this to extract the list of commands from a SQL Script.
|
| SqlScriptRunner |
Copyright © 2023. All rights reserved.