Uses of Interface
oracle.jdbc.OracleBfile
-
Packages that use OracleBfile Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
- <section role="region">
Uses of OracleBfile in oracle.jdbc
</section>Methods in oracle.jdbc with parameters of type OracleBfile Modifier and Type Method Description longOracleBfile. position(OracleBfile pattern, long start)Determine the byte position at which the given pattern - <section role="region">
Uses of OracleBfile in oracle.sql
Classes in oracle.sql that implement OracleBfile Modifier and Type Class Description classBFILEDeprecated.Use oracle.jdbc.OracleBfile interface for declaration instead of using concrete class oracle.sql.BFILE.
</section>Methods in oracle.sql with parameters of type OracleBfile Modifier and Type Method Description longBFILE. position(OracleBfile pattern, long start)Deprecated.Determine the byte position at which the given pattern
- <section role="region">