This project has retired. For details please refer to its Attic page.
JDBCDriverConfConstants (Lens 2.0.1-beta-incubating API)

org.apache.lens.driver.jdbc
Class JDBCDriverConfConstants

java.lang.Object
  extended by org.apache.lens.driver.jdbc.JDBCDriverConfConstants

public final class JDBCDriverConfConstants
extends Object

The Interface JDBCDriverConfConstants.


Field Summary
static boolean DEFAULT_JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL
           
static String DEFAULT_JDBC_EXPLAIN_KEYWORD
          The Constant DEFAULT_JDBC_EXPLAIN_KEYWORD.
static boolean DEFAULT_JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT
          The Constant DEFAULT_JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT.
static int DEFAULT_JDBC_FETCH_SIZE
           
static String JDBC_CONNECTION_PROVIDER
          The Constant JDBC_CONNECTION_PROVIDER.
static String JDBC_DB_URI
          The Constant JDBC_DB_URI.
static String JDBC_DRIVER_CLASS
          The Constant JDBC_DRIVER_CLASS.
static String JDBC_DRIVER_PFX
          The Constant JDBC_DRIVER_PFX.
static String JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL
           
static String JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT
          The Constant JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT.
static String JDBC_EXPLAIN_KEYWORD_PARAM
          The Constant JDBC_EXPLAIN_KEYWORD_PARAM.
static String JDBC_FETCH_SIZE
           
static String JDBC_GET_CONNECTION_TIMEOUT
          The Constant JDBC_GET_CONNECTION_TIMEOUT.
static int JDBC_GET_CONNECTION_TIMEOUT_DEFAULT
          The Constant JDBC_GET_CONNECTION_TIMEOUT_DEFAULT.
static String JDBC_MAX_STATEMENTS_PER_CONNECTION
          The Constant JDBC_MAX_STATEMENTS_PER_CONNECTION.
static int JDBC_MAX_STATEMENTS_PER_CONNECTION_DEFAULT
          The Constant JDBC_MAX_STATEMENTS_PER_CONNECTION_DEFAULT.
static String JDBC_PASSWORD
          The Constant JDBC_PASSWORD.
static String JDBC_POOL_IDLE_TIME
          The Constant JDBC_POOL_IDLE_TIME.
static int JDBC_POOL_IDLE_TIME_DEFAULT
          The Constant JDBC_POOL_IDLE_TIME_DEFAULT.
static String JDBC_POOL_MAX_SIZE
          The Constant JDBC_POOL_MAX_SIZE.
static int JDBC_POOL_MAX_SIZE_DEFAULT
          The Constant JDBC_POOL_MAX_SIZE_DEFAULT.
static String JDBC_QUERY_REWRITER_CLASS
          The Constant JDBC_QUERY_REWRITER_CLASS.
static String JDBC_USER
          The Constant JDBC_USER.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JDBC_DRIVER_PFX

public static final String JDBC_DRIVER_PFX
The Constant JDBC_DRIVER_PFX.

See Also:
Constant Field Values

JDBC_CONNECTION_PROVIDER

public static final String JDBC_CONNECTION_PROVIDER
The Constant JDBC_CONNECTION_PROVIDER.

See Also:
Constant Field Values

JDBC_QUERY_REWRITER_CLASS

public static final String JDBC_QUERY_REWRITER_CLASS
The Constant JDBC_QUERY_REWRITER_CLASS.

See Also:
Constant Field Values

JDBC_DRIVER_CLASS

public static final String JDBC_DRIVER_CLASS
The Constant JDBC_DRIVER_CLASS.

See Also:
Constant Field Values

JDBC_DB_URI

public static final String JDBC_DB_URI
The Constant JDBC_DB_URI.

See Also:
Constant Field Values

JDBC_USER

public static final String JDBC_USER
The Constant JDBC_USER.

See Also:
Constant Field Values

JDBC_PASSWORD

public static final String JDBC_PASSWORD
The Constant JDBC_PASSWORD.

See Also:
Constant Field Values

JDBC_POOL_MAX_SIZE

public static final String JDBC_POOL_MAX_SIZE
The Constant JDBC_POOL_MAX_SIZE.

See Also:
Constant Field Values

JDBC_POOL_MAX_SIZE_DEFAULT

public static final int JDBC_POOL_MAX_SIZE_DEFAULT
The Constant JDBC_POOL_MAX_SIZE_DEFAULT.

See Also:
Constant Field Values

JDBC_POOL_IDLE_TIME

public static final String JDBC_POOL_IDLE_TIME
The Constant JDBC_POOL_IDLE_TIME.

See Also:
Constant Field Values

JDBC_POOL_IDLE_TIME_DEFAULT

public static final int JDBC_POOL_IDLE_TIME_DEFAULT
The Constant JDBC_POOL_IDLE_TIME_DEFAULT.

See Also:
Constant Field Values

JDBC_MAX_STATEMENTS_PER_CONNECTION

public static final String JDBC_MAX_STATEMENTS_PER_CONNECTION
The Constant JDBC_MAX_STATEMENTS_PER_CONNECTION.

See Also:
Constant Field Values

JDBC_MAX_STATEMENTS_PER_CONNECTION_DEFAULT

public static final int JDBC_MAX_STATEMENTS_PER_CONNECTION_DEFAULT
The Constant JDBC_MAX_STATEMENTS_PER_CONNECTION_DEFAULT.

See Also:
Constant Field Values

JDBC_GET_CONNECTION_TIMEOUT

public static final String JDBC_GET_CONNECTION_TIMEOUT
The Constant JDBC_GET_CONNECTION_TIMEOUT.

See Also:
Constant Field Values

JDBC_GET_CONNECTION_TIMEOUT_DEFAULT

public static final int JDBC_GET_CONNECTION_TIMEOUT_DEFAULT
The Constant JDBC_GET_CONNECTION_TIMEOUT_DEFAULT.

See Also:
Constant Field Values

JDBC_EXPLAIN_KEYWORD_PARAM

public static final String JDBC_EXPLAIN_KEYWORD_PARAM
The Constant JDBC_EXPLAIN_KEYWORD_PARAM.

See Also:
Constant Field Values

DEFAULT_JDBC_EXPLAIN_KEYWORD

public static final String DEFAULT_JDBC_EXPLAIN_KEYWORD
The Constant DEFAULT_JDBC_EXPLAIN_KEYWORD.

See Also:
Constant Field Values

JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT

public static final String JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT
The Constant JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT.

See Also:
Constant Field Values

DEFAULT_JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT

public static final boolean DEFAULT_JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT
The Constant DEFAULT_JDBC_EXPLAIN_KEYWORD_BEFORE_SELECT.

See Also:
Constant Field Values

JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL

public static final String JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL
See Also:
Constant Field Values

DEFAULT_JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL

public static final boolean DEFAULT_JDBC_ENABLE_RESULTSET_STREAMING_RETRIEVAL
See Also:
Constant Field Values

JDBC_FETCH_SIZE

public static final String JDBC_FETCH_SIZE
See Also:
Constant Field Values

DEFAULT_JDBC_FETCH_SIZE

public static final int DEFAULT_JDBC_FETCH_SIZE
See Also:
Constant Field Values


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.