public class FreebusyStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
FreebusyStore(javax.sql.DataSource dataSource,
Container container) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String calendar) |
protected static java.util.List<java.lang.String> |
arrayOfString(java.sql.Array array) |
void |
delete() |
java.util.List<java.lang.String> |
get() |
void |
remove(java.lang.String calendar) |
void |
set(java.util.List<java.lang.String> calendars) |
batchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, update
public FreebusyStore(javax.sql.DataSource dataSource, Container container)
public java.util.List<java.lang.String> get() throws java.sql.SQLException
java.sql.SQLException
public void set(java.util.List<java.lang.String> calendars) throws java.sql.SQLException
java.sql.SQLException
public void add(java.lang.String calendar) throws java.sql.SQLException
java.sql.SQLException
public void remove(java.lang.String calendar) throws java.sql.SQLException
java.sql.SQLException
public void delete() throws java.sql.SQLException
java.sql.SQLException
protected static java.util.List<java.lang.String> arrayOfString(java.sql.Array array) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.