doc/book/en/D040-api-reference.en.txt
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 29 Apr 2009 11:53:08 +0200
branchtls-sprint
changeset 1539 b0d583d30508
parent 1444 ad182c8e14f7
permissions -rw-r--r--
propagate rtags api change

.. -*- coding: utf-8 -*-

API Reference
=============

Schema API
----------

Base Types
~~~~~~~~~~

Base types are defined as a set in yams.BASE_TYPES that includes:
`String`, `Int`, `Float`, `Boolean`, `Date`, `Time`, `Datetime`,
`Interval`, `Password`, `Bytes`.

See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_

Constraints
~~~~~~~~~~~

Constraints are defined in yams.constraints and include:
`UniqueConstraint`, `SizeConstraint`, `RegexpConstraint`,
`BoundConstraint`, `IntervalBoundConstraint`,
`StaticVocabularyConstraint`, `MultipleStaticVocabularyConstraint`.

See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_

Views API
---------

See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_
[WRITE ME]