public class RequestFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Request |
generateClose(long stmtId,
long reqId) |
static Request |
generateExec(long stmtId,
long reqId) |
static Request |
generateInit(long reqId,
boolean singleStbInsert,
boolean singleTableBindOnce) |
static Request |
generatePrepare(long stmtId,
long reqId,
String sql) |
static Request |
generateUseResult(long stmtId,
long reqId) |
public static Request generateInit(long reqId, boolean singleStbInsert, boolean singleTableBindOnce)
public static Request generateExec(long stmtId, long reqId)
public static Request generateClose(long stmtId, long reqId)
public static Request generateUseResult(long stmtId, long reqId)
Copyright © 2025. All rights reserved.