br.ufg.integrate.util
Interface Constants

All Known Implementing Classes:
CallableStatementImpl, ConnectionImpl, DatabaseMetaDataImpl, DriverImpl, PreparedStatementImpl, StatementImpl

public interface Constants

Version:
0.1 Adapted from xlSQL.
Author:
Rogerio

Field Summary
static int DB_MAJOR_VERSION
           
static int DB_MINOR_VERSION
           
static String DRIVER_CLASS
           
static int DRIVER_MAJOR_VERSION
           
static int DRIVER_MINOR_VERSION
           
static String DRIVER_NAME
           
static String DRIVER_RELEASE
           
static String INTEGRATE_CONFIG_FILE
           
static boolean JDBC_COMPLIANT
           
static int JDBC_MAJOR_VERSION
           
static int JDBC_MINOR_VERSION
           
static String PRODUCT_NAME
           
static String PRODUCT_RELEASE
           
static String URL_PREFIX
           
 

Field Detail

DB_MAJOR_VERSION

static final int DB_MAJOR_VERSION
See Also:
Constant Field Values

DB_MINOR_VERSION

static final int DB_MINOR_VERSION
See Also:
Constant Field Values

DRIVER_CLASS

static final String DRIVER_CLASS
See Also:
Constant Field Values

DRIVER_MAJOR_VERSION

static final int DRIVER_MAJOR_VERSION
See Also:
Constant Field Values

DRIVER_MINOR_VERSION

static final int DRIVER_MINOR_VERSION
See Also:
Constant Field Values

DRIVER_NAME

static final String DRIVER_NAME
See Also:
Constant Field Values

DRIVER_RELEASE

static final String DRIVER_RELEASE
See Also:
Constant Field Values

INTEGRATE_CONFIG_FILE

static final String INTEGRATE_CONFIG_FILE
See Also:
Constant Field Values

JDBC_COMPLIANT

static final boolean JDBC_COMPLIANT
See Also:
Constant Field Values

JDBC_MAJOR_VERSION

static final int JDBC_MAJOR_VERSION
See Also:
Constant Field Values

JDBC_MINOR_VERSION

static final int JDBC_MINOR_VERSION
See Also:
Constant Field Values

PRODUCT_NAME

static final String PRODUCT_NAME
See Also:
Constant Field Values

PRODUCT_RELEASE

static final String PRODUCT_RELEASE
See Also:
Constant Field Values

URL_PREFIX

static final String URL_PREFIX
See Also:
Constant Field Values


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.