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, unlock
static 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
SqlJetException
java.lang.String getNameField() throws SqlJetException
SqlJetException
java.lang.String getTableField() throws SqlJetException
SqlJetException
int getPageField() throws SqlJetException
SqlJetException
java.lang.String getSqlField() throws SqlJetException
SqlJetException
long insertRecord(java.lang.String typeField, java.lang.String nameField, java.lang.String tableField, int pageField, java.lang.String sqlField) throws SqlJetException
SqlJetException
boolean goToRow(long rowId) throws SqlJetException
SqlJetException
long getRowId() throws SqlJetException
SqlJetException
void 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
- SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.