| Interface | Description |
|---|---|
| ResourceSQLSource.ResourceAccessor |
An accessor for a resource.
|
| SQLSource |
A source of SQL statements.
|
| Class | Description |
|---|---|
| ReaderSQLSource | |
| ResourceSQLSource |
An
SQLSource that reads SQL statements from a resource that can be
located using a URL. |
| StringSQLSource |
An
SQLSource that reads SQL statements from a string. |
| Exception | Description |
|---|---|
| SQLInputException | |
| SQLResourceNotFoundException |
An exception thrown by an
SQLSource when the resource cannot be found. |
This package provides supporting classes for reading SQL statements from files or other resources that can be located using a URL.
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.