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.
|
Modifier and Type | Method and Description |
---|---|
MappingStrategy |
DatabaseTableConnection.createMappingStrategy(Connection conn,
DatabaseTableConfiguration config)
The strategy utility
|
MappingStrategy |
DatabaseTableConnection.getSms()
Accessor for the sms property
|
Modifier and Type | Method and Description |
---|---|
static Map<String,SQLParam> |
DatabaseTableSQLUtil.getColumnValues(MappingStrategy sms,
ResultSet resultSet)
Read one row from database result set and convert it to columnValues map.
|
static void |
DatabaseTableSQLUtil.setParams(MappingStrategy sms,
CallableStatement statement,
List<SQLParam> params)
This method binds the "?"
|
static void |
DatabaseTableSQLUtil.setParams(MappingStrategy sms,
PreparedStatement statement,
List<SQLParam> params)
This method binds the "?"
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeConvertor
The SQL get/set strategy class implementation convert all jdbc types to attribute supported types.
|
class |
DefaultStrategy
The SQL get/set strategy class implementation delegate all activity to dbcommon
SQLUtil functions |
class |
JdbcConvertor
The SQL get/set strategy class implementation convert attributes back to database types
|
class |
NativeTimestampsStrategy
The SQL get/set strategy class implementation read native timestamps, and convert the value to the string
|
class |
StringStrategy
The SQL get/set strategy class implementation
All types expected to be String is write as a string and the conversion is left on database driver
|
Constructor and Description |
---|
AttributeConvertor(MappingStrategy delegate)
Final sql mapping
|
JdbcConvertor(MappingStrategy delegate)
Final sql mapping
|
NativeTimestampsStrategy(MappingStrategy delegate)
Final sql mapping
|
StringStrategy(MappingStrategy delegate)
The SQL get/set strategy class implementation write as a string all types mapped as a String.
|
Copyright © 2018–2025. All rights reserved.