public class TIMESTAMPLTZ extends Datum
| 构造器和说明 |
|---|
TIMESTAMPLTZ() |
TIMESTAMPLTZ(byte[] bytes) |
TIMESTAMPLTZ(Connection connection,
Date date) |
TIMESTAMPLTZ(Connection connection,
Time time) |
TIMESTAMPLTZ(Connection connection,
Timestamp timestamp) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 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 在类中 DatumSQLExceptionpublic Date dateValue(Connection connection) throws SQLException
SQLExceptionpublic Time timeValue(Connection connection) throws SQLException
SQLExceptionpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int time)
makeJdbcArray 在类中 Datumpublic boolean isConvertibleTo(Class clazz)
isConvertibleTo 在类中 DatumCopyright © 2024 oceanbase.com. All rights reserved.