Start
|
Index
|
Overview
•
PREV
|
UP
|
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;
}