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. -
-
Uses of INTERVALDS in oracle.jdbc
Methods in oracle.jdbc that return INTERVALDS Modifier and Type Method Description INTERVALDS
OracleConnection. createINTERVALDS(String value)
Creates an INTERVALDS that has the given value.INTERVALDS
OracleConnectionWrapper. createINTERVALDS(String value)
Creates an INTERVALDS that has the given value.INTERVALDS
OracleCallableStatement. getINTERVALDS(int parameterIndex)
Retrieves data into anoracle.sql.INTERVALDS
object.INTERVALDS
OracleResultSet. getINTERVALDS(int columnIndex)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.INTERVALDS
OracleResultSet. getINTERVALDS(String columnName)
Obtain an oracle.sql.INTERVALDS value from the ResultSet.Methods in oracle.jdbc with parameters of type INTERVALDS Modifier and Type Method Description void
OracleCallableStatement. setINTERVALDS(String parameterName, INTERVALDS x)
Sets the designated parameter to anoracle.sql.INTERVALDS
value.void
OraclePreparedStatement. setINTERVALDS(int parameterIndex, INTERVALDS x)
Binds the designated parameter to an oracle.sql.INTERVALDS value.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. -
Uses of INTERVALDS in oracle.sql.json
Methods in oracle.sql.json that return INTERVALDS Modifier and Type Method Description INTERVALDS
OracleJsonIntervalDS. getINTERVALDS()
Returns this value as aoracle.sql.INTERVALDS
-