public class SQLMetaData extends Object
| 构造器和说明 |
|---|
SQLMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEmbedEndIndex() |
int |
getEmbedStartIndex() |
int |
getFetchIndex() |
int |
getFromIndex() |
int |
getGroupByIndex() |
int |
getLength() |
int |
getLimitIndex() |
int |
getOffsetIndex() |
int |
getOrderByIndex() |
int |
getSelectIndex() |
int |
getWhereIndex() |
int |
getWithIndex() |
void |
setEmbedEndIndex(int embedEndIndex) |
void |
setEmbedStartIndex(int embedStartIndex) |
void |
setFetchIndex(int fetchIndex) |
void |
setFromIndex(int fromIndex) |
void |
setGroupByIndex(int groupByIndex) |
void |
setLength(int length) |
void |
setLimitIndex(int limitIndex) |
void |
setOffsetIndex(int offsetIndex) |
void |
setOrderByIndex(int orderByIndex) |
void |
setSelectIndex(int selectIndex) |
void |
setWhereIndex(int whereIndex) |
void |
setWithIndex(int withIndex) |
public int getWithIndex()
public void setWithIndex(int withIndex)
public int getEmbedEndIndex()
public void setEmbedEndIndex(int embedEndIndex)
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 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 int getEmbedStartIndex()
public void setEmbedStartIndex(int embedStartIndex)
public int getLength()
public void setLength(int length)
Copyright © 2021 10MG. All rights reserved.