|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRowsOverload
This interface defines a collection that contains IRowOverload objects.
| Method Summary | |
|---|---|
IRowOverload |
add(int restrictedTableID,
java.lang.String whereClause)
Adds a new IRowOverload object to the collection. |
IRowOverload |
add(java.lang.String restrictedTableName,
java.lang.String whereClause)
Adds a new IRowOverload object to the collection. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKList |
|---|
get |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
IRowOverload add(int restrictedTableID,
java.lang.String whereClause)
Adds a new IRowOverload object to the collection.
restrictedTableID - An int that specifies the ID of the database table.whereClause - A String that contains a SQL Where clause. This string is appended to the query to restrict certain rows from being accessed.
IRowOverload object.IOverloadBase.getRestrictedRows(),
IRowOverload
IRowOverload add(java.lang.String restrictedTableName,
java.lang.String whereClause)
Adds a new IRowOverload object to the collection.
restrictedTableName - A String that specifies the name of the database table.whereClause - A String that contains a SQL Where clause. This string is appended to the query to restrict certain rows from being accessed.
IRowOverload object.IOverloadBase.getRestrictedRows(),
IRowOverload
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||