Uses of Class
oracle.sql.INTERVALYM
-
Packages that use INTERVALYM Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of INTERVALYM in oracle.jdbc
Methods in oracle.jdbc that return INTERVALYM Modifier and Type Method Description INTERVALYMOracleConnection. createINTERVALYM(String value)Creates an INTERVALYM that has the given value.INTERVALYMOracleConnectionWrapper. createINTERVALYM(String value)Creates an INTERVALYM that has the given value.INTERVALYMOracleCallableStatement. getINTERVALYM(int parameterIndex)Retrieves data into anoracle.sql.INTERVALYMobject.INTERVALYMOracleResultSet. getINTERVALYM(int columnIndex)Obtain an oracle.sql.INTERVALYM value from the ResultSet.INTERVALYMOracleResultSet. getINTERVALYM(String columnName)Obtain an oracle.sql.INTERVALYM value from the ResultSet.
</section>Methods in oracle.jdbc with parameters of type INTERVALYM Modifier and Type Method Description voidOracleCallableStatement. setINTERVALYM(String parameterName, INTERVALYM x)Sets the designated parameter to anoracle.sql.INTERVALYMvalue.voidOraclePreparedStatement. setINTERVALYM(int parameterIndex, INTERVALYM x)Binds the designated parameter to an oracle.sql.INTERVALYM value.voidOraclePreparedStatement. setINTERVALYMAtName(String parameterName, INTERVALYM value)Sets the designated parameter to an oracle.sql.INTERVALYM value.voidOracleResultSet. updateINTERVALYM(int columnIndex, INTERVALYM value)Oracle extension.voidOracleResultSet. updateINTERVALYM(String columnName, INTERVALYM value)Oracle extension. - <section role="region">
Uses of INTERVALYM in oracle.sql.json
</section>Methods in oracle.sql.json that return INTERVALYM Modifier and Type Method Description INTERVALYMOracleJsonIntervalYM. getINTERVALYM()Returns this value as aoracle.sql.INTERVALYM
- <section role="region">