Uses of Class
lumis.util.DatabaseType

Packages that use DatabaseType
lumis.util   
 

Uses of DatabaseType in lumis.util
 

Methods in lumis.util that return DatabaseType
static DatabaseType DatabaseType.getDatabaseType()
          Returns an instance of DatabaseType corresponding to the database the portal's default transaction accesses.
static DatabaseType DatabaseType.getDatabaseType(Connection connection)
          Returns an instance of DatabaseType corresponding to the database the given connection is connected to.
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're declared.
 

Methods in lumis.util with parameters of type DatabaseType
 String SqlGenerator.generateSql(Document databaseXml, DatabaseType dbType)
          Generates the sql according to the given database definition for the specified database type.
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.