public class SQLiteResultDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Integer> |
colIdxByColName |
Constructor and Description |
---|
SQLiteResultDescriptor(HashMap<String,Integer> colIdxByColName) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Integer> |
getColIdxByColName() |
int |
getColumnIndex(String colName) |
String[] |
getColumnNames() |
Copyright © 2019. All rights reserved.