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

Module datatypes

source code

Classes [hide private]
  Boolean
  Float
dbclass property for FLOAT and DOUBLE (etc) SQL columns.
  Long
dbclass property for INTEGER SQL columns.
  _inside_method
  boolean
  char
dbclass property for string values with a fixed (maximum-)length.
  common_serial
The common_serial datatype is an primary key integer column whoes value is supplied by the backend using its default mechanism.
  datatype
This class encapsulates a dbclass' property (=attribute).
  date
date (resolution of one day)
  datetime
Date and time without a timezone.
  datetime_base
This is the baseclass for datetime, date, and time.
  delayed
This is a pseudy-datatype that takes an actual datatype as argument.
  expression
Insert an arbitrary SQL expression into the SQL query.
  integer
dbclass property for INTEGER SQL columns.
  property_group
This datatype will manage several columns of the same datatype that follow a naming convention.
  real
dbclass property for FLOAT and DOUBLE (etc) SQL columns.
  string
dbclass property for TEXT etc.
  text
dbclass property for TEXT etc.
  time
Time of day, 00:00:00 to 23:59:59 The resolution of the time class is limited to one second.
  varchar
dbclass property for string values with a fixed (maximum-)length.
  wrapper
This is the base class for those datatype that are 'wrappers' for regular datatypes.

Variables [hide private]
  DateTimeDeltaType
  DateTimeType

Variables Details [hide private]

DateTimeDeltaType

None
Value:
<type 'DateTimeDelta'>                                                 
      

DateTimeType

None
Value:
<type 'DateTime'>