|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseType | |
---|---|
org.apache.flume.channel.jdbc | |
org.apache.flume.channel.jdbc.impl |
Uses of DatabaseType in org.apache.flume.channel.jdbc |
---|
Methods in org.apache.flume.channel.jdbc that return DatabaseType | |
---|---|
static DatabaseType |
DatabaseType.getByName(String dbName)
|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of DatabaseType in org.apache.flume.channel.jdbc.impl |
---|
Methods in org.apache.flume.channel.jdbc.impl with parameters of type DatabaseType | |
---|---|
static SchemaHandler |
SchemaHandlerFactory.getHandler(DatabaseType dbType,
DataSource dataSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |