Package web2py :: Package gluon :: Module dal :: Class IngresUnicodeAdapter
[hide private]
[frames] | no frames]

Class IngresUnicodeAdapter

source code

    object --+            
             |            
ConnectionPool --+        
                 |        
       BaseAdapter --+    
                     |    
         IngresAdapter --+
                         |
                        IngresUnicodeAdapter

Instance Methods [hide private]

Inherited from IngresAdapter: LEFT_JOIN, RANDOM, __init__, create_sequence_and_triggers, integrity_error_class, lastrowid, select_limitby

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

Inherited from BaseAdapter (private): _count, _delete, _drop, _insert, _select, _truncate, _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]

Inherited from ConnectionPool: close_all_instances, set_folder

Class Variables [hide private]
  types = {'blob': 'BLOB', 'boolean': 'CHAR(1)', 'date': 'ANSIDA...

Inherited from IngresAdapter: driver

Inherited from BaseAdapter: commit_on_alter_table, maxcharlength, support_distributed_transaction, uploads_in_blob

Inherited from ConnectionPool: pools

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

types

Value:
{'blob': 'BLOB',
 'boolean': 'CHAR(1)',
 'date': 'ANSIDATE',
 'datetime': 'TIMESTAMP WITHOUT TIME ZONE',
 'decimal': 'NUMERIC(%(precision)s,%(scale)s)',
 'double': 'FLOAT8',
 'id': 'integer4 not null unique with default next value for ii***line\
itemsequence',
...