|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use INTERVALYM | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package oracle.jdbc. |
| Uses of INTERVALYM in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return INTERVALYM | |
|---|---|
INTERVALYM |
OracleConnectionWrapper.createINTERVALYM(String value)
Creates an INTERVALYM that has the given value. |
INTERVALYM |
OracleConnection.createINTERVALYM(String value)
Creates an INTERVALYM that has the given value. |
INTERVALYM |
OracleResultSet.getINTERVALYM(int columnIndex)
Obtain an oracle.sql.INTERVALYM value from the ResultSet. |
INTERVALYM |
OracleCallableStatement.getINTERVALYM(int parameterIndex)
Retrieves data into an oracle.sql.INTERVALYM object. |
INTERVALYM |
OracleResultSet.getINTERVALYM(String columnName)
Obtain an oracle.sql.INTERVALYM value from the ResultSet. |
| Methods in oracle.jdbc with parameters of type INTERVALYM | |
|---|---|
void |
OraclePreparedStatement.setINTERVALYM(int parameterIndex,
INTERVALYM x)
Binds the designated parameter to an oracle.sql.INTERVALYM value. |
void |
OracleCallableStatement.setINTERVALYM(String parameterName,
INTERVALYM x)
Sets the designated parameter to an oracle.sql.INTERVALYMvalue. |
void |
OraclePreparedStatement.setINTERVALYMAtName(String parameterName,
INTERVALYM value)
Sets the designated parameter to an oracle.sql.INTERVALYM value. |
void |
OracleResultSet.updateINTERVALYM(int columnIndex,
INTERVALYM value)
Oracle extension. |
void |
OracleResultSet.updateINTERVALYM(String columnName,
INTERVALYM value)
Oracle extension. |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||