public interface ISqlJetLimits
Modifier and Type | Field and Description |
---|---|
static int |
SQLJET_DEFAULT_CACHE_SIZE
The maximum number of in-memory pages to use for the main database
table and for temporary tables.
|
static int |
SQLJET_DEFAULT_PAGE_SIZE
The default size of a database page.
|
static int |
SQLJET_DEFAULT_TEMP_CACHE_SIZE |
static int |
SQLJET_MAX_ATTACHED
The maximum number of attached databases.
|
static int |
SQLJET_MAX_COLUMN
This is the maximum number of
* Columns in a table
* Columns in an index
* Columns in a view
* Terms in the SET clause of an UPDATE statement
* Terms in the result set of a SELECT statement
* Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
|
static int |
SQLJET_MAX_COMPOUND_SELECT
The maximum number of terms in a compound SELECT statement.
|
static int |
SQLJET_MAX_DEFAULT_PAGE_SIZE
Ordinarily, if no value is explicitly provided, SqlJet creates databases
with page size SQLJET_DEFAULT_PAGE_SIZE.
|
static int |
SQLJET_MAX_EXPR_DEPTH
The maximum depth of an expression tree.
|
static int |
SQLJET_MAX_FILE_FORMAT |
static int |
SQLJET_MAX_FUNCTION_ARG
The maximum number of arguments to an SQL function.
|
static int |
SQLJET_MAX_LENGTH
The maximum length of a TEXT or BLOB in bytes.
|
static int |
SQLJET_MAX_LIKE_PATTERN_LENGTH
Maximum length (in bytes) of the pattern in a LIKE or GLOB
operator.
|
static int |
SQLJET_MAX_PAGE_COUNT
Maximum number of pages in one database file.
|
static int |
SQLJET_MAX_PAGE_SIZE
Maximum page size.
|
static int |
SQLJET_MAX_SQL_LENGTH
The maximum length of a single SQL statement in bytes.
|
static int |
SQLJET_MAX_VARIABLE_NUMBER
The maximum value of a ?nnn wildcard that the parser will accept.
|
static int |
SQLJET_MAX_VDBE_OP
The maximum number of opcodes in a VDBE program.
|
static int |
SQLJET_MIN_FILE_FORMAT |
static int |
SQLJET_MIN_PAGE_SIZE |
static final int SQLJET_MAX_LENGTH
static final int SQLJET_MAX_COLUMN
static final int SQLJET_MAX_SQL_LENGTH
static final int SQLJET_MAX_EXPR_DEPTH
static final int SQLJET_MAX_COMPOUND_SELECT
static final int SQLJET_MAX_VDBE_OP
static final int SQLJET_MAX_FUNCTION_ARG
static final int SQLJET_DEFAULT_CACHE_SIZE
static final int SQLJET_DEFAULT_TEMP_CACHE_SIZE
static final int SQLJET_MAX_ATTACHED
static final int SQLJET_MAX_VARIABLE_NUMBER
static final int SQLJET_MAX_PAGE_SIZE
static final int SQLJET_MIN_PAGE_SIZE
static final int SQLJET_DEFAULT_PAGE_SIZE
static final int SQLJET_MAX_DEFAULT_PAGE_SIZE
static final int SQLJET_MAX_PAGE_COUNT
static final int SQLJET_MAX_LIKE_PATTERN_LENGTH
static final int SQLJET_MIN_FILE_FORMAT
static final int SQLJET_MAX_FILE_FORMAT
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.