jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGStructTypes

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

public class PGStructTypes
extends PGTypes

.

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

Nested Class Summary
static class PGStructTypes.PGbox
          Full support.
static class PGStructTypes.PGcircle
          Full support.
static class PGStructTypes.PGline
          Not supported by the database.
static class PGStructTypes.PGlseg
          Full support.
static class PGStructTypes.PGpath
          Does not work for now, several reasons...
static class PGStructTypes.PGpoint
          Full support.
static class PGStructTypes.PGpolygon
           
(package private) static class PGStructTypes.PGstruct
           
static class PGStructTypes.PGtimetz
          TIME type with time zone information.
static class PGStructTypes.PGtinterval
           
 
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
PGStructTypes()
           
 
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

PGStructTypes

public PGStructTypes()

jxDBCon 0.9z

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