public interface ISqlJetBtreeRecord extends ISqlJetReleasable
ISqlJetBtreeCursor
and allow acces to
fields.Modifier and Type | Method and Description |
---|---|
java.util.List<ISqlJetVdbeMem> |
getFields() |
int |
getFieldsCount() |
long |
getIntField(int field) |
ISqlJetMemoryPointer |
getRawRecord() |
double |
getRealField(int field) |
java.lang.String |
getStringField(int field,
SqlJetEncoding enc) |
release
int getFieldsCount()
java.util.List<ISqlJetVdbeMem> getFields()
ISqlJetMemoryPointer getRawRecord()
java.lang.String getStringField(int field, SqlJetEncoding enc) throws SqlJetException
field
- SqlJetException
long getIntField(int field)
field
- double getRealField(int field)
field
- Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.