jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGDateTimeTypes.PGtimestampV72

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

public static class PGDateTimeTypes.PGtimestampV72
extends PGDateTimeTypes.PGtimestampBase

TIMESTAMP WITHOUT TIME ZONE as introduced with 7.2.


Field Summary
static PGDateTimeTypes.PGtimestampV72 INSTANCE
           
 
Fields inherited from class org.sourceforge.jxutil.sql.type.AbstractType
BD_ONE, BD_ZERO, name
 
Constructor Summary
private PGDateTimeTypes.PGtimestampV72()
           
 
Method Summary
 String getCreateParams()
           
protected  long rollGet(long ld, Calendar cal)
           
protected  long rollSet(long ld, Calendar cal)
           
 
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampBase
getBytes, getLiteralPrefix, getLiteralSuffix, getTimestamp, setDouble, 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, 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, setFloat, setInt, 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.PGtimestampV72 INSTANCE
Constructor Detail

PGDateTimeTypes.PGtimestampV72

private PGDateTimeTypes.PGtimestampV72()
Method Detail

getCreateParams

public String getCreateParams()
Overrides:
getCreateParams in class AbstractType

rollGet

protected long rollGet(long ld,
                       Calendar cal)
Specified by:
rollGet in class PGDateTimeTypes.PGtimestampBase

rollSet

protected long rollSet(long ld,
                       Calendar cal)
Specified by:
rollSet in class PGDateTimeTypes.PGtimestampBase

jxDBCon 0.9z

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