| Package | Description |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.mysql |
| Constructor and Description |
|---|
Builder(SupportedDatabases database,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
static SupportedDatabases |
SupportedDatabases.fromVersionString(String version) |
SupportedDatabases |
Protocol.getDatabaseType() |
static SupportedDatabases |
SupportedDatabases.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedDatabases[] |
SupportedDatabases.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SupportedDatabases |
MySQLProtocol.getDatabaseType() |
Copyright © 2016. All rights reserved.