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