Package com.alibaba.druid.proxy.jdbc

Examples of com.alibaba.druid.proxy.jdbc.CallableStatementProxyImpl.cancel()


        cstmt.setRowId(1, null);
        cstmt.setUnicodeStream(1, null, 0);

        cstmt.getClob(1);
        cstmt.getClob("1");
        cstmt.cancel();

        cstmt.getResultSet();
    }

    private static final class FakeCallableStatement extends CallableStatementProxyImpl {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.