org.sourceforge.jxdbcon.postgresql
Class PGExecResult
java.lang.Object
|
+--org.sourceforge.jxdbcon.postgresql.PGResult
|
+--org.sourceforge.jxdbcon.postgresql.PGExecResult
- final class PGExecResult
- extends PGResult
PGExecResult is used internally to store the complete result of a query.
- Version:
- $Revision: 1.7 $
- Author:
- Keve Müller
cursorName
String cursorName
fieldMods
int[] fieldMods
fieldNames
String[] fieldNames
fieldOids
long[] fieldOids
fieldSizes
short[] fieldSizes
isBinary
boolean isBinary
next
PGExecResult next
- chained next result.
rowData
List rowData
status
String status
PGExecResult
PGExecResult()
checkException
public void checkException(String detail)
throws SQLException
- Overrides:
checkException
in class PGResult
SQLException
fieldsToUpper
final void fieldsToUpper()
findColumn
final int findColumn(String columnName)
getOidValue
final int getOidValue()
getUpdateCount
final int getUpdateCount()
toString
public final String toString()
- Overrides:
toString
in class PGResult
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.