| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
SQLMap.SqlType |
SQLMap.getSqlType(PropertyBase p)
Returns the SQL type for the given column
|
static SQLMap.SqlType |
SQLMap.SqlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLMap.SqlType[] |
SQLMap.SqlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLMap.setSqlType(PropertyBase p,
SQLMap.SqlType type)
Sets the sql type for the column
|
Copyright © 2022. All rights reserved.