|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BFILE | |
|---|---|
| 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. |
| Uses of BFILE in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return BFILE | |
|---|---|
BFILE |
OracleResultSet.getBfile(int columnIndex)
Oracle extension. |
BFILE |
OracleCallableStatement.getBfile(int parameterIndex)
Retrieves data into an oracle.sql.BFILE object. |
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. |
| Methods in oracle.jdbc with parameters of type BFILE | |
|---|---|
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 |
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(String columnName,
BFILE value)
Oracle extension. |
void |
OracleResultSet.updateBFILE(String columnName,
BFILE value)
Oracle extension. |
| Uses of BFILE in oracle.sql |
|---|
| Methods in oracle.sql with parameters of type BFILE | |
|---|---|
long |
BFILE.position(BFILE pattern,
long start)
Deprecated. Determine the byte position at which the given pattern |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||