org.sonar.api.database
Interface DatabaseProperties


public interface DatabaseProperties


Field Summary
static String DIALECT_DB2
          Not supported
static String DIALECT_DERBY
           
static String DIALECT_HSQLDB
           
static String DIALECT_MSSQL
          Not supported
static String DIALECT_MYSQL
           
static String DIALECT_ORACLE
           
static String DIALECT_POSTGRESQL
           
static int MAX_TEXT_SIZE
           
static String PROP_DIALECT
           
static String PROP_DIALECT_CLASS
           
static String PROP_DRIVER
           
static String PROP_EMBEDDED_DATA_DIR
           
static String PROP_EMBEDDED_PORT
           
static String PROP_HIBERNATE_HBM2DLL
           
static String PROP_ISOLATION
           
static String PROP_JNDI_NAME
           
static String PROP_PASSWORD
           
static String PROP_URL
           
static String PROP_USER
           
 

Field Detail

MAX_TEXT_SIZE

static final int MAX_TEXT_SIZE
See Also:
Constant Field Values

PROP_ISOLATION

static final String PROP_ISOLATION
See Also:
Constant Field Values

PROP_URL

static final String PROP_URL
See Also:
Constant Field Values

PROP_DRIVER

static final String PROP_DRIVER
See Also:
Constant Field Values

PROP_USER

static final String PROP_USER
See Also:
Constant Field Values

PROP_PASSWORD

static final String PROP_PASSWORD
See Also:
Constant Field Values

PROP_HIBERNATE_HBM2DLL

static final String PROP_HIBERNATE_HBM2DLL
See Also:
Constant Field Values

PROP_DIALECT

static final String PROP_DIALECT
See Also:
Constant Field Values

PROP_DIALECT_CLASS

static final String PROP_DIALECT_CLASS
See Also:
Constant Field Values

PROP_JNDI_NAME

static final String PROP_JNDI_NAME
See Also:
Constant Field Values

PROP_EMBEDDED_PORT

static final String PROP_EMBEDDED_PORT
See Also:
Constant Field Values

PROP_EMBEDDED_DATA_DIR

static final String PROP_EMBEDDED_DATA_DIR
See Also:
Constant Field Values

DIALECT_DERBY

static final String DIALECT_DERBY
See Also:
Constant Field Values

DIALECT_HSQLDB

static final String DIALECT_HSQLDB
See Also:
Constant Field Values

DIALECT_MYSQL

static final String DIALECT_MYSQL
See Also:
Constant Field Values

DIALECT_POSTGRESQL

static final String DIALECT_POSTGRESQL
See Also:
Constant Field Values

DIALECT_ORACLE

static final String DIALECT_ORACLE
See Also:
Constant Field Values

DIALECT_DB2

static final String DIALECT_DB2
Not supported

See Also:
Constant Field Values

DIALECT_MSSQL

static final String DIALECT_MSSQL
Not supported

See Also:
Constant Field Values


Copyright © 2009 SonarSource SA. All Rights Reserved.