public class TIMESTAMPTZ extends Datum
| Constructor and Description |
|---|
TIMESTAMPTZ() |
TIMESTAMPTZ(byte[] bytes) |
TIMESTAMPTZ(Connection connection,
Date date) |
TIMESTAMPTZ(Connection connection,
Date date,
Calendar calendar) |
TIMESTAMPTZ(Connection connection,
String time) |
TIMESTAMPTZ(Connection connection,
String time,
Calendar calendar) |
TIMESTAMPTZ(Connection connection,
Time time) |
TIMESTAMPTZ(Connection connection,
Time time,
Calendar calendar) |
TIMESTAMPTZ(Connection connection,
Timestamp timestamp) |
TIMESTAMPTZ(Connection connection,
Timestamp timestamp,
Calendar calendar) |
TIMESTAMPTZ(Connection connection,
Timestamp timestamp,
Calendar calendar,
boolean isTZTablesImported) |
| Modifier and Type | Method and Description |
|---|---|
Date |
dateValue() |
Date |
dateValue(Connection conn) |
boolean |
isConvertibleTo(Class claz) |
Object |
makeJdbcArray(int temp) |
static TIMESTAMP |
resultTIMESTAMP(Protocol protocol,
byte[] bytes) |
String |
stringValue() |
String |
stringValue(Connection connection) |
Timestamp |
timestampValue() |
Timestamp |
timestampValue(Connection connection) |
Time |
timeValue() |
Time |
timeValue(Connection connection) |
byte[] |
toBytes() |
static Date |
toDate(byte[] bytes) |
Object |
toJdbc() |
String |
toResultSetString(Connection connection) |
static Time |
toTime(Connection connection,
byte[] bytes) |
static Timestamp |
toTimestamp(Connection connection,
byte[] bytes) |
static TIMESTAMP |
toTIMESTAMP(Connection connection,
byte[] bytes) |
static Timestamp |
toTimestamp(Protocol protocol,
byte[] bytes) |
static TIMESTAMP |
toTIMESTAMP(Protocol protocol,
byte[] bytes) |
static Timestamp |
toTimestamp(Protocol protocol,
byte[] bytes,
boolean isResult) |
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setByte, setBytes, setShareBytes, shareBytes, timestampValue, timeValuepublic TIMESTAMPTZ()
public TIMESTAMPTZ(byte[] bytes)
public TIMESTAMPTZ(Connection connection, Date date) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Date date, Calendar calendar) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Time time) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Time time, Calendar calendar) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Timestamp timestamp) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Timestamp timestamp, Calendar calendar) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, Timestamp timestamp, Calendar calendar, boolean isTZTablesImported) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, String time) throws SQLException
SQLExceptionpublic TIMESTAMPTZ(Connection connection, String time, Calendar calendar) throws SQLException
SQLExceptionpublic static Date toDate(byte[] bytes) throws SQLException
SQLExceptionpublic static Time toTime(Connection connection, byte[] bytes) throws SQLException
SQLExceptionpublic static TIMESTAMP toTIMESTAMP(Protocol protocol, byte[] bytes) throws SQLException
SQLExceptionpublic static TIMESTAMP resultTIMESTAMP(Protocol protocol, byte[] bytes) throws SQLException
SQLExceptionpublic static TIMESTAMP toTIMESTAMP(Connection connection, byte[] bytes) throws SQLException
SQLExceptionpublic Date dateValue() throws SQLException
dateValue in class DatumSQLExceptionpublic Date dateValue(Connection conn) throws SQLException
SQLExceptionpublic Time timeValue() throws SQLException
timeValue in class DatumSQLExceptionpublic static Timestamp toTimestamp(Protocol protocol, byte[] bytes) throws SQLException
SQLExceptionpublic static Timestamp toTimestamp(Protocol protocol, byte[] bytes, boolean isResult) throws SQLException
SQLExceptionpublic static Timestamp toTimestamp(Connection connection, byte[] bytes) throws SQLException
SQLExceptionpublic String toResultSetString(Connection connection) throws SQLException
SQLExceptionpublic Timestamp timestampValue(Connection connection) throws SQLException
SQLExceptionpublic Timestamp timestampValue() throws SQLException
timestampValue in class DatumSQLExceptionpublic byte[] toBytes()
public String stringValue(Connection connection) throws SQLException
stringValue in class DatumSQLExceptionpublic String stringValue() throws SQLException
stringValue in class DatumSQLExceptionpublic Time timeValue(Connection connection) throws SQLException
SQLExceptionpublic Object toJdbc() throws SQLException
toJdbc in class DatumSQLExceptionpublic Object makeJdbcArray(int temp)
makeJdbcArray in class Datumpublic boolean isConvertibleTo(Class claz)
isConvertibleTo in class DatumCopyright © 2022 oceanbase.com. All rights reserved.