| Package | Description |
|---|---|
| com.codename1.db |
SQLite database access API
|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowExt
An extension of the
Row interface to support RowExt.wasNull(). |
| Modifier and Type | Method and Description |
|---|---|
Row |
Cursor.getRow()
Get the Row data Object.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Database.supportsWasNull(Row row)
Checks to see if the given row supports
Database.wasNull(com.codename1.db.Row). |
static boolean |
Database.wasNull(Row row)
Checks if the last value accessed from a given row was null.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SQLMap.SqlType.getValue(Row row,
int index,
PropertyBase base) |
Copyright © 2021. All rights reserved.