public static class PreparedStatementProxyLogic.Builder extends Object
PreparedStatementProxyLogic.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementProxyLogic |
build() |
PreparedStatementProxyLogic.Builder |
connectionInfo(ConnectionInfo connectionInfo) |
static PreparedStatementProxyLogic.Builder |
create() |
PreparedStatementProxyLogic.Builder |
interceptorHolder(InterceptorHolder interceptorHolder) |
PreparedStatementProxyLogic.Builder |
preparedStatement(PreparedStatement ps) |
PreparedStatementProxyLogic.Builder |
proxyConnection(Connection proxyConnection) |
PreparedStatementProxyLogic.Builder |
query(String query) |
public static PreparedStatementProxyLogic.Builder create()
public PreparedStatementProxyLogic build()
public PreparedStatementProxyLogic.Builder preparedStatement(PreparedStatement ps)
public PreparedStatementProxyLogic.Builder query(String query)
public PreparedStatementProxyLogic.Builder interceptorHolder(InterceptorHolder interceptorHolder)
public PreparedStatementProxyLogic.Builder connectionInfo(ConnectionInfo connectionInfo)
public PreparedStatementProxyLogic.Builder proxyConnection(Connection proxyConnection)
Copyright © 2017. All rights reserved.