C D F G I J S W

C

clear() - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 
close() - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
This is a no-op.
create() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
 

D

de.smartics.properties.config.transfer.jdbc - package de.smartics.properties.config.transfer.jdbc
Provides an implementation for writing property definitions to a database via JDBC.

F

Factory - Class in de.smartics.properties.config.transfer.jdbc
Creates instances of JdbcPropertySink.
Factory() - Constructor for class de.smartics.properties.config.transfer.jdbc. Factory
Default constructor.

G

getDatabaseId() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the database identifier to select the datasource proxy for a database product.
getJdbcUrl() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the JDBC URL to the database.
getPassword() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the password to authenticate against the database.
getUser() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the user to authenticate against the database.

I

isCreateTable() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the flag that signals to create properties table ( true ) or not ( false).
isDropTable() - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Returns the flag that signals to drop properties table ( true) or not ( false).

J

JdbcPropertySink - Class in de.smartics.properties.config.transfer.jdbc
Writes properties to a database via JDBC.
JdbcPropertySink(PropertiesStore) - Constructor for class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
Default constructor.

S

setCreateTable(boolean) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the flag that signals to create properties table ( true) or not ( false).
setDatabaseId(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the database identifier to select the datasource proxy for a database product.
setDropTable(boolean) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the flag that signals to drop properties table ( true) or not ( false).
setJdbcUrl(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the JDBC URL to the database.
setPassword(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the password to authenticate against the database.
setUser(String) - Method in class de.smartics.properties.config.transfer.jdbc. Factory
Sets the user to authenticate against the database.

W

write(PropertyProvider) - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 
write(Iterable<PropertyProvider>) - Method in class de.smartics.properties.config.transfer.jdbc. JdbcPropertySink
 

C D F G I J S W

Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.