|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.sql.Sql
metridoc.plugins.sql.SqlPlus
class SqlPlus extends Sql
Created by IntelliJ IDEA. User: tbarker Date: 7/18/11 Time: 3:38 PM
| Field Summary |
|---|
| Fields inherited from class Sql | |
|---|---|
| ARRAY, BIGINT, BINARY, BIT, BLOB, BOOLEAN, CHAR, CLOB, DATALINK, DATE, DECIMAL, DISTINCT, DOUBLE, FLOAT, INTEGER, JAVA_OBJECT, LONGVARBINARY, LONGVARCHAR, NULL, NUMERIC, OTHER, REAL, REF, SMALLINT, STRUCT, TIME, TIMESTAMP, TINYINT, VARBINARY, VARCHAR |
| Property Summary | |
|---|---|
static Set |
IGNORED_KEYS
|
static def |
PHASE_NAMES
|
static def |
log
|
| Constructor Summary | |
SqlPlus(DataSource dataSource)
|
|
| Method Summary | |
|---|---|
int[]
|
runBatch(String insertOrTable, def batch, def logEachBatch = false)
@param insertOrTable insert statement or table name |
void
|
runBatchFile(LinkedHashMap args)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
static final Set IGNORED_KEYS
static final def PHASE_NAMES
static final def log
| Constructor Detail |
|---|
SqlPlus(DataSource dataSource)
| Method Detail |
|---|
int[] runBatch(String insertOrTable, def batch, def logEachBatch = false)
insertOrTable - insert statement or table namebatch - the batch to insert, must be a List or MaplogEachBatch - if true, batch progress is logged at info level, otherwise debug
void runBatchFile(LinkedHashMap args)
Groovy Documentation