|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.sde.sdk.client.SeQueryInfo
public class SeQueryInfo
Constructor Summary | |
---|---|
SeQueryInfo()
|
Method Summary | |
---|---|
java.lang.String |
getByClause()
|
java.lang.String[] |
getColumns()
|
SeSqlConstruct |
getConstruct()
|
void |
setByClause(java.lang.String s)
|
void |
setColumns(java.lang.String[] s)
|
void |
setConstruct(SeSqlConstruct s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeQueryInfo()
Method Detail |
---|
public void setConstruct(SeSqlConstruct s) throws SeException
SeException
public void setColumns(java.lang.String[] s)
public void setByClause(java.lang.String s)
public java.lang.String getByClause()
public SeSqlConstruct getConstruct() throws SeException
SeException
public java.lang.String[] getColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |