Uses of Class
oracle.sql.INTERVALYM
Packages that use INTERVALYM
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.A package of classes that represent java SQL types and Oracle specific
SQL types.
The API for JSON type in Oracle Database.
-
Uses of INTERVALYM in oracle.jdbc
Methods in oracle.jdbc that return INTERVALYMModifier and TypeMethodDescriptionOracleConnection.createINTERVALYM(String value) Creates an INTERVALYM that has the given value.OracleConnectionWrapper.createINTERVALYM(String value) Creates an INTERVALYM that has the given value.OracleCallableStatement.getINTERVALYM(int parameterIndex) Retrieves data into anoracle.sql.INTERVALYMobject.OracleResultSet.getINTERVALYM(int columnIndex) Obtain an oracle.sql.INTERVALYM value from the ResultSet.OracleResultSet.getINTERVALYM(String columnName) Obtain an oracle.sql.INTERVALYM value from the ResultSet.Methods in oracle.jdbc with parameters of type INTERVALYMModifier and TypeMethodDescriptionvoidOracleCallableStatement.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. -
Uses of INTERVALYM in oracle.sql
Methods in oracle.sql that return INTERVALYMModifier and TypeMethodDescriptionstatic final INTERVALYMINTERVALYM.toIntervalym(Period period) Create an Oracle INTERVALYM object represented by given java.time.Period -
Uses of INTERVALYM in oracle.sql.json
Methods in oracle.sql.json that return INTERVALYMModifier and TypeMethodDescriptionOracleJsonIntervalYM.getINTERVALYM()Returns this value as aoracle.sql.INTERVALYM