|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RowSet in com.syncsoft.plainsql |
|---|
| Methods in com.syncsoft.plainsql that return RowSet | |
|---|---|
RowSet |
PlainTable.emptyRowSet()
|
RowSet |
PlainTable.fetchAll()
|
RowSet |
PlainSql.fetchAll(java.lang.Object... args)
Returns all the result sets for a query as an ArrayList of Maps. |
RowSet |
PSconnection.fetchAll(java.lang.String sql,
java.lang.Object... args)
Execute the SQL, with bind variables as appropriate, and return a Rowset of data |
RowSet |
Row.getRowSet()
Returns RowSet that this row belongs to |
RowSet |
ProcedureResult.getRowSet(int rowSetNumber)
Get a specific rowset from the procedure output |
| Methods in com.syncsoft.plainsql that return types with arguments of type RowSet | |
|---|---|
java.util.ArrayList<RowSet> |
ProcedureResult.getRowSets()
|
| Methods in com.syncsoft.plainsql with parameters of type RowSet | |
|---|---|
static void |
SpTestCase.assertColumnCount(RowSet rowSet,
int columnCount)
Fails if the RowSet has the wrong number of columns |
static void |
SpTestCase.assertColumnCount(java.lang.String failureMessage,
RowSet rowSet,
int columnCount)
Fails if the RowSet has the wrong number of columns |
static void |
SpTestCase.assertHasColumn(RowSet rowSet,
java.lang.String columnName)
fails if rowSet does not have the named column |
static void |
SpTestCase.assertHasColumn(java.lang.String failureMessage,
RowSet rowSet,
java.lang.String columnName)
fails if rowSet does not have the named column |
static void |
SpTestCase.assertHasColumnValue(RowSet rowSet,
java.lang.String columnName,
java.lang.Object value)
Fails if no row has a matching value in the specified column |
static void |
SpTestCase.assertHasColumnValue(java.lang.String failureMessage,
RowSet rowSet,
java.lang.String columnName,
java.lang.Object value)
Fails if no row has a matching value in the specified column |
static void |
SpTestCase.assertRowCount(RowSet rowSet,
int rowCount)
Fails if the number of rows in the rowset is not equal to that specified |
static void |
SpTestCase.assertRowCount(java.lang.String failureMessage,
RowSet rowSet,
int rowCount)
Fails if the number of rows in the rowset is not equal to that specified |
int |
PlainTable.insertArray(RowSet rows)
Insert a batch (array) of rows |
void |
Row.setRowSet(RowSet rowSet)
Sets the rowSet that this row belongs to |
| Constructors in com.syncsoft.plainsql with parameters of type RowSet | |
|---|---|
InternalRow(RowSet rs,
Row row)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||