Example usage for java.sql Statement interface-usage

List of usage examples for java.sql Statement interface-usage

Introduction

In this page you can find the example usage for java.sql Statement interface-usage.

Usage

From source file org.apache.hive.jdbc.HiveStatement.java

/**
 * HiveStatement.
 *
 */
public class HiveStatement implements java.sql.Statement {
    public static final Logger LOG = LoggerFactory.getLogger(HiveStatement.class.getName());

From source file org.kawanfw.sql.jdbc.StatementHttp.java

/**
 * Creates and handle a Statement Cache. <br>
 * It works exactly as a "normal" Statement, try to get the ResultSet in Java
 * memory when they are cache, instead of executing them in the JDBC/SQL space
 * area.
 *