Package orm2 :: Module datatypes :: Class Long
[hide private]
[frames] | no frames]

Class Long

source code

object --+        
         |        
  property --+    
             |    
      datatype --+
                 |
                Long

dbclass property for INTEGER SQL columns.

Nested Classes [hide private]
  python_class
long(x[, base]) -> integer
  sql_literal_class
Python 2.3 still makes a difference between long and int, so I need to classes here.

Instance Methods [hide private]

Inherited from datatype: __convert__, __delete__, __get__, __init__, __init_dbclass__, __select_after_insert__, __select_this_column__, __set__, __set_from_result__, __setattr__, add_widget, check_dbobj, data_attribute_name, isset, sql_literal, widget_specs

Inherited from property: __getattribute__, __new__

Inherited from object: __delattr__, __hash__, __reduce__, __reduce_ex__, __repr__, __str__


Class Variables [hide private]

Inherited from property: fdel, fget, fset


Properties [hide private]

Inherited from object: __class__