Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
P
R
S
T
U
A
add(PlainSql)
- Method in class com.syncsoft.plainsql.
StmtCache
Add the specified SQL statement to the cache
addColumn(String, String)
- Method in class com.syncsoft.plainsql.
PlainTableDDL
addOtherDDL(String)
- Method in class com.syncsoft.plainsql.
PlainTableDDL
addRow(Object...)
- Method in class com.syncsoft.plainsql.
RowSet
Add a row as a comma seperated list of name,value pairs
addRow(Row)
- Method in class com.syncsoft.plainsql.
RowSet
Add an existing row to the rowset
assertColumnCount(RowSet, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the RowSet has the wrong number of columns
assertColumnCount(String, ProcedureResult, int, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the RowSet has the wrong number of columns
assertColumnCount(ProcedureResult, int, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the RowSet has the wrong number of columns
assertColumnCount(String, RowSet, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the RowSet has the wrong number of columns
assertHasColumn(String, RowSet, String)
- Static method in class com.syncsoft.plainsql.
SpTestCase
fails if rowSet does not have the named column
assertHasColumn(String, ProcedureResult, int, String)
- Static method in class com.syncsoft.plainsql.
SpTestCase
fails if rowSet does not have the named column
assertHasColumn(ProcedureResult, int, String)
- Static method in class com.syncsoft.plainsql.
SpTestCase
fails if rowSet does not have the named column
assertHasColumn(RowSet, String)
- Static method in class com.syncsoft.plainsql.
SpTestCase
fails if rowSet does not have the named column
assertHasColumnValue(String, RowSet, String, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if no row has a matching value in the specified column
assertHasColumnValue(RowSet, String, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if no row has a matching value in the specified column
assertHasColumnValue(String, ProcedureResult, int, String, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if no row has a matching value in the specified column
assertHasColumnValue(ProcedureResult, int, String, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if no row has a matching value in the specified column
assertParameterValue(String, ProcedureResult, int, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the paramteter is not equal to the value provided
assertParameterValue(ProcedureResult, int, Object)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the specified parameter is not equal to the specified value
assertRowCount(String, RowSet, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the number of rows in the rowset is not equal to that specified
assertRowCount(String, ProcedureResult, int, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the number of rows in the rowset is not equal to that specified
assertRowCount(ProcedureResult, int, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the number of rows in the rowset is not equal to that specified
assertRowCount(RowSet, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fails if the number of rows in the rowset is not equal to that specified
assertRowSetCount(String, ProcedureResult, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fail if the number of rowsets in the results is not as specified
assertRowSetCount(ProcedureResult, int)
- Static method in class com.syncsoft.plainsql.
SpTestCase
Fail if the number of rowsets in the results is not as specified
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
P
R
S
T
U