HomeSort by relevance Sort by last modified time
    Searched refs:notnull (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/python/examples/base/
odb_test.py 80 self.d_addColumn("login",kVarString,200,notnull=1)
81 self.d_addColumn("ext_email",kVarString,200,notnull=1)
82 self.d_addColumn("hashed_pw",kVarString,20,notnull=1)
odb.py 26 # self.d_addColumn("login",kVarString,200,notnull=1)
287 if options.get('notnull', 0): coldef = coldef + " NOT NULL"
554 notnull = 0,indexed=0,
575 if notnull:
576 options['notnull'] = notnull
    [all...]

Completed in 22 milliseconds