jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class IntProtocol.FunctionCallQuery

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.IntProtocol.Response
        |
        +--org.sourceforge.jxdbcon.postgresql.IntProtocol.Query
              |
              +--org.sourceforge.jxdbcon.postgresql.IntProtocol.FunctionCallQuery
Enclosing class:
IntProtocol

class IntProtocol.FunctionCallQuery
extends IntProtocol.Query


Field Summary
(package private)  long[] argTypes
           
(package private)  byte[][] argVals
           
(package private)  long funcOid
           
(package private)  long retType
           
(package private)  String src
           
 
Constructor Summary
(package private) IntProtocol.FunctionCallQuery()
           
 
Method Summary
(package private)  void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argTypes

long[] argTypes

argVals

byte[][] argVals

funcOid

long funcOid

retType

long retType

src

String src
Constructor Detail

IntProtocol.FunctionCallQuery

IntProtocol.FunctionCallQuery()
Method Detail

read

void read()
    throws IOException
Specified by:
read in class IntProtocol.Response
IOException

jxDBCon 0.9z

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