public class RequestFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Request |
generateBatch(long stmtId,
long reqId) |
static Request |
generateBind(long stmtId,
long reqId,
Object[][] columns) |
static Request |
generateClose(long stmtId,
long reqId) |
static Request |
generateExec(long stmtId,
long reqId) |
static Request |
generateInit(long reqId) |
static Request |
generatePrepare(long stmtId,
long reqId,
String sql) |
static Request |
generateSetTableName(long stmtId,
long reqId,
String tableName) |
static Request |
generateSetTags(long stmtId,
long reqId,
Object[] tags) |
public static Request generateInit(long reqId)
public static Request generateSetTableName(long stmtId, long reqId, String tableName)
public static Request generateBatch(long stmtId, long reqId)
public static Request generateExec(long stmtId, long reqId)
public static Request generateClose(long stmtId, long reqId)
Copyright © 2023. All rights reserved.