jxDBCon 0.9z

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

Field Summary
(package private)  String cursorName
           
(package private)  int[] fieldMods
           
(package private)  String[] fieldNames
           
(package private)  long[] fieldOids
           
(package private)  short[] fieldSizes
           
(package private)  boolean isBinary
           
(package private)  PGExecResult next
          chained next result.
(package private)  List rowData
           
(package private)  String status
           
 
Fields inherited from class org.sourceforge.jxdbcon.postgresql.PGResult
errorMessage, notices
 
Constructor Summary
(package private) PGExecResult()
           
 
Method Summary
 void checkException(String detail)
           
(package private)  void fieldsToUpper()
           
(package private)  int findColumn(String columnName)
           
(package private)  int getOidValue()
           
(package private)  int getUpdateCount()
           
 String toString()
           
 
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGResult
addNotice, checkException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PGExecResult

PGExecResult()
Method Detail

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

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.