Uses of Interface
org.compiere.db.AdempiereDatabase
Packages that use AdempiereDatabase
Package
Description
Provide interface and classes for DB integration.
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of AdempiereDatabase in org.compiere.db
Classes in org.compiere.db that implement AdempiereDatabaseModifier and TypeClassDescriptionclassOracle Database PortclassPostgreSQL Database PortMethods in org.compiere.db that return AdempiereDatabaseModifier and TypeMethodDescriptionCConnection.getDatabase()Get Database Adapterstatic AdempiereDatabaseDatabase.getDatabase(String type) Get database adapter by database type.static AdempiereDatabaseDatabase.getDatabaseFromURL(String url) Get Database adapter by URL string. -
Uses of AdempiereDatabase in org.compiere.util
Methods in org.compiere.util that return AdempiereDatabaseModifier and TypeMethodDescriptionstatic AdempiereDatabaseDB.getDatabase()Get Database Adapter.
Access to database specific functionality.static AdempiereDatabaseDB.getDatabase(String URL) Get Database Adapter.
Access to database specific functionality.Methods in org.compiere.util with parameters of type AdempiereDatabaseModifier and TypeMethodDescriptionstatic RowSetCCachedRowSet.getRowSet(String sql, Connection conn, AdempiereDatabase db) Get and Execute Row Set.
No parameters, Read-Only, Scroll Insensitive.static RowSetCCachedRowSet.getRowSet(ResultSet rs, AdempiereDatabase db) Get Cached Row Set.
Required due to Java Sun bug 393865.
Also, Oracle NUMBER returns scale -127 .