| Package | Description |
|---|---|
| org.teasoft.bee.osql.chain |
Interface for standard SQL with chain programming.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.set(String field,
Number value) |
Update |
Update.set(String field,
String value) |
Update |
Update.setAdd(String field,
Number num) |
Update |
Update.setAdd(String field,
String otherFieldName) |
Update |
Update.setMultiply(String field,
Number num) |
Update |
Update.setMultiply(String field,
String otherFieldName) |
Update |
Update.setNull(String fieldName) |
Update |
Update.setWithField(String field1,
String field2) |
Update |
Update.update(String table) |
Copyright © 2025. All rights reserved.