Package | Description |
---|---|
com.asakusafw.windgate.jdbc |
WindGate resources using JDBC.
|
Modifier and Type | Method and Description |
---|---|
static JdbcProfile |
JdbcProfile.convert(ResourceProfile profile)
Converts
ResourceProfile into JdbcProfile . |
Constructor and Description |
---|
JdbcDrainDriver(JdbcProfile profile,
JdbcScript<T> script,
Connection connection,
boolean truncateOnPrepare)
Creates a new instance.
|
JdbcResourceManipulator(JdbcProfile profile,
ParameterList arguments)
Creates a new instance.
|
JdbcResourceMirror(JdbcProfile profile,
ParameterList arguments)
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.