Uses of Interface
org.soulwing.jdbc.source.ResourceSQLSource.ResourceAccessor
-
Packages that use ResourceSQLSource.ResourceAccessor Package Description org.soulwing.jdbc.source SQL source code input support -
-
Uses of ResourceSQLSource.ResourceAccessor in org.soulwing.jdbc.source
Methods in org.soulwing.jdbc.source with parameters of type ResourceSQLSource.ResourceAccessor Modifier and Type Method Description static ResourceSQLSourceResourceSQLSource. 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 thedefault encoding.static ResourceSQLSourceResourceSQLSource. 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 ResourceSQLSourceResourceSQLSource. 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 ResourceSQLSourceResourceSQLSource. 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 thedefault encoding.
-