-
Execute the sql query returning a single MapBean or null.
Execute the query returning a single row or null.
Create and return a SqlRow based on the resultSet with dbTrueValue and binaryOptimizedUUID options.
Execute the sql query returning a list of MapBean.
Execute the query returning a list.
Execute the query returning an optional row.
void
Execute the SqlQuery iterating a row at a time.
void
Execute the SqlQuery iterating a row at a time.
void
Execute the SqlQuery iterating a row at a time with the ability to stop consuming part way through.
void
Execute the SqlQuery iterating a row at a time with the ability to stop consuming part way through.
-
Create based on a JDBC ResultSet.