List of usage examples for java.sql PreparedStatement interface-usage
From source file org.apache.hive.jdbc.HivePreparedStatement.java
/** * HivePreparedStatement. */ public class HivePreparedStatement implements PreparedStatement { public static final Log LOG = LogFactory.getLog(HivePreparedStatement.class);
From source file com.taobao.tddl.common.mockdatasource.MockPreparedStatement.java
public class MockPreparedStatement extends MockStatement implements PreparedStatement { private static final Log log = LogFactory.getLog(MockPreparedStatement.class); public MockPreparedStatement(String method, MockDataSource mockDataSource, String sql) { super(method, mockDataSource, sql); }
From source file org.kawanfw.sql.jdbc.PreparedStatementHttp.java
/** * Creates and handle a Prepared Statement Http. */ public class PreparedStatementHttp extends StatementHttp implements PreparedStatement {