Uses of Interface
org.compiere.db.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
Modifier and TypeClassDescriptionclass
Oracle Database Portclass
PostgreSQL Database PortModifier and TypeMethodDescriptionCConnection.getDatabase()
Get Database Adapterstatic AdempiereDatabase
Database.getDatabase
(String type) Get database adapter by database type.static AdempiereDatabase
Database.getDatabaseFromURL
(String url) Get Database adapter by URL string. -
Uses of AdempiereDatabase in org.compiere.util
Modifier and TypeMethodDescriptionstatic AdempiereDatabase
DB.getDatabase()
Get Database Adapter.
Access to database specific functionality.static AdempiereDatabase
DB.getDatabase
(String URL) Get Database Adapter.
Access to database specific functionality.Modifier and TypeMethodDescriptionstatic RowSet
CCachedRowSet.getRowSet
(String sql, Connection conn, AdempiereDatabase db) Get and Execute Row Set.
No parameters, Read-Only, Scroll Insensitive.static RowSet
CCachedRowSet.getRowSet
(ResultSet rs, AdempiereDatabase db) Get Cached Row Set.
Required due to Java Sun bug 393865.
Also, Oracle NUMBER returns scale -127 .