edu.yale.cs.hadoopdb.connector
Interface DBConst


public interface DBConst

Constants and property names used by HadoopDB


Field Summary
static java.lang.String DB_CONFIG_FILE
           
static java.lang.String DB_FETCH_SIZE
           
static java.lang.String DB_RECORD_READER
           
static java.lang.String DB_RELATION_ID
           
static java.lang.String DB_REPLICATION
           
static java.lang.String DB_SQL_QUERY
           
static int SQL_DEFAULT_FETCH_SIZE
          Limits the number of rows fetched from a database at once
static int SQL_STREAMING_FETCH_SIZE
          Required for large datasets in MySQL
 

Field Detail

DB_CONFIG_FILE

static final java.lang.String DB_CONFIG_FILE
See Also:
Constant Field Values

DB_FETCH_SIZE

static final java.lang.String DB_FETCH_SIZE
See Also:
Constant Field Values

DB_RECORD_READER

static final java.lang.String DB_RECORD_READER
See Also:
Constant Field Values

DB_RELATION_ID

static final java.lang.String DB_RELATION_ID
See Also:
Constant Field Values

DB_REPLICATION

static final java.lang.String DB_REPLICATION
See Also:
Constant Field Values

DB_SQL_QUERY

static final java.lang.String DB_SQL_QUERY
See Also:
Constant Field Values

SQL_DEFAULT_FETCH_SIZE

static final int SQL_DEFAULT_FETCH_SIZE
Limits the number of rows fetched from a database at once

See Also:
Constant Field Values

SQL_STREAMING_FETCH_SIZE

static final int SQL_STREAMING_FETCH_SIZE
Required for large datasets in MySQL

See Also:
Constant Field Values