| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadSafeDatabase
Deprecated.
platform specific nuances prevented this approach from working out, we improved the native iOS support for thread safety instead
|
| Modifier and Type | Method and Description |
|---|---|
static Database |
Database.openOrCreate(String databaseName)
Opens a database or create one if not exists.
|
| Constructor and Description |
|---|
ThreadSafeDatabase(Database db)
Deprecated.
Wraps the given database with a threadsafe version
|
| Modifier and Type | Method and Description |
|---|---|
Database |
CodenameOneImplementation.openOrCreateDB(String databaseName)
Opens a database or create one if not exists
|
| Modifier and Type | Method and Description |
|---|---|
static SQLMap |
SQLMap.create(Database db)
Creates an SQL Map instance to the given database instance
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Display.openOrCreate(String databaseName)
Opens a database or create one if not exists.
|
Copyright © 2023. All rights reserved.