Uses of Package
org.soulwing.jdbc.source
-
Packages that use org.soulwing.jdbc.source Package Description org.soulwing.jdbc JDBC facade and supporting classesorg.soulwing.jdbc.logger Logging supportorg.soulwing.jdbc.source SQL source code input support -
Classes in org.soulwing.jdbc.source used by org.soulwing.jdbc Class Description SQLSource A source of SQL statements. -
Classes in org.soulwing.jdbc.source used by org.soulwing.jdbc.logger Class Description SQLFormatter A formatter for SQL statement text. -
Classes in org.soulwing.jdbc.source used by org.soulwing.jdbc.source Class Description DefaultScanner AScanner
for standard SQL and many common variants.ReaderSQLSource ResourceSQLSource AnSQLSource
that reads SQL statements from a resource that can be located using a URL.ResourceSQLSource.ResourceAccessor An accessor for a resource.Scanner A lexical scanner for an SQL source.SQLFormatter A formatter for SQL statement text.SQLInputException SQLInputException.Error SQLResourceNotFoundException An exception thrown by anSQLSource
when the resource cannot be found.SQLSource A source of SQL statements.Token A token recognized by a scanner for an SQL source.Token.Type