public class SQLMetaData extends Object
| 构造器和说明 |
|---|
SQLMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFetchIndex() |
int |
getFromIndex() |
int |
getGroupByIndex() |
int |
getHavingIndex() |
int |
getLength() |
int |
getLimitIndex() |
int |
getOffsetIndex() |
int |
getOrderByIndex() |
int |
getSelectIndex() |
int |
getWhereIndex() |
int |
getWithIndex() |
boolean |
isUnion() |
void |
setFetchIndex(int fetchIndex) |
void |
setFromIndex(int fromIndex) |
void |
setGroupByIndex(int groupByIndex) |
void |
setHavingIndex(int havingIndex) |
void |
setLength(int length) |
void |
setLimitIndex(int limitIndex) |
void |
setOffsetIndex(int offsetIndex) |
void |
setOrderByIndex(int orderByIndex) |
void |
setSelectIndex(int selectIndex) |
void |
setUnion(boolean union) |
void |
setWhereIndex(int whereIndex) |
void |
setWithIndex(int withIndex) |
public int getWithIndex()
public void setWithIndex(int withIndex)
public int getSelectIndex()
public void setSelectIndex(int selectIndex)
public int getFromIndex()
public void setFromIndex(int fromIndex)
public int getWhereIndex()
public void setWhereIndex(int whereIndex)
public int getGroupByIndex()
public void setGroupByIndex(int groupByIndex)
public int getHavingIndex()
public void setHavingIndex(int havingIndex)
public int getOrderByIndex()
public void setOrderByIndex(int orderByIndex)
public int getLimitIndex()
public void setLimitIndex(int limitIndex)
public int getOffsetIndex()
public void setOffsetIndex(int offsetIndex)
public int getFetchIndex()
public void setFetchIndex(int fetchIndex)
public boolean isUnion()
public void setUnion(boolean union)
public int getLength()
public void setLength(int length)
Copyright © 2023 10MG. All rights reserved.