static ResourceSQLSource |
ResourceSQLSource.with(String location) |
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
Class<?> relativeToClass) |
Creates a new SQL source for a resource in the same package as the given
class, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
Class<?> relativeToClass,
String encoding) |
Creates a new SQL source for a resource in the same package as the given
class which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
Class<?> relativeToClass,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource in the same package as the given
class which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
Class<?> relativeToClass,
Scanner scanner) |
Creates a new SQL source for a resource in the same package as the given
class, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ClassLoader classLoader) |
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ClassLoader classLoader,
String encoding) |
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ClassLoader classLoader,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ClassLoader classLoader,
Scanner scanner) |
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(String location,
String encoding) |
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String location,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the specified encoding.
|
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 specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ResourceSQLSource.ResourceAccessor accessor,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource that will be obtained from the
given resource accessor and which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(String name,
ResourceSQLSource.ResourceAccessor accessor,
Scanner scanner) |
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 location,
Scanner scanner) |
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the default encoding .
|
static ResourceSQLSource |
ResourceSQLSource.with(URI location) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URI location,
String encoding) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URI location,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URI location,
Scanner scanner) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URL location) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URL location,
String encoding) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URL location,
String encoding,
Scanner scanner) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|
static ResourceSQLSource |
ResourceSQLSource.with(URL location,
Scanner scanner) |
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
|