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