jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGFuncResult

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.PGResult
        |
        +--org.sourceforge.jxdbcon.postgresql.PGFuncResult

class PGFuncResult
extends PGResult

PGFuncResult is used internally to store the result of a function call.

Version:
$Revision: 1.2 $
Author:
Keve Müller

Field Summary
(package private)  PGFunc func
          The function called.
(package private)  byte[] retData
          Byte data.
 
Fields inherited from class org.sourceforge.jxdbcon.postgresql.PGResult
errorMessage, notices
 
Constructor Summary
(package private) PGFuncResult()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGResult
addNotice, checkException, checkException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

func

PGFunc func
The function called.


retData

byte[] retData
Byte data.

Constructor Detail

PGFuncResult

PGFuncResult()
Method Detail

toString

public String toString()
Overrides:
toString in class PGResult

jxDBCon 0.9z

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