| Package | Description |
|---|---|
| com.oceanbase.jdbc | |
| com.oceanbase.jdbc.extend.datatype | |
| com.oceanbase.jdbc.internal.com.read.resultset.rowprotocol | |
| com.oceanbase.jdbc.internal.com.send.parameters |
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMPTZ |
ObResultSet.getTIMESTAMPTZ(int columnIndex) |
TIMESTAMPTZ |
JDBC4ResultSet.getTIMESTAMPTZ(int columnIndex) |
TIMESTAMPTZ |
ObResultSet.getTIMESTAMPTZ(String columnName) |
TIMESTAMPTZ |
JDBC4ResultSet.getTIMESTAMPTZ(String columnLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObPrepareStatement.setTIMESTAMPTZ(int parameterIndex,
TIMESTAMPTZ timestamptz) |
void |
BasePrepareStatement.setTIMESTAMPTZ(int parameterIndex,
TIMESTAMPTZ timestamp)
Sets the designated parameter to the given
com.oceanbase.jdbc.extend.datatype.TIMESTAMPTZ
value. |
| Modifier and Type | Method and Description |
|---|---|
static TIMESTAMPTZ |
TIMESTAMPLTZ.toTIMESTAMPTZ(Connection connection,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMPTZ |
RowProtocol.getInternalTIMESTAMPTZ(ColumnDefinition columnInfo,
Calendar userCalendar,
TimeZone timeZone) |
| Constructor and Description |
|---|
OBTIMESTAMPTZParameter(TIMESTAMPTZ ts)
Constructor.
|
OBTIMESTAMPTZParameter(TIMESTAMPTZ ts,
boolean isTZTablesImported) |
Copyright © 2022 oceanbase.com. All rights reserved.