| Package | Description |
|---|---|
| com.oceanbase.jdbc | |
| com.oceanbase.jdbc.internal.com.read.resultset.rowprotocol | |
| com.oceanbase.jdbc.internal.com.send.parameters |
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMPLTZ |
ObResultSet.getTIMESTAMPLTZ(int columnIndex) |
TIMESTAMPLTZ |
JDBC4ResultSet.getTIMESTAMPLTZ(int columnIndex) |
TIMESTAMPLTZ |
ObResultSet.getTIMESTAMPLTZ(String columnName) |
TIMESTAMPLTZ |
JDBC4ResultSet.getTIMESTAMPLTZ(String columnLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObPrepareStatement.setTIMESTAMPLTZ(int parameterIndex,
TIMESTAMPLTZ timestampltz) |
void |
BasePrepareStatement.setTIMESTAMPLTZ(int parameterIndex,
TIMESTAMPLTZ timestamp)
Sets the designated parameter to the given
com.oceanbase.jdbc.extend.datatype.TIMESTAMPLTZ
value. |
| Modifier and Type | Method and Description |
|---|---|
TIMESTAMPLTZ |
RowProtocol.getInternalTIMESTAMPLTZ(ColumnDefinition columnInfo,
Calendar userCalendar,
TimeZone timeZone) |
| Constructor and Description |
|---|
OBTIMESTAMPLTZParameter(TIMESTAMPLTZ ts,
Connection connection)
Constructor.
|
Copyright © 2022 oceanbase.com. All rights reserved.