Uses of Interface
org.compiere.db.AdempiereDatabase
-
Packages that use AdempiereDatabase Package Description org.compiere.db Provides for....org.compiere.util -
-
Uses of AdempiereDatabase in org.compiere.db
Classes in org.compiere.db that implement AdempiereDatabase Modifier and Type Class Description class
DB_Oracle
Oracle Database Portclass
DB_PostgreSQL
PostgreSQL Database PortMethods in org.compiere.db that return AdempiereDatabase Modifier and Type Method Description AdempiereDatabase
CConnection. getDatabase()
Get Databasestatic AdempiereDatabase
Database. getDatabase(String type)
Get Database by database Id.static AdempiereDatabase
Database. getDatabaseFromURL(String url)
Get Database Driver by url string. -
Uses of AdempiereDatabase in org.compiere.util
Methods in org.compiere.util that return AdempiereDatabase Modifier and Type Method Description static AdempiereDatabase
DB. getDatabase()
Get Database Driver.static AdempiereDatabase
DB. getDatabase(String URL)
Get Database Driver.Methods in org.compiere.util with parameters of type AdempiereDatabase Modifier and Type Method Description static RowSet
CCachedRowSet. getRowSet(String sql, Connection conn, AdempiereDatabase db)
Get and Execute Row Set.static RowSet
CCachedRowSet. getRowSet(ResultSet rs, AdempiereDatabase db)
Get Cached Row Set.
-