|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbUtil.Database | |
|---|---|
| com.ihr.xbrl.manage | |
| com.ihr.xbrl.pojo | Provides the classes necessary to access to the content of a DTS using POJO technology. |
| Uses of DbUtil.Database in com.ihr.xbrl.manage |
|---|
| Methods in com.ihr.xbrl.manage that return DbUtil.Database | |
|---|---|
DbUtil.Database |
DbUtil.getDatabaseType()
Reads the properties of this DBconnection and sets the database subsystem to the appropriate type. |
static DbUtil.Database |
DbUtil.Database.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DbUtil.Database[] |
DbUtil.Database.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ihr.xbrl.manage with parameters of type DbUtil.Database | |
|---|---|
static java.lang.String |
DbUtil.getDialect(DbUtil.Database database)
|
static java.lang.String |
DbUtil.getDriver(DbUtil.Database database)
|
| Uses of DbUtil.Database in com.ihr.xbrl.pojo |
|---|
| Methods in com.ihr.xbrl.pojo that return DbUtil.Database | |
|---|---|
DbUtil.Database |
XBRLDBAccessor.getDatabaseType()
|
| Methods in com.ihr.xbrl.pojo with parameters of type DbUtil.Database | |
|---|---|
void |
XBRLPojoGenerator.setSession(org.hibernate.Session session,
DbUtil.Database databaseType)
Sets the session with the database. |
| Constructors in com.ihr.xbrl.pojo with parameters of type DbUtil.Database | |
|---|---|
XBRLDBAccessor(org.hibernate.Session session,
DbUtil.Database databaseType)
Creates an instance of the XBRLDBAcessor object to query the database for the existence of objects. |
|
XBRLDBAccessor(org.hibernate.Session session,
DbUtil.Database databaseType,
XBRLPojoGenerator xbrlPojoGenerator)
Creates an instance of the XBRLDBAcessor object to query the database for the existence of objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||