- ReaderSQLSource - Class in org.soulwing.jdbc.source
-
- ReaderSQLSource(Reader) - Constructor for class org.soulwing.jdbc.source.ReaderSQLSource
-
- repeatedly() - Method in interface org.soulwing.jdbc.JdbcQuery
-
Configures this query for repeated execution.
- repeatedly() - Method in interface org.soulwing.jdbc.JdbcUpdate
-
Configures this update for repeated execution.
- ResourceSQLSource - Class in org.soulwing.jdbc.source
-
An
SQLSource that reads SQL statements from a resource that can be
located using a URL.
- ResourceSQLSource(URL, String) - Constructor for class org.soulwing.jdbc.source.ResourceSQLSource
-
Constructs a new SQL source for a resource at the specified location,
which uses the specified encoding.
- ResourceSQLSource.ResourceAccessor - Interface in org.soulwing.jdbc.source
-
An accessor for a resource.
- ResultSetHandler<T> - Interface in org.soulwing.jdbc
-
A closure that handles the result set returned by a query.
- retrieveList(String, Class<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves all values of a given column in the current result set.
- retrieveList(int, Class<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves all values of a given column in the current result set.
- retrieveList(RowMapper<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves and maps all rows in the current result set using the given
row mapper.
- retrieveList(Parameter...) - Method in interface org.soulwing.jdbc.JdbcQuery
-
Executes the query, retrieving the list of values for all matching rows.
- retrieveValue(String, Class<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves a column value from the current result set, which must contain
a exactly one row.
- retrieveValue(int, Class<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves a column value from the current result set, which must contain
a exactly one row.
- retrieveValue(RowMapper<T>) - Method in interface org.soulwing.jdbc.JdbcCall
-
Retrieves and maps a single row in current result set, which must contain
exactly one row.
- retrieveValue(Parameter...) - Method in interface org.soulwing.jdbc.JdbcQuery
-
Executes the query, retrieving a value representing the matching row
- RowMapper<T> - Interface in org.soulwing.jdbc
-
A closure that maps a row in a
ResultSet to an instance of a given
type.
- with(Object) - Static method in class org.soulwing.jdbc.Parameter
-
Creates a new input parameter with the given value.
- with(int, Object) - Static method in class org.soulwing.jdbc.Parameter
-
Creates a new input parameter with the given value.
- with(String, Class<?>) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource in the same package as the given
class, which uses the
default encoding.
- with(String, Class<?>, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource in the same package as the given
class which uses the specified encoding.
- with(String, ClassLoader) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the
default encoding.
- with(String, ClassLoader, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource relative to the root of the
given class loader, which uses the specified encoding.
- with(String, ResourceSQLSource.ResourceAccessor) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource that will be obtained from the
given resource accessor and which uses the
default encoding.
- with(String, ResourceSQLSource.ResourceAccessor, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource that will be obtained from the
given resource accessor and which uses the
default encoding.
- with(String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the
default encoding.
- with(String, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource relative to the root of the
classpath, which uses the specified encoding.
- with(URI) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
- with(URI, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
- with(URL) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.
- with(URL, String) - Static method in class org.soulwing.jdbc.source.ResourceSQLSource
-
Creates a new SQL source for a resource at the specified location,
which uses the specified encoding.