Loading [MathJax]/extensions/tex2jax.js
Start
|
Index
|
Overview
•
PREV
|
UP
|
[Version: 3.1]
net.simplace.util.hsql.
HSQLProvider
public class
HSQLProvider
{
// Public Constructors
public
HSQLProvider
();
// Class Methods
public static Connection
getMemoryConnection
(String aName, String aSystemID)
throws SQLException, ClassNotFoundException;
aName
returns
the MemoryConnection
public static IntervalCategoryDataset
getIntervalCategoryDataset
(Connection
aCon, String aSql) throws Exception;
}