public class IndexDef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
IndexDef() |
protected |
IndexDef(long cPtr,
boolean cMemoryOwn) |
|
IndexDef(String name,
String fields) |
|
IndexDef(String name,
String fields,
boolean isUnique) |
public IndexDef()
protected IndexDef(long cPtr,
boolean cMemoryOwn)
protected static long getCPtr(IndexDef obj)
public void delete()
public String getFields()
public String getName()
public boolean isUnique()
public int SetFields(String fields)
public int SetIsUnique(boolean isUnique)
public int SetName(String name)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.