public class TIMESTAMPTZ extends Datum
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 DatumSQLExceptionpublic Date dateValue(Connection conn) throws SQLException
SQLExceptionpublic Time timeValue() throws SQLException
timeValue 在类中 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 在类中 DatumSQLExceptionpublic byte[] toBytes()
public String stringValue(Connection connection) throws SQLException
stringValue 在类中 DatumSQLExceptionpublic String stringValue() throws SQLException
stringValue 在类中 DatumSQLExceptionpublic Time timeValue(Connection connection) throws SQLException
SQLExceptionpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int temp)
makeJdbcArray 在类中 Datumpublic boolean isConvertibleTo(Class claz)
isConvertibleTo 在类中 DatumCopyright © 2024 oceanbase.com. All rights reserved.