|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseConnection.ConnectionType | |
|---|---|
| com.continuent.tungsten.common.cluster.resource | |
| Uses of DatabaseConnection.ConnectionType in com.continuent.tungsten.common.cluster.resource |
|---|
| Methods in com.continuent.tungsten.common.cluster.resource that return DatabaseConnection.ConnectionType | |
|---|---|
DatabaseConnection.ConnectionType |
DatabaseConnection.getType()
|
static DatabaseConnection.ConnectionType |
DatabaseConnection.ConnectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DatabaseConnection.ConnectionType[] |
DatabaseConnection.ConnectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.continuent.tungsten.common.cluster.resource with parameters of type DatabaseConnection.ConnectionType | |
|---|---|
void |
DatabaseConnection.setType(DatabaseConnection.ConnectionType type)
|
| Constructors in com.continuent.tungsten.common.cluster.resource with parameters of type DatabaseConnection.ConnectionType | |
|---|---|
DatabaseConnection(DatabaseConnection.ConnectionType type,
java.lang.String name,
java.sql.Connection connection,
DataSource ds,
java.lang.Object context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||