Package | Description |
---|---|
org.identityconnectors.databasetable |
This is the core package for the connector.
|
org.identityconnectors.databasetable.mapping |
Database Table Connector Mapping Package Overview
Database table connector use the configuration's switches to
change the attribute to resource mapping.
|
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.
|
Class and Description |
---|
DatabaseConnection
The DatabaseConnection wraps the JDBC connection.
|
DatabaseFilterTranslator
DatabaseFilterTranslator abstract class translate filters to database WHERE
clause The resource specific getAttributeName must be provided in real
translator.
|
FilterWhereBuilder
The Filter Where builder is component intended to be used within subclass of
AbstractFilterTranslator to help create the database WHERE query
clause. |
SQLParam
The SQL parameter / util class.
|
Class and Description |
---|
SQLParam
The SQL parameter / util class.
|
Class and Description |
---|
DatabaseConnection
The DatabaseConnection wraps the JDBC connection.
|
DatabaseQueryBuilder
The Database Query builder creates the database query.
|
DatabaseQueryBuilder.OrderBy
The Required order by data subclass.
|
ExpectProxy
This is a Test helper class for testing expected method calls and return
values of interfaces.
|
FilterWhereBuilder
The Filter Where builder is component intended to be used within subclass of
AbstractFilterTranslator to help create the database WHERE query
clause. |
InsertIntoBuilder
The update set builder create the database update statement.
|
SQLParam
The SQL parameter / util class.
|
UpdateSetBuilder
The update set builder create the database update statement.
|
Copyright © 2018–2025. All rights reserved.