jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGFunc

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.PGFunc

public class PGFunc
extends Object

Wrapper for the information needed to identify/call a PostgreSQL function.

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

Field Summary
 long[] argsOid
          Type oid of arguments.
 long funcOid
          Function's Oid.
 String name
          Function's name.
 boolean retSet
          Returned value is a Set.
 long retType
          Type oid of returned value.
 
Constructor Summary
(package private) PGFunc(String name, long funcOid, boolean retSet, long retType, long[] argsOid)
           
(package private) PGFunc(String name, long funcOid, boolean retSet, long retType, Object[] argsOid)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

argsOid

public final long[] argsOid
Type oid of arguments.


funcOid

public final long funcOid
Function's Oid.


name

public final String name
Function's name.


retSet

public final boolean retSet
Returned value is a Set.


retType

public final long retType
Type oid of returned value.

Constructor Detail

PGFunc

PGFunc(String name,
       long funcOid,
       boolean retSet,
       long retType,
       long[] argsOid)

PGFunc

PGFunc(String name,
       long funcOid,
       boolean retSet,
       long retType,
       Object[] argsOid)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

jxDBCon 0.9z

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