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.

OCI8

public static final int OCI8
Oracle OCI7-based driver.

THIN

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

Oracle Data-aware Controls Reference