Package | Description |
---|---|
edu.internet2.middleware.subject.provider |
Modifier and Type | Method and Description |
---|---|
static JdbcDatabaseType |
JdbcDatabaseType.resolveDatabaseType(Connection connection)
return the database type for this connection or null
|
static JdbcDatabaseType |
JdbcDatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcDatabaseType |
JdbcDatabaseType.valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static JdbcDatabaseType[] |
JdbcDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Internet2. All rights reserved.