doc/book/en/12-reference.en.txt
changeset 126 80c65c9f7c41
parent 125 979dbe0cade3
parent 124 451061423290
child 127 ae611743f5c6
child 142 0425ee84cfa6
equal deleted inserted replaced
125:979dbe0cade3 126:80c65c9f7c41
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 API Reference
       
     4 =============
       
     5 
       
     6 Schema API
       
     7 ----------
       
     8 
       
     9 Base Types
       
    10 ~~~~~~~~~~
       
    11 
       
    12 Base types are defined as a set in yams.BASE_TYPES that includes:
       
    13 `String`, `Int`, `Float`, `Boolean`, `Date`, `Time`, `Datetime`,
       
    14 `Interval`, `Password`, `Bytes`.
       
    15 
       
    16 See `yams' API <http://lax.logilab.org/apidoc>`_
       
    17 
       
    18 Constraints
       
    19 ~~~~~~~~~~~
       
    20 
       
    21 Constraints are defined in yams.constraints and include:
       
    22 `UniqueConstraint`, `SizeConstraint`, `RegexpConstraint`,
       
    23 `BoundConstraint`, `IntervalBoundConstraint`,
       
    24 `StaticVocabularyConstraint`, `MultipleStaticVocabularyConstraint`.
       
    25 
       
    26 See `yams' API <http://lax.logilab.org/apidoc>`_
       
    27 
       
    28 Views API
       
    29 ---------
       
    30 
       
    31 See `yams' API <http://lax.logilab.org/apidoc>`_
       
    32 [WRITE ME]
       
    33