Package | Description |
---|---|
com.ihr.xbrl.manage | |
com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DbUtil.getDatabasePrefix(DbUtil.Database databaseType)
Obtains a short string to locate resources for each database type.
|
static java.lang.String |
DbUtil.getDialect(DbUtil.Database database)
Returns the class name implementing the dialect to create
SQL statements for the specific database.
|
static java.lang.String |
DbUtil.getDriver(DbUtil.Database database)
Returns the driver class name associated to the database type.
|
Modifier and Type | Method and Description |
---|---|
DbUtil.Database |
XBRLDBAccessor.getDatabaseType()
Gets the database type.
|
Modifier and Type | Method and Description |
---|---|
XBRLDBAccessor |
XBRLPojoGenerator.clearSession(org.hibernate.Session session,
DbUtil.Database databaseType)
Clear the session cache.
|
XBRLDBAccessor |
XBRLDBAccessorFactory.getAccessor(org.hibernate.Session session,
DbUtil.Database databaseType) |
XBRLDBAccessor |
XBRLDBAccessorFactory.removeAccesor(org.hibernate.Session session,
DbUtil.Database databaseType) |
void |
XBRLPojoGenerator.setSession(org.hibernate.Session session,
DbUtil.Database databaseType)
Sets the session with the database.
|
Constructor and Description |
---|
XBRLDBAccessor(org.hibernate.Session session,
DbUtil.Database databaseType)
Creates an instance of the XBRLDBAcessor object to query the database
for the existence of objects.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa