| Package | Description |
|---|---|
| javatools.database |
| Modifier and Type | Field and Description |
|---|---|
protected 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(String table)
Returns an inserter for a table with specific column types
|
Database.Inserter |
Database.newInserter(String table,
Class<?>... argumentTypes)
Returns an inserter for a table with specific column types
|
Database.Inserter |
Database.newInserter(String table,
int... argumentTypes)
Returns an inserter for a table with specific column types given as java.sql.Type constants
|
Copyright © 2018. All rights reserved.