Package web2py :: Package gluon :: Module sql :: Class SQLiteAdapter
[hide private]
[frames] | no frames]

Class SQLiteAdapter

source code

    object --+        
             |        
ConnectionPool --+    
                 |    
       BaseAdapter --+
                     |
                    SQLiteAdapter
Known Subclasses:
JDBCSQLiteAdapter

Instance Methods [hide private]
 
EXTRACT(self, field, what) source code
 
__init__(self, db, uri, pool_size=0, folder=1, db_codec='UTF-8', credential_decoder=<function <lambda> at 0x1220b18>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_truncate(self, table, mode='') source code
 
lastrowid(self, table) source code

Inherited from BaseAdapter: ADD, AGGREGATE, AND, AS, BELONGS, COMMA, CONTAINS, DIV, ENDSWITH, EQ, GE, GT, INVERT, LE, LEFT_JOIN, LIKE, LOWER, LT, MUL, NE, NOT, NOT_NULL, ON, OR, PRIMARY_KEY, RANDOM, STARTSWITH, SUB, SUBSTRING, UPPER, alias, bulk_insert, commit, commit_prepared, concat_add, constraint_name, count, create_sequence_and_triggers, create_table, delete, distributed_transaction_begin, drop, execute, expand, file_close, file_delete, file_exists, file_open, get_table, insert, integrity_error_class, log_execute, migrate_table, parse, prepare, represent, represent_exceptions, rollback, rollback_prepared, rowslice, select, select_limitby, sequence_name, tables, trigger_name, truncate, update

Inherited from BaseAdapter (private): _count, _delete, _drop, _insert, _select, _update

Inherited from ConnectionPool: find_or_make_work_folder, pool_connection

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
web2py_extract(lookup, s) source code

Inherited from ConnectionPool: close_all_instances, set_folder

Class Variables [hide private]

Inherited from BaseAdapter: commit_on_alter_table, support_distributed_transaction, types, uploads_in_blob

Inherited from ConnectionPool: pools

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

EXTRACT(self, field, what)

source code 
Overrides: BaseAdapter.EXTRACT

__init__(self, db, uri, pool_size=0, folder=1, db_codec='UTF-8', credential_decoder=<function <lambda> at 0x1220b18>)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: BaseAdapter.__init__

_truncate(self, table, mode='')

source code 
Overrides: BaseAdapter._truncate

lastrowid(self, table)

source code 
Overrides: BaseAdapter.lastrowid