Package com.ocient.procedures
Class ResultSetBuilder
java.lang.Object
com.ocient.procedures.ResultSetBuilder
-
Constructor Details
-
ResultSetBuilder
-
-
Method Details
-
setResultSetMetadata
- Throws:
Exception
-
setResultSetMetadata
public void setResultSetMetadata(Map<String, String> cols2Types, Map<String, throws ExceptionInteger> cols2Pos) - Throws:
Exception
-
getColsInOrder
-
getTypesInOrder
-
addRow
- Throws:
Exception
-
fromExistingResultSet
- Throws:
Exception
-
appendExistingResultSet
- Throws:
SQLExceptionException
-
numRows
public int numRows() -
getRow
-