public class NativeJdbcExtractUtils extends Object
| Constructor and Description |
|---|
NativeJdbcExtractUtils() |
| Modifier and Type | Method and Description |
|---|---|
static CallableStatement |
getCallableStatement(CallableStatement callableStatement) |
static Connection |
getConnection(Connection connection) |
static PreparedStatement |
getPreparedStatement(PreparedStatement preparedStatement) |
static Statement |
getStatement(Statement statement) |
public static Connection getConnection(Connection connection)
public static PreparedStatement getPreparedStatement(PreparedStatement preparedStatement)
public static CallableStatement getCallableStatement(CallableStatement callableStatement)
Copyright © 2017. All rights reserved.