TIMESTAMPTZ
Extends oracle.sql.Datum.
The constructors for this class are:
TIMESTAMPTZ( ) TIMESTAMPTZ(byte[]timestamptz
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Datedate
) TIMESTAMPTZ(java.sql.Connectionconn
, DATEdate
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Datedate
, java.util.Calendarcal
) TIMESTAMPTZ(java.sql.Connectionconn
, java.lang.Stringstr
) TIMESTAMPTZ(java.sql.Connectionconn
, java.lang.Stringstr
, java.util.Calendarcal
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Timetime
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Timetime
, java.util.Calendarcal
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Timestamptimestamp
) TIMESTAMPTZ(java.sql.Connectionconn
, java.sql.Timestamptimestamp
, java.util.Calendarcal
)
Methods
- isConvertibleTo(java.lang.Class cls )
Returns a Boolean indicating whether the object can be converted to cls.
- makeJdbcArray(int arraySize )
Returns java.lang.Object representation of the datum.
- timestampValue(java.sql.Connection conn )
Returns java.sql.Timestamp converted from Oracle TIMESTAMPLTZ.
- toBytes( )
Returns byte array converted from Oracle TIMESTAMPLTZ.
- toBytes(java.sql.Connection conn , DATE date )
Returns byte array converted to Oracle TIMESTAMPTZ. Static method.
- toBytes(java.sql.Connection conn , java.lang.String str )
Returns byte array converted to Oracle TIMESTAMPTZ. Static method.
- toBytes(java.sql.Connection conn , java.lang.String str , java.util.Calendar cal )
Returns byte array converted to Oracle TIMESTAMPTZ. Static ...
Get Oracle in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.