public class Replicator extends Object
| Constructor and Description |
|---|
Replicator() |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationTO |
create(String sql,
String... att) |
static String |
getSQL(PreparedStatement st) |
static void |
push(PreparedStatement st,
String... att) |
static void |
push(String sql,
String att) |
static void |
pushBatch(String sqls,
String att) |
public static String getSQL(PreparedStatement st)
public static void push(PreparedStatement st, String... att)
public static ReplicationTO create(String sql, String... att)
Copyright © 2018. All rights reserved.