|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DBType in com.dhtmlx.connector |
---|
Fields in com.dhtmlx.connector declared as DBType | |
---|---|
protected DBType |
BaseConnector.db_type
Used DB type |
Methods in com.dhtmlx.connector that return DBType | |
---|---|
static DBType |
DBType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dhtmlx.connector with parameters of type DBType | |
---|---|
private DataWrapper |
BaseConnector.resolve_data_wrapper(DBType db_type,
BaseFactory a_factory)
Creates a DataWrapper object, based on provided settings |
Constructors in com.dhtmlx.connector with parameters of type DBType | |
---|---|
BaseConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new base connector. |
|
BaseConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new base connector. |
|
ComboConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new combo connector. |
|
ComboConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new combo connector. |
|
DistinctOptionsConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new distinct options connector. |
|
DistinctOptionsConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new distinct options connector. |
|
GridConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new grid connector. |
|
GridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new grid connector. |
|
OptionsConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new options connector. |
|
OptionsConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new options connector. |
|
SchedulerConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new scheduler connector. |
|
SchedulerConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new scheduler connector. |
|
TreeConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new tree connector. |
|
TreeConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new tree connector. |
|
TreeGridConnector(java.sql.Connection db,
DBType db_type)
Instantiates a new tree grid connector. |
|
TreeGridConnector(java.sql.Connection db,
DBType db_type,
BaseFactory a_factory)
Instantiates a new tree grid connector. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |