net.ttddyy.dsproxy.proxy
Class NativeJdbcExtractUtils

java.lang.Object
  extended by net.ttddyy.dsproxy.proxy.NativeJdbcExtractUtils

public class NativeJdbcExtractUtils
extends Object

Author:
Tadaya Tsuyukubo

Constructor Summary
NativeJdbcExtractUtils()
           
 
Method Summary
static CallableStatement getCallableStatement(CallableStatement callableStatement)
           
static Connection getConnection(Connection connection)
           
static PreparedStatement getPreparedStatement(PreparedStatement preparedStatement)
           
static Statement getStatement(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeJdbcExtractUtils

public NativeJdbcExtractUtils()
Method Detail

getConnection

public static Connection getConnection(Connection connection)

getStatement

public static Statement getStatement(Statement statement)

getPreparedStatement

public static PreparedStatement getPreparedStatement(PreparedStatement preparedStatement)

getCallableStatement

public static CallableStatement getCallableStatement(CallableStatement callableStatement)


Copyright © 2012. All Rights Reserved.