ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.value.binary.Database.Type

Packages that use Database.Type
org.modeshape.jcr.value.binary   
 

Uses of Database.Type in org.modeshape.jcr.value.binary
 

Methods in org.modeshape.jcr.value.binary that return Database.Type
protected  Database.Type Database.determineType()
           
 Database.Type Database.getDatabaseType()
          Shows type of this database.
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.
 

Constructors in org.modeshape.jcr.value.binary with parameters of type Database.Type
Database(Connection connection, Database.Type type, String prefix)
          Creates new instance of the database.
 


ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.