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. -
-
Uses of OracleBfile in oracle.jdbc
Methods in oracle.jdbc with parameters of type OracleBfile Modifier and Type Method Description long
OracleBfile. position(OracleBfile pattern, long start)
Determine the byte position at which the given pattern -
Uses of OracleBfile in oracle.sql
Classes in oracle.sql that implement OracleBfile Modifier and Type Class Description class
BFILE
Deprecated.Use oracle.jdbc.OracleBfile interface for declaration instead of using concrete class oracle.sql.BFILE.Methods in oracle.sql with parameters of type OracleBfile Modifier and Type Method Description long
BFILE. position(OracleBfile pattern, long start)
Deprecated.Determine the byte position at which the given pattern
-