Class | Description |
---|---|
CachedVTPageScroller |
This class extends
VTPageScroller by a means of caching page VTs
that have already been loaded.The page caching is based on start row index and page row count. Cached pages are held in soft references, meaning they are released as soon as memory runs low. |
JDBCColumnsMetaData |
Helper class to work with the ResultSet of
DatabaseMetaData.getProcedureColumns(String, String, String, String)
or {link
DatabaseMetaData.getFunctionColumns(String, String, String, String) . |
JDBCConnection<DS extends JDBCDataSource<DS,A>,A extends DbmsAdaptor<A>> | |
JDBCDataSource<T extends JDBCDataSource<T,A>,A extends DbmsAdaptor<A>> | |
JDBCMetaData | |
JDBCPager | |
JDBCResult | |
JDBCUtils |
The class
JDBCUtils provides utility methods for JDBC related tasks. |
VTPageScroller |
This class wraps a scrollable
ResultSet object and provides
methods to create "pages" of it as VirtualTable objects. |
Copyright © 2003–2020 XDEV Software. All rights reserved.