public class Table extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Table() |
protected |
Table(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
int |
AddField(FieldDef fieldDef) |
int |
AddField(String fieldDef) |
int |
AddIndex(IndexDef indexDef) |
int |
AddIndex(String indexDef) |
int |
AlterField(String fieldDef) |
int |
AlterSubtype(String subtypeDef) |
Row |
createRowObject() |
int |
CreateSubtype(String subtypeDef) |
void |
delete() |
int |
DeleteField(String fieldName) |
int |
DeleteIndex(String indexName) |
void |
deleteRow(Row row) |
int |
DeleteSubtype(String subtypeName) |
int |
DisableSubtypes() |
int |
EnableSubtypes(String subtypeFieldName,
String subtypeDef) |
protected void |
finalize() |
void |
freeWriteLock() |
protected static long |
getCPtr(Table obj) |
int |
getDefaultSubtypeCode() |
String |
getDefinition() |
String |
getDocumentation() |
int |
GetExtent(Envelope extent) |
int |
GetFieldInformation(FieldInfo fieldInfo) |
VectorOfFieldDef |
getFields() |
VectorOfString |
getIndexes() |
int |
getRowCount() |
void |
insertRow(Row row) |
boolean |
isEditable() |
EnumRows |
search(String subfields,
String whereClause,
boolean recycling) |
EnumRows |
search(String subfields,
String whereClause,
Envelope envelope,
boolean recycling) |
int |
SetDefaultSubtypeCode(int defaultCode) |
int |
SetDocumentation(String documentation) |
void |
setLoadOnlyMode(boolean loadOnly) |
void |
setWriteLock() |
void |
updateRow(Row row) |
protected static long getCPtr(Table obj)
public int AddField(FieldDef fieldDef)
public int AddField(String fieldDef)
public int AddIndex(IndexDef indexDef)
public int AddIndex(String indexDef)
public int AlterField(String fieldDef)
public int AlterSubtype(String subtypeDef)
public Row createRowObject()
public int CreateSubtype(String subtypeDef)
public void delete()
public int DeleteField(String fieldName)
public int DeleteIndex(String indexName)
public void deleteRow(Row row)
public int DeleteSubtype(String subtypeName)
public int DisableSubtypes()
public void freeWriteLock()
public int getDefaultSubtypeCode()
public String getDefinition()
public String getDocumentation()
public int GetExtent(Envelope extent)
public int GetFieldInformation(FieldInfo fieldInfo)
public VectorOfFieldDef getFields()
public VectorOfString getIndexes()
public int getRowCount()
public void insertRow(Row row)
public boolean isEditable()
public EnumRows search(String subfields, String whereClause, Envelope envelope, boolean recycling)
public int SetDefaultSubtypeCode(int defaultCode)
public int SetDocumentation(String documentation)
public void setLoadOnlyMode(boolean loadOnly)
public void setWriteLock()
public void updateRow(Row row)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.