mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Remove JDBC 4.0 API dependency to make it compile on Java 6 #14

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago

Instead of implementing OlapConnection interface to handle connection pooling, make a proxy at runtime to avoid unnecessary JDBC 4.0/Java 7 dependency.