| Piscator.dao.SideTableDao
SideTableDao | public interface SideTableDao (Code) | | |
Method Summary | |
public void | create(Element config) Drops and creates the side tables and indexes according to configuration settings. | public void | insert(String table, Map row) Inserts a row in the specified side table. |
create | public void create(Element config)(Code) | | Drops and creates the side tables and indexes according to configuration settings.
|
insert | public void insert(String table, Map row)(Code) | | Inserts a row in the specified side table.
|
|
|