Package | Description |
---|---|
com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
Modifier and Type | Method and Description |
---|---|
JdbcScript<T> |
JdbcScript.withCondition(String expression)
Sets the SQL condition expression.
|
JdbcScript<T> |
JdbcScript.withCustomTruncate(String statement)
Sets the custom truncate SQL statement.
|
JdbcScript<T> |
JdbcScript.withOptions(Collection<String> values)
Sets the WindGate JDBC options.
|
Constructor and Description |
---|
JdbcDrainDriver(JdbcProfile profile,
JdbcScript<T> script,
Connection connection,
boolean truncateOnPrepare)
Creates a new instance.
|
JdbcSourceDriver(JdbcProfile profile,
JdbcScript<T> script,
Connection connection,
T object)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.