|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| ch.sahits.codegen.java.model.util | |
| ch.sahits.codegen.ui.extensions | |
| Uses of Pair in ch.sahits.codegen.java.model.util |
|---|
| Method parameters in ch.sahits.codegen.java.model.util with type arguments of type Pair | |
|---|---|
java.lang.String |
SQLProvider.getInsertSQL(java.util.List<Pair> values)
Generate the insert SQL for the listed values |
java.lang.String |
SQLProvider.getSelectByIndex(java.util.List<Pair> values,
java.lang.String indexName)
Generate the select SQL by the index of the given name. |
java.lang.String |
SQLProvider.getSelectByIndex(java.util.List<Pair> values,
java.lang.String indexName,
java.util.List<java.lang.String> select)
Generate the select SQL with only specified fields by the index of the given name. |
java.lang.String |
SQLProvider.getSelectUnique(java.util.List<Pair> values)
Generate the select SQL by the unique index which's name starts with 'PK_'. |
java.lang.String |
SQLProvider.getSelectUnique(java.util.List<Pair> values,
java.util.List<java.lang.String> select)
Generate the select SQL with only specified fields by the unique index which's name starts with 'PK_'. |
java.lang.String |
SQLProvider.getUpdateAllSQL(java.util.List<Pair> values)
Generates an update SQL for all records in the database |
java.lang.String |
SQLProvider.getUpdateSQL(java.util.List<Pair> values)
Generate an update SQL for all fields of the model that are not contained in the unique index that name does not start with 'PK_'. |
java.lang.String |
SQLProvider.getUpdateSQL(java.util.List<Pair> values,
java.lang.String indexName)
Generate an update SQL for all fields of the model that are not contained in the indicated index. |
java.lang.String |
SQLProvider.getWhereClause(DataBaseTableIndex index,
java.util.List<Pair> values)
Create the partial String of the where clause based on the index and the provided values |
| Uses of Pair in ch.sahits.codegen.ui.extensions |
|---|
| Methods in ch.sahits.codegen.ui.extensions that return types with arguments of type Pair | |
|---|---|
static java.util.List<Pair> |
DBDefintionPage.getButtons()
Retrieve a list of all Button Texts and tooltips registered |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||