| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
| oracle.sql.json |
The API for JSON type in Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
INTERVALDS |
OracleConnection.createINTERVALDS(java.lang.String value)
Creates an INTERVALDS that has the given value.
|
INTERVALDS |
OracleConnectionWrapper.createINTERVALDS(java.lang.String value)
Creates an INTERVALDS that has the given value.
|
INTERVALDS |
OracleConnectionWrapper.createINTERVALDS(java.lang.String value)
Creates an INTERVALDS that has the given value.
|
INTERVALDS |
OracleConnection.createINTERVALDS(java.lang.String value)
Creates an INTERVALDS that has the given value.
|
INTERVALDS |
OracleCallableStatement.getINTERVALDS(int parameterIndex)
Retrieves data into an
oracle.sql.INTERVALDS object. |
INTERVALDS |
OracleResultSet.getINTERVALDS(int columnIndex)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.
|
INTERVALDS |
OracleResultSet.getINTERVALDS(int columnIndex)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.
|
INTERVALDS |
OracleCallableStatement.getINTERVALDS(int parameterIndex)
Retrieves data into an
oracle.sql.INTERVALDS object. |
INTERVALDS |
OracleResultSet.getINTERVALDS(java.lang.String columnName)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.
|
INTERVALDS |
OracleResultSet.getINTERVALDS(java.lang.String columnName)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePreparedStatement.setINTERVALDS(int parameterIndex,
INTERVALDS x)
Binds the designated parameter to an oracle.sql.INTERVALDS value.
|
void |
OraclePreparedStatement.setINTERVALDS(int parameterIndex,
INTERVALDS x)
Binds the designated parameter to an oracle.sql.INTERVALDS value.
|
void |
OracleCallableStatement.setINTERVALDS(java.lang.String parameterName,
INTERVALDS x)
Sets the designated parameter to an
oracle.sql.INTERVALDSvalue. |
void |
OracleCallableStatement.setINTERVALDS(java.lang.String parameterName,
INTERVALDS x)
Sets the designated parameter to an
oracle.sql.INTERVALDSvalue. |
void |
OraclePreparedStatement.setINTERVALDSAtName(java.lang.String parameterName,
INTERVALDS value)
Sets the designated parameter to an oracle.sql.INTERVALDS value.
|
void |
OraclePreparedStatement.setINTERVALDSAtName(java.lang.String parameterName,
INTERVALDS value)
Sets the designated parameter to an oracle.sql.INTERVALDS value.
|
void |
OracleResultSet.updateINTERVALDS(int columnIndex,
INTERVALDS value)
Oracle extension.
|
void |
OracleResultSet.updateINTERVALDS(int columnIndex,
INTERVALDS value)
Oracle extension.
|
void |
OracleResultSet.updateINTERVALDS(java.lang.String columnName,
INTERVALDS value)
Oracle extension.
|
void |
OracleResultSet.updateINTERVALDS(java.lang.String columnName,
INTERVALDS value)
Oracle extension.
|
| Modifier and Type | Method and Description |
|---|---|
static INTERVALDS |
INTERVALDS.toIntervalds(java.time.Duration duration)
Convert java.time.Duration to oracle.sql.INTERVALDS
|
static INTERVALDS |
INTERVALDS.toIntervalds(java.time.Duration duration)
Convert java.time.Duration to oracle.sql.INTERVALDS
|
| Modifier and Type | Method and Description |
|---|---|
INTERVALDS |
OracleJsonIntervalDS.getINTERVALDS()
Returns this value as a
oracle.sql.INTERVALDS |
INTERVALDS |
OracleJsonIntervalDS.getINTERVALDS()
Returns this value as a
oracle.sql.INTERVALDS |