public class QueryResp extends CommonResp
| Constructor and Description |
|---|
QueryResp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAffectedRows() |
int |
getFieldsCount() |
int[] |
getFieldsLengths() |
String[] |
getFieldsNames() |
int[] |
getFieldsPrecisions() |
int[] |
getFieldsScales() |
int[] |
getFieldsTypes() |
long |
getId() |
int |
getPrecision() |
boolean |
isUpdate() |
void |
setAffectedRows(int affectedRows) |
void |
setFieldsCount(int fieldsCount) |
void |
setFieldsLengths(int[] fieldsLengths) |
void |
setFieldsNames(String[] fieldsNames) |
void |
setFieldsPrecisions(int[] fieldsPrecisions) |
void |
setFieldsScales(int[] fieldsScales) |
void |
setFieldsTypes(int[] fieldsTypes) |
void |
setId(long id) |
void |
setPrecision(int precision) |
void |
setUpdate(boolean update) |
getCode, getMessage, setCode, setMessagepublic long getId()
public void setId(long id)
public boolean isUpdate()
public void setUpdate(boolean update)
public int getAffectedRows()
public void setAffectedRows(int affectedRows)
public int getFieldsCount()
public void setFieldsCount(int fieldsCount)
public String[] getFieldsNames()
public void setFieldsNames(String[] fieldsNames)
public int[] getFieldsTypes()
public void setFieldsTypes(int[] fieldsTypes)
public int[] getFieldsLengths()
public void setFieldsLengths(int[] fieldsLengths)
public int getPrecision()
public void setPrecision(int precision)
public int[] getFieldsPrecisions()
public void setFieldsPrecisions(int[] fieldsPrecisions)
public int[] getFieldsScales()
public void setFieldsScales(int[] fieldsScales)
Copyright © 2025. All rights reserved.