Interface ISqlJetBtreeRecord
- All Superinterfaces:
ISqlJetReleasable
- All Known Implementing Classes:
SqlJetBtreeRecord
Parses current record in
ISqlJetBtreeCursor
and allow acces to
fields.- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<ISqlJetVdbeMem>
int
long
getIntField
(int field) double
getRealField
(int field) java.lang.String
getStringField
(int field, SqlJetEncoding enc) Methods inherited from interface org.tmatesoft.sqljet.core.internal.ISqlJetReleasable
release
-
Method Details
-
getFieldsCount
int getFieldsCount()- Returns:
- the fieldsCount
-
getFields
java.util.List<ISqlJetVdbeMem> getFields()- Returns:
-
getRawRecord
ISqlJetMemoryPointer getRawRecord()- Returns:
-
getStringField
- Parameters:
field
-- Returns:
- Throws:
SqlJetException
-
getIntField
long getIntField(int field) - Parameters:
field
-- Returns:
-
getRealField
double getRealField(int field) - Parameters:
field
-- Returns:
-