Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface DriverTypeConstants

All Known Implementing Classes:
SessionInfo

public interface DriverTypeConstants

This interface identifies constants for the type of JDBC driver that is being used, or should be used, to connect to the database.


Field Summary
static int OCI7
          Oracle OCI8-based driver.
static int OCI8
          Oracle OCI7-based driver.
static int THIN
          Oracle Thin, 100% Pure Java driver.
 

Field Detail

OCI7

public static final int OCI7
Oracle OCI8-based driver.

See Also:
Constant Field Values

OCI8

public static final int OCI8
Oracle OCI7-based driver.

See Also:
Constant Field Values

THIN

public static final int THIN
Oracle Thin, 100% Pure Java driver.

See Also:
Constant Field Values

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.