| Package | Description | 
|---|---|
| oracle.jdbc | 
 Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package  
oracle.jdbc. | 
| oracle.sql | 
 A package of classes that represent java SQL types and Oracle specific SQL types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BFILE | 
OracleCallableStatement.getBfile(int parameterIndex)
Retrieves data into an  
oracle.sql.BFILE object. | 
BFILE | 
OracleResultSet.getBfile(int columnIndex)
Oracle extension. 
 | 
BFILE | 
OracleResultSet.getBfile(int columnIndex)
Oracle extension. 
 | 
BFILE | 
OracleCallableStatement.getBfile(int parameterIndex)
Retrieves data into an  
oracle.sql.BFILE object. | 
BFILE | 
OracleCallableStatement.getBFILE(int parameterIndex)
Retrieves data into an  
oracle.sql.BFILE object. | 
BFILE | 
OracleResultSet.getBFILE(int columnIndex)
Oracle extension. 
 | 
BFILE | 
OracleResultSet.getBFILE(int columnIndex)
Oracle extension. 
 | 
BFILE | 
OracleCallableStatement.getBFILE(int parameterIndex)
Retrieves data into an  
oracle.sql.BFILE object. | 
BFILE | 
OracleResultSet.getBfile(String columnName)
Oracle extension. 
 | 
BFILE | 
OracleResultSet.getBfile(String columnName)
Oracle extension. 
 | 
BFILE | 
OracleResultSet.getBFILE(String columnName)
Oracle extension. 
 | 
BFILE | 
OracleResultSet.getBFILE(String columnName)
Oracle extension. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OraclePreparedStatement.setBfile(int parameterIndex, BFILE file)
Binds the designated parameter to a  
oracle.sql.BFILE value. | 
void | 
OraclePreparedStatement.setBfile(int parameterIndex, BFILE file)
Binds the designated parameter to a  
oracle.sql.BFILE value. | 
void | 
OraclePreparedStatement.setBFILE(int parameterIndex, BFILE file)
Binds the designated parameter to a  
oracle.sql.BFILE value. | 
void | 
OraclePreparedStatement.setBFILE(int parameterIndex, BFILE file)
Binds the designated parameter to a  
oracle.sql.BFILE value. | 
void | 
OracleCallableStatement.setBfile(String parameterName, BFILE x)
Sets the designated parameter to an  
oracle.sql.BFILEvalue. | 
void | 
OracleCallableStatement.setBfile(String parameterName, BFILE x)
Sets the designated parameter to an  
oracle.sql.BFILEvalue. | 
void | 
OracleCallableStatement.setBFILE(String parameterName, BFILE x)
Sets the designated parameter to an  
oracle.sql.BFILEvalue. | 
void | 
OracleCallableStatement.setBFILE(String parameterName, BFILE x)
Sets the designated parameter to an  
oracle.sql.BFILEvalue. | 
void | 
OraclePreparedStatement.setBfileAtName(String parameterName, BFILE value)
Sets the designated parameter to a  
oracle.sql.BFILEvalue. | 
void | 
OraclePreparedStatement.setBfileAtName(String parameterName, BFILE value)
Sets the designated parameter to a  
oracle.sql.BFILEvalue. | 
void | 
OraclePreparedStatement.setBFILEAtName(String parameterName, BFILE value)
Sets the designated parameter to a  
oracle.sql.BFILEvalue. | 
void | 
OraclePreparedStatement.setBFILEAtName(String parameterName, BFILE value)
Sets the designated parameter to a  
oracle.sql.BFILEvalue. | 
void | 
OracleResultSet.updateBfile(int columnIndex, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBfile(int columnIndex, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBFILE(int columnIndex, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBFILE(int columnIndex, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBfile(String columnName, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBfile(String columnName, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBFILE(String columnName, BFILE value)
Oracle extension. 
 | 
void | 
OracleResultSet.updateBFILE(String columnName, BFILE value)
Oracle extension. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
BFILE.position(BFILE pattern, long start)
Deprecated.  
Determine the byte position at which the given pattern 
 | 
long | 
BFILE.position(BFILE pattern, long start)
Deprecated.  
Determine the byte position at which the given pattern 
 |