org.eclipse.datatools.connectivity.drivers.jdbc
Interface IJDBCConnectionProfileConstants

All Superinterfaces:
IJDBCDriverDefinitionConstants
All Known Subinterfaces:
IDBConnectionProfileConstants, ISybaseJDBCConnectionProfileConstants

public interface IJDBCConnectionProfileConstants
extends IJDBCDriverDefinitionConstants

Constant definitions for property keys used to identify DB connection profile properties.


Field Summary
static java.lang.String CONNECTION_PROFILE_ID
          The connection profile ID for the generic DB connection profile type.
static java.lang.String CONNECTION_PROPERTIES_PROP_ID
          Property used to store JDBC connection properties (i.e.
static java.lang.String CONNECTION_PROPERTY_PAGE_ID
          The property page ID for the generic DB connection properties.
static java.lang.String DEFAULT_SCHEMA_PROP_ID
          Property used to store the default schema.
static java.lang.String SAVE_PASSWORD_PROP_ID
          Property used to store the persistence setting for the password.
 
Fields inherited from interface org.eclipse.datatools.connectivity.drivers.jdbc.IJDBCDriverDefinitionConstants
DATABASE_CATEGORY_ID, DATABASE_NAME_PROP_ID, DATABASE_VENDOR_PROP_ID, DATABASE_VERSION_PROP_ID, DRIVER_CLASS_PROP_ID, PASSWORD_PROP_ID, PROP_PREFIX, URL_PROP_ID, USERNAME_PROP_ID
 

Field Detail

CONNECTION_PROFILE_ID

static final java.lang.String CONNECTION_PROFILE_ID
The connection profile ID for the generic DB connection profile type.

See Also:
Constant Field Values

CONNECTION_PROPERTY_PAGE_ID

static final java.lang.String CONNECTION_PROPERTY_PAGE_ID
The property page ID for the generic DB connection properties.

See Also:
Constant Field Values

CONNECTION_PROPERTIES_PROP_ID

static final java.lang.String CONNECTION_PROPERTIES_PROP_ID
Property used to store JDBC connection properties (i.e. properties passed as a Properties object to java.sql.Driver.connect()).

See Also:
Constant Field Values

SAVE_PASSWORD_PROP_ID

static final java.lang.String SAVE_PASSWORD_PROP_ID
Property used to store the persistence setting for the password. A value of true indicates the password will be persisted within the workspace.

See Also:
Constant Field Values

DEFAULT_SCHEMA_PROP_ID

static final java.lang.String DEFAULT_SCHEMA_PROP_ID
Property used to store the default schema. This property is used the generic DB connection profile wizard during initialization. This property is also used by the DB connection profile.

See Also:
Constant Field Values