public class SQLAnnIndex extends SQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLAnnIndex.Distance |
static class |
SQLAnnIndex.IndexType |
| Constructor and Description |
|---|
SQLAnnIndex() |
| Modifier and Type | Method and Description |
|---|---|
SQLAnnIndex |
clone() |
SQLAnnIndex.Distance |
getDistance() |
int |
getIndexType() |
int |
getRtIndexType() |
void |
setDistance(SQLAnnIndex.Distance distance) |
void |
setDistance(String distance) |
void |
setIndexType(SQLAnnIndex.IndexType indexType,
boolean state) |
void |
setIndexType(String type) |
void |
setRtIndexType(SQLAnnIndex.IndexType indexType,
boolean state) |
void |
setRtIndexType(String type) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLAnnIndex clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic void setIndexType(String type)
public void setIndexType(SQLAnnIndex.IndexType indexType, boolean state)
public void setRtIndexType(SQLAnnIndex.IndexType indexType, boolean state)
public void setRtIndexType(String type)
public int getIndexType()
public int getRtIndexType()
public SQLAnnIndex.Distance getDistance()
public void setDistance(SQLAnnIndex.Distance distance)
public void setDistance(String distance)
Copyright © 2013–2020 Alibaba Group. All rights reserved.