public interface TableWriter<T extends Entity>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
String |
create(String json,
boolean autoCommit) |
int |
delete(Integer id,
boolean autoCommit) |
int |
deleteWhere(String fieldName,
String value,
boolean autoCommit) |
String |
update(Integer id,
String json,
boolean autoCommit) |
String create(String json, boolean autoCommit) throws SQLException, IOException
SQLExceptionIOExceptionString update(Integer id, String json, boolean autoCommit) throws SQLException, IOException
SQLExceptionIOExceptionint delete(Integer id, boolean autoCommit) throws SQLException
SQLExceptionint deleteWhere(String fieldName, String value, boolean autoCommit) throws SQLException
SQLExceptionvoid commit()
throws SQLException
SQLExceptionvoid close()
Copyright © 2019. All rights reserved.