public class H2EventStorage extends Sql2oEventStorage
EventStorage which use H2-Database.INSERT_SQL| Constructor and Description |
|---|
H2EventStorage(java.lang.String connectURL,
java.lang.String user,
java.lang.String password)
Initiates an object of type H2EventStorage.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createTable(org.sql2o.Connection connection)
Create a table, where the table-name must be "EVENTS" and the columns
must be have the same name as the attributes!.
|
close, getAllEvents, getAllStartAndFinishEvents, insert, open, writepublic H2EventStorage(java.lang.String connectURL,
java.lang.String user,
java.lang.String password)
connectURL - connectURLuser - the userpassword - the password.protected void createTable(org.sql2o.Connection connection)
createTable in class Sql2oEventStorageconnection - a connection.Copyright © 2017 PPI AG. All rights reserved.