Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Class
oracle.sql.INTERVALDS

Packages that use INTERVALDS
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc

 

Uses of INTERVALDS in oracle.jdbc

 

Methods in oracle.jdbc that return INTERVALDS
 INTERVALDS OracleConnectionWrapper.createINTERVALDS(String value)
          Creates an INTERVALDS that has the given value.
 INTERVALDS OracleConnection.createINTERVALDS(String value)
          Creates an INTERVALDS that has the given value.
 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(String columnName)
          Obtain an oracle.sql.INTERVALDS value from the ResultSet.

 

Methods in oracle.jdbc with parameters of type INTERVALDS
 void OraclePreparedStatement.setINTERVALDS(int parameterIndex, INTERVALDS x)
          Binds the designated parameter to an oracle.sql.INTERVALDS value.
 void OracleCallableStatement.setINTERVALDS(String parameterName, INTERVALDS x)
          Sets the designated parameter to an oracle.sql.INTERVALDSvalue.
 void OraclePreparedStatement.setINTERVALDSAtName(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(String columnName, INTERVALDS value)
          Oracle extension.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.