[−][src]Enum libsqlite3_sys::Limit
Run-Time Limit Categories
Variants
SQLITE_LIMIT_LENGTHThe maximum size of any string or BLOB or table row, in bytes.
SQLITE_LIMIT_SQL_LENGTHThe maximum length of an SQL statement, in bytes.
SQLITE_LIMIT_COLUMNThe maximum number of columns in a table definition or in the result set of a SELECT or the maximum number of columns in an index or in an ORDER BY or GROUP BY clause.
SQLITE_LIMIT_EXPR_DEPTHThe maximum depth of the parse tree on any expression.
SQLITE_LIMIT_COMPOUND_SELECTThe maximum number of terms in a compound SELECT statement.
SQLITE_LIMIT_VDBE_OPThe maximum number of instructions in a virtual machine program used to implement an SQL statement.
SQLITE_LIMIT_FUNCTION_ARGThe maximum number of arguments on a function.
SQLITE_LIMIT_ATTACHEDThe maximum number of attached databases.
SQLITE_LIMIT_LIKE_PATTERN_LENGTHThe maximum length of the pattern argument to the LIKE or GLOB operators.
SQLITE_LIMIT_VARIABLE_NUMBERThe maximum index number of any parameter in an SQL statement.
SQLITE_LIMIT_TRIGGER_DEPTHThe maximum depth of recursion for triggers.
SQLITE_LIMIT_WORKER_THREADSThe maximum number of auxiliary worker threads that a single prepared statement may start.
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut T