| Package | Description |
|---|---|
| javatools.database |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Database.Inserter> |
Database.inserters
Holds all active inserters to close them in the end
|
| Modifier and Type | Method and Description |
|---|---|
Database.Inserter |
Database.newInserter(java.lang.String table)
Returns an inserter for a table with specific column types
|
Database.Inserter |
Database.newInserter(java.lang.String table,
java.lang.Class<?>... argumentTypes)
Returns an inserter for a table with specific column types
|
Database.Inserter |
Database.newInserter(java.lang.String table,
int... argumentTypes)
Returns an inserter for a table with specific column types given as java.sql.Type constants
|