org.teiid.test.framework.datasource
Interface DataSourceFactory.DataBaseTypes

Enclosing class:
DataSourceFactory

public static interface DataSourceFactory.DataBaseTypes

These types match the "ddl" directories for supported database types and it also found in the datasources connection.properties defined by the DB_TYPE property These are also the values used to specify the required database types.


Field Summary
static java.lang.String ANY
           
static java.lang.String DB2
           
static java.lang.String DERBY
           
static java.lang.String MYSQL
           
static java.lang.String ORACLE
           
static java.lang.String POSTRES
           
static java.lang.String SQLSERVER
           
static java.lang.String SYBASE
           
 

Field Detail

MYSQL

static final java.lang.String MYSQL
See Also:
Constant Field Values

ORACLE

static final java.lang.String ORACLE
See Also:
Constant Field Values

POSTRES

static final java.lang.String POSTRES
See Also:
Constant Field Values

SQLSERVER

static final java.lang.String SQLSERVER
See Also:
Constant Field Values

DB2

static final java.lang.String DB2
See Also:
Constant Field Values

SYBASE

static final java.lang.String SYBASE
See Also:
Constant Field Values

DERBY

static final java.lang.String DERBY
See Also:
Constant Field Values

ANY

static final java.lang.String ANY
See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.