public class StmtInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Byte> |
colTypeList |
protected boolean |
isInsert |
protected ArrayList<Byte> |
tagTypeList |
| Constructor and Description |
|---|
StmtInfo(Stmt2PrepareResp prepareResp,
String sql) |
StmtInfo(String sql) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Byte> |
getColTypeList() |
List<Field> |
getFields() |
int |
getPrecision() |
String |
getSql() |
long |
getStmtId() |
ArrayList<Byte> |
getTagTypeList() |
int |
getToBeBindColCount() |
int |
getToBeBindTableNameIndex() |
int |
getToBeBindTagCount() |
boolean |
isInsert() |
void |
setColTypeList(ArrayList<Byte> colTypeList) |
void |
setFields(List<Field> fields) |
void |
setPrecision(int precision) |
void |
setStmtId(long stmtId) |
void |
setToBeBindColCount(int toBeBindColCount) |
void |
setToBeBindTableNameIndex(int toBeBindTableNameIndex) |
void |
setToBeBindTagCount(int toBeBindTagCount) |
public StmtInfo(String sql)
public StmtInfo(Stmt2PrepareResp prepareResp, String sql)
public long getStmtId()
public void setStmtId(long stmtId)
public int getToBeBindTableNameIndex()
public void setToBeBindTableNameIndex(int toBeBindTableNameIndex)
public int getToBeBindTagCount()
public void setToBeBindTagCount(int toBeBindTagCount)
public int getToBeBindColCount()
public void setToBeBindColCount(int toBeBindColCount)
public int getPrecision()
public void setPrecision(int precision)
public String getSql()
public boolean isInsert()
Copyright © 2025. All rights reserved.