Package com.taobao.tddl.common.mockdatasource.param

Examples of com.taobao.tddl.common.mockdatasource.param.ParameterContext


    parameterSettings.put(parameterIndex, new ParameterContext(ParameterMethod.setURL, new Object[] {parameterIndex, x}));
  }

  @Deprecated
  public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException {
    parameterSettings.put(parameterIndex, new ParameterContext(ParameterMethod.setUnicodeStream, new Object[] {parameterIndex, x, length}));
  }
View Full Code Here

TOP

Related Classes of com.taobao.tddl.common.mockdatasource.param.ParameterContext

Copyright © 2018 www.massapicom. 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.