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