Package net.simplace.core.database
Class HSQLProvider
java.lang.Object
net.simplace.core.database.HSQLProvider
- Author:
- Andreas Enders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jfree.data.category.IntervalCategoryDatasetgetIntervalCategoryDataset(Connection aCon, String aSql) static ConnectiongetMemoryConnection(String aName, String aSystemID)
-
Constructor Details
-
HSQLProvider
public HSQLProvider()
-
-
Method Details
-
getMemoryConnection
public static Connection getMemoryConnection(String aName, String aSystemID) throws SQLException, ClassNotFoundException - Parameters:
aName-aSystemID-- Returns:
- the MemoryConnection
- Throws:
SQLExceptionClassNotFoundException
-
getIntervalCategoryDataset
public static org.jfree.data.category.IntervalCategoryDataset getIntervalCategoryDataset(Connection aCon, String aSql) throws Exception - Parameters:
aCon-aSql-- Returns:
- the data set
- Throws:
Exception
-