jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGDateTimeTypes.PGtimestampV6

java.lang.Object
  |
  +--org.sourceforge.jxutil.sql.type.AbstractType
        |
        +--org.sourceforge.jxutil.sql.type.AbstractTIMESTAMP
              |
              +--org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGabstime
                    |
                    +--org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampV6
Enclosing class:
PGDateTimeTypes

public static class PGDateTimeTypes.PGtimestampV6
extends PGDateTimeTypes.PGabstime

In PG 6.5.3 timestamp is merely a wrapper for abstime.


Field Summary
static PGDateTimeTypes.PGtimestampV6 INSTANCE
           
 
Fields inherited from class org.sourceforge.jxutil.sql.type.AbstractType
BD_ONE, BD_ZERO, name
 
Constructor Summary
private PGDateTimeTypes.PGtimestampV6()
           
 
Method Summary
 String getLiteralPrefix()
           
 String getLiteralSuffix()
           
 
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGabstime
getBytes, getTimestamp, setInt, setNull, setTimestamp
 
Methods inherited from class org.sourceforge.jxutil.sql.type.AbstractTIMESTAMP
getDate, getJavaClass, getJavaType, getJDBCType, getObject, getString, getTime, setDate, setString
 
Methods inherited from class org.sourceforge.jxutil.sql.type.AbstractType
dataTruncationRead, dataTruncationWrite, deriveType, getArray, getAsciiStream, getAutoInc, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getCaseSensitive, getCharacterStream, getClob, getCreateParams, getCurrency, getDate, getDouble, getFloat, getInt, getLiteral, getLocalName, getLong, getMaxScale, getMinScale, getName, getNullable, getNumRadix, getObject, getPrecision, getRef, getScale, getSearchable, getShort, getTime, getTimestamp, getUnsigned, getURL, noConversion, noConversion, noConversion, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDouble, setFloat, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setStruct, setTime, setTime, setTimestamp, setURL, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final PGDateTimeTypes.PGtimestampV6 INSTANCE
Constructor Detail

PGDateTimeTypes.PGtimestampV6

private PGDateTimeTypes.PGtimestampV6()
Method Detail

getLiteralPrefix

public String getLiteralPrefix()
Overrides:
getLiteralPrefix in class PGDateTimeTypes.PGabstime

getLiteralSuffix

public String getLiteralSuffix()
Overrides:
getLiteralSuffix in class PGDateTimeTypes.PGabstime

jxDBCon 0.9z

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