Uses of Class
oracle.sql.INTERVALDS
-
Packages that use INTERVALDS 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 INTERVALDS in oracle.jdbc
Methods in oracle.jdbc that return INTERVALDS Modifier and Type Method Description INTERVALDSOracleConnection. createINTERVALDS(String value)Creates an INTERVALDS that has the given value.INTERVALDSOracleConnectionWrapper. createINTERVALDS(String value)Creates an INTERVALDS that has the given value.INTERVALDSOracleCallableStatement. getINTERVALDS(int parameterIndex)Retrieves data into anoracle.sql.INTERVALDSobject.INTERVALDSOracleResultSet. getINTERVALDS(int columnIndex)Obtain an oracle.sql.INTERVALDS value from the ResultSet.INTERVALDSOracleResultSet. getINTERVALDS(String columnName)Obtain an oracle.sql.INTERVALDS value from the ResultSet.
</section>Methods in oracle.jdbc with parameters of type INTERVALDS Modifier and Type Method Description voidOracleCallableStatement. 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. - <section role="region">
Uses of INTERVALDS in oracle.sql.json
</section>Methods in oracle.sql.json that return INTERVALDS Modifier and Type Method Description INTERVALDSOracleJsonIntervalDS. getINTERVALDS()Returns this value as aoracle.sql.INTERVALDS
- <section role="region">