| Package | Description |
|---|---|
| com.codename1.db |
SQLite database access API
|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| 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.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Class and Description |
|---|
| Cursor
The Cursor interface is used to iterate over the results returned from a database query.
|
| Database
Allows access to SQLite specifically connecting to a database and executing sql queries on the data.
|
| Row
The
Row interface is returned by Cursor.getRow() to provide
access to the content of an individual row. |
| Class and Description |
|---|
| Database
Allows access to SQLite specifically connecting to a database and executing sql queries on the data.
|
| Class and Description |
|---|
| Database
Allows access to SQLite specifically connecting to a database and executing sql queries on the data.
|
| Row
The
Row interface is returned by Cursor.getRow() to provide
access to the content of an individual row. |
| Class and Description |
|---|
| Database
Allows access to SQLite specifically connecting to a database and executing sql queries on the data.
|
Copyright © 2022. All rights reserved.