public interface ISqlJetBtreeSchemaTable extends ISqlJetBtreeTable
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD |
static int |
PAGE_FIELD |
static int |
SQL_FIELD |
static int |
TABLE_FIELD |
static int |
TYPE_FIELD |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNameField() |
int |
getPageField() |
long |
getRowId() |
java.lang.String |
getSqlField() |
java.lang.String |
getTableField() |
java.lang.String |
getTypeField() |
boolean |
goToRow(long rowId) |
long |
insertRecord(java.lang.String typeField,
java.lang.String nameField,
java.lang.String tableField,
int pageField,
java.lang.String sqlField) |
void |
updateRecord(long rowId,
java.lang.String typeField,
java.lang.String nameField,
java.lang.String tableField,
int pageField,
java.lang.String sqlField) |
clear, close, delete, eof, first, getBlob, getEncoding, getFieldsCount, getFieldType, getFloat, getInteger, getKeySize, getRecord, getString, getValue, getValues, hasMoved, insert, isNull, last, lock, lockTable, moveTo, newRowId, newRowId, next, popState, previous, pushState, unlockstatic final int TYPE_FIELD
static final int NAME_FIELD
static final int TABLE_FIELD
static final int PAGE_FIELD
static final int SQL_FIELD
java.lang.String getTypeField()
throws SqlJetException
SqlJetExceptionjava.lang.String getNameField()
throws SqlJetException
SqlJetExceptionjava.lang.String getTableField()
throws SqlJetException
SqlJetExceptionint getPageField()
throws SqlJetException
SqlJetExceptionjava.lang.String getSqlField()
throws SqlJetException
SqlJetExceptionlong insertRecord(java.lang.String typeField,
java.lang.String nameField,
java.lang.String tableField,
int pageField,
java.lang.String sqlField)
throws SqlJetException
SqlJetExceptionboolean goToRow(long rowId)
throws SqlJetException
SqlJetExceptionlong getRowId()
throws SqlJetException
SqlJetExceptionvoid updateRecord(long rowId,
java.lang.String typeField,
java.lang.String nameField,
java.lang.String tableField,
int pageField,
java.lang.String sqlField)
throws SqlJetException
rowId - typeField - nameField - tableField - pageField - sqlField - SqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.