Index


A

array fetches
support for 2-7
autocommit
using with Oracle 2-6
autocommit mode
changing 3-5

B

Blobs
Oracle 2-6

C

CallableStatement class 2-10
API for WebLogic extension to 4-2
class pathname
for DBMS connection 1-8
CLASSPATH 1-2
closing objects 1-14
connecting to a DBMS 1-8
and multithreaded applications 3-6
requirements for making 1-3
Connection class
API for WebLogic extension to 4-4
CursorName method 3-5

D

data type mapping 2-1
database management system
see DBMS
DatabaseMetaData methods
using 2-4
variations specific to Oracle 2-11
DBMS connections
class pathname 1-8
making 1-8
requirements for making 1-3
setting properties for 1-8
DLLs
for jdbcKona/Oracle 1-3

E

EXECUTE keyword 3-6
Extended SQL
JDBC support for 1-4

F

fetchsize method 4-7

G

getConnection method 2-3
getResultSet method 4-3

I

implementing, using jdbcKona drivers 1-6
importing packages 1-7

J

Java 2 1-2
java.math 1-5
java.sql 1-5
java.sql.TimeStamp class 3-5
JDBC
API 1-5
Extended SQL
support for 1-4
extensions and limitations in jdbcKona/MSSQLServer4 3-4
jdbcKona extensions to 1-5
supported version 1-1
JDBC Extended SQL
and jdbcKona/MSSQLServer4 3-4
jdbcKona drivers
implementing in a WLE Java application 1-6
JAR file 1-2
making an SQL query with 1-10
platforms supported on 1-2
sample code using 1-15
support for JDBC Extended SQL 1-4
jdbcKona/MSSQLServer4 drivers
and autocommit 3-5
and CursorName 3-5
and EXECUTE keyword 3-6
and java.sql.TimeStamp class 3-5
and JDBC Extended SQL 3-4
and multithreaded applications 3-6
and Properties object 3-2
and Statement.executeWriteText class 3-6
connecting to an SQL server 3-1
querying metadata 3-5
jdbcKona/Oracle drivers
and array fetches 2-7
and Blob chunking 2-6
and Oracle NUMBER column 2-12
closing connections with 2-5
connecting to Oracle DBMS 2-2
DLLs 1-3
shared libraries 1-3
using stored procedures in 2-8
JDK 1.2
See Java 2

M

metadata
querying with jdbcKona/MSSQLServer4 3-5
Microsoft SQL Server 7 3-3
multithreaded applications
sharing a connection 3-6

N

newInstance method 2-3
NUMBER column 2-12

O

objects
disconnecting and closing 1-14
Oracle cursor 2-8
Oracle oopt() C function
accessing 4-5
API 2-5
Oracle rows 4-7

P

packages
importing 1-7
parameter
binding to an Oracle cursor 2-8
parse method 4-8
PreparedStatement class 1-11
properties
setting for a DBMS connection 1-8
Properties object 2-3
and jdbcKona/MSSQLServer4 3-2

R

records
inserting, updating, and deleting 1-11
resources
waiting for Oracle DBMS 2-5
ResultSet class 2-8
ResultSet object
returning from stored procedure 4-3

S

shared libraries
for jdbcKona/Oracle 1-3
Solaris 1-2
SQL query
making with a jdbcKona driver 1-10
SQL server
connecting to with jdbcKona/MSSQLServer4 3-1
Statement class
API for WebLogic extension to 4-6
Statement.executeWriteText class 3-6
stored procedures
creating and using 1-12
returning ResultSet object from 4-3
using in jdbcKona/Oracle 2-8
support
documentation xii
technical xii

W

waitOnResources method 4-5
WebLogic extensions
Connection class 4-4
to CallableStatement class 4-2
to JDBC (list) 1-5
to Statement class 4-6
Windows NT 4.0 1-2
WLE Java application 1-6