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 TypeMethodDescriptionint
long
getIntField
(int field) double
getRealField
(int field) 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
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:
-