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