int |
Table.AddIndex(IndexDef indexDef) |
protected static long |
IndexDef.getCPtr(IndexDef obj) |
static String |
EsriFileGdbJNI.IndexDef_getFields(long jarg1,
IndexDef jarg1_) |
static String |
EsriFileGdbJNI.IndexDef_getName(long jarg1,
IndexDef jarg1_) |
static boolean |
EsriFileGdbJNI.IndexDef_isUnique(long jarg1,
IndexDef jarg1_) |
static int |
EsriFileGdbJNI.IndexDef_SetFields(long jarg1,
IndexDef jarg1_,
String jarg2) |
static int |
EsriFileGdbJNI.IndexDef_SetIsUnique(long jarg1,
IndexDef jarg1_,
boolean jarg2) |
static int |
EsriFileGdbJNI.IndexDef_SetName(long jarg1,
IndexDef jarg1_,
String jarg2) |
static int |
EsriFileGdbJNI.Table_AddIndex__SWIG_1(long jarg1,
Table jarg1_,
long jarg2,
IndexDef jarg2_) |