Package | Description |
---|---|
org.modeshape.jcr.value.binary |
Modifier and Type | Method and Description |
---|---|
protected Database.Type |
Database.determineType(DatabaseMetaData metaData) |
static Database.Type |
Database.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Type[] |
Database.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Database(Connection connection,
Database.Type type,
String prefix)
Creates new instance of the database.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.