|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SQLResult in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return SQLResult | |
---|---|
SQLResult |
ARServerUser.getListSQL(String sqlCommand,
int maxRetrieve,
boolean retrieveNumMatches)
Returns a list of rows from the underlying SQL database on the specified server. |
SQLResult |
ARServerUser.getListSQLForActiveLink(String actlinkName,
int actionIndex,
int actionType,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
int maxRetrieve,
boolean retrieveNumMatches)
Reserved for AR System internal only. |
Methods in com.bmc.arsys.api with parameters of type SQLResult | |
---|---|
void |
ObjectPrinter.printSQLResult(String indent,
String header,
SQLResult result)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |