AR System Java API

Uses of Class
com.bmc.arsys.api.SQLResult

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 retrieveTotalMatches)
          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 retrieveTotalMatches)
          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

? Copyright 2006, 2007 BMC Software, Inc.