Package net.simplace.core.database
Klasse HSQLProvider
java.lang.Object
net.simplace.core.database.HSQLProvider
- Autor:
- Andreas Enders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic org.jfree.data.category.IntervalCategoryDatasetgetIntervalCategoryDataset(Connection aCon, String aSql) static ConnectiongetMemoryConnection(String aName, String aSystemID)
-
Konstruktordetails
-
HSQLProvider
public HSQLProvider()
-
-
Methodendetails
-
getMemoryConnection
public static Connection getMemoryConnection(String aName, String aSystemID) throws SQLException, ClassNotFoundException - Parameter:
aName-aSystemID-- Gibt zurück:
- the MemoryConnection
- Löst aus:
SQLExceptionClassNotFoundException
-
getIntervalCategoryDataset
public static org.jfree.data.category.IntervalCategoryDataset getIntervalCategoryDataset(Connection aCon, String aSql) throws Exception - Parameter:
aCon-aSql-- Gibt zurück:
- the data set
- Löst aus:
Exception
-