Package web2py :: Package gluon :: Module dal2 :: 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, SELECT_LIMITBY, __init__, create_sequence_and_triggers, integrity_error_class, lastrowid

Inherited from BaseAdapter: ADD, AGGREGATE, AND, BELONGS, COMMA, COUNT, DELETE, DESC, DIV, DROP, EQ, EXTRACT, GE, GT, INSERT, LE, LIKE, LOWER, LT, MUL, NE, NOT, NOT_NULL, ON, OR, PRIMARY_KEY, SELECT, SUB, SUBSTRING, TRUNCATE, UPDATE, UPPER, VERBATIM, alias, commit, commit_on_alter_table, commit_prepared, concat_add, contraint_name, count, distributed_transaction_begin, execute, expand, log_execute, parse, prepare, represent, represent_exceptions, rollback, rollback_prepared, rowslice, select, support_distributed_transaction, tables

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_thread_folder

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

Inherited from ConnectionPool (private): _connection_pools, _folders, _instances

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',
...