jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGArrayTypes

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.PGTypes
        |
        +--org.sourceforge.jxdbcon.postgresql.PGArrayTypes

public class PGArrayTypes
extends PGTypes

The array types used in the PostgreSQL database system. This class wraps a generic array of any type handler and some particular handlers for special array types.

Version:
$Revision: 1.8 $
Author:
Keve Müller, Peter Brant

Nested Class Summary
static class PGArrayTypes.PGarray
          ARRAY of some basetype.
static class PGArrayTypes.PGoid8
          ARRAY of oids.
static class PGArrayTypes.PGoidvector
          ARRAY of oids.
 
Nested classes inherited from class org.sourceforge.jxdbcon.postgresql.PGTypes
PGTypes.DefaultParamType, PGTypes.PGaclitem, PGTypes.PGbit, PGTypes.PGbool, PGTypes.PGbytea, PGTypes.PGmacaddr, PGTypes.PGoid, PGTypes.PGunknown, PGTypes.PGvarbit
 
Field Summary
 
Fields inherited from class org.sourceforge.jxdbcon.postgresql.PGTypes
be, defKnownTypes, le
 
Constructor Summary
PGArrayTypes()
           
 
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGTypes
doEscape, genericGetBytes, genericSetBytes, genericSetNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGArrayTypes

public PGArrayTypes()

jxDBCon 0.9z

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