| Package | Description |
|---|---|
| org.soulwing.jdbc.source |
SQL source code input support
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ResourceSQLSource.ResourceAccessor accessor)
Creates a new SQL source for a resource that will be obtained from the
given resource accessor and which uses the
default encoding. |
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ResourceSQLSource.ResourceAccessor accessor,
String encoding)
Creates a new SQL source for a resource that will be obtained from the
given resource accessor and which uses the
default encoding. |
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.