| 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.SelectBuilder |
SQLMap.SelectBuilder.equals(PropertyBase property)
An equals `=` operator
|
SQLMap.SelectBuilder |
SQLMap.SelectBuilder.gt(PropertyBase property)
A greater that `>` operator
|
SQLMap.SelectBuilder |
SQLMap.SelectBuilder.lt(PropertyBase property)
A lesser than `<` operator
|
SQLMap.SelectBuilder |
SQLMap.SelectBuilder.notEquals(PropertyBase property)
A not equals `<>` operator
|
SQLMap.SelectBuilder |
SQLMap.SelectBuilder.orderBy(PropertyBase property,
boolean ascending)
An orderBy clause
|
SQLMap.SelectBuilder |
SQLMap.selectBuild()
Fetches the components from the database matching the given select builder query
|
Copyright © 2022. All rights reserved.