Uses of Class
oracle.sql.INTERVALDS
Packages that use INTERVALDS
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 INTERVALDS in oracle.jdbc
Methods in oracle.jdbc that return INTERVALDSModifier and TypeMethodDescriptionOracleConnection.createINTERVALDS(String value) Creates an INTERVALDS that has the given value.OracleConnectionWrapper.createINTERVALDS(String value) Creates an INTERVALDS that has the given value.OracleCallableStatement.getINTERVALDS(int parameterIndex) Retrieves data into anoracle.sql.INTERVALDSobject.OracleResultSet.getINTERVALDS(int columnIndex) Obtain an oracle.sql.INTERVALDS value from the ResultSet.OracleResultSet.getINTERVALDS(String columnName) Obtain an oracle.sql.INTERVALDS value from the ResultSet.Methods in oracle.jdbc with parameters of type INTERVALDSModifier and TypeMethodDescriptionvoidOracleCallableStatement.setINTERVALDS(String parameterName, INTERVALDS x) Sets the designated parameter to anoracle.sql.INTERVALDSvalue.voidOraclePreparedStatement.setINTERVALDS(int parameterIndex, INTERVALDS x) Binds the designated parameter to an oracle.sql.INTERVALDS value.voidOraclePreparedStatement.setINTERVALDSAtName(String parameterName, INTERVALDS value) Sets the designated parameter to an oracle.sql.INTERVALDS value.voidOracleResultSet.updateINTERVALDS(int columnIndex, INTERVALDS value) Oracle extension.voidOracleResultSet.updateINTERVALDS(String columnName, INTERVALDS value) Oracle extension. -
Uses of INTERVALDS in oracle.sql
Methods in oracle.sql that return INTERVALDSModifier and TypeMethodDescriptionstatic final INTERVALDSINTERVALDS.toIntervalds(Duration duration) Convert java.time.Duration to oracle.sql.INTERVALDS -
Uses of INTERVALDS in oracle.sql.json
Methods in oracle.sql.json that return INTERVALDSModifier and TypeMethodDescriptionOracleJsonIntervalDS.getINTERVALDS()Returns this value as aoracle.sql.INTERVALDS