Package com.progress.open4gl.dynamicapi
Class Index
java.lang.Object
com.progress.open4gl.dynamicapi.Index
-
Constructor Details
-
Index
public Index(String indexName, boolean isPrimary, boolean isWordIndex, boolean isUnique, String bufferName, ArrayList<IndexFieldInfo> fields)
-
-
Method Details
-
getIndexName
-
isPrimary
public boolean isPrimary() -
isWordIndex
public boolean isWordIndex() -
isUnique
public boolean isUnique() -
getBufferName
-
getFields
-