Package | Description |
---|---|
org.identityconnectors.dbcommon |
This is a generic bundle that contains many of the utilities needed for any
sort of database connector, such as query builders, connection wrappers, and
other SQL utilities.
|
Modifier and Type | Method and Description |
---|---|
UpdateSetBuilder |
UpdateSetBuilder.addBind(SQLParam param)
Add column name and value pair.
|
UpdateSetBuilder |
UpdateSetBuilder.addBind(SQLParam param,
String expression)
Add column name and expression value pair.
|
Copyright © 2018–2025. All rights reserved.