web/wdoc/tut_rql_en.rst
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 0 b97547f5f1fa
child 8017 1df3b5e9d010
equal deleted inserted replaced
1397:6cbc7bc8ea6d 1398:5fe84a5f7035
   125 
   125 
   126 * `eid (Int)`, a unique identifier
   126 * `eid (Int)`, a unique identifier
   127 * `creation_date (Datetime)`, date on which the entity has been created
   127 * `creation_date (Datetime)`, date on which the entity has been created
   128 * `modification_date (Datetime)`, lastest date on which the entity has been modified
   128 * `modification_date (Datetime)`, lastest date on which the entity has been modified
   129 
   129 
   130 * `created_by (EUser)`, relation to the user which has created this entity
   130 * `created_by (CWUser)`, relation to the user which has created this entity
   131 
   131 
   132 * `owned_by (EUser)`, relation to the user()s considered as owner of this
   132 * `owned_by (CWUser)`, relation to the user()s considered as owner of this
   133   entity, the entity's creator by default
   133   entity, the entity's creator by default
   134 
   134 
   135 * `is (Eetype)`, special relation to specify a variable type.
   135 * `is (Eetype)`, special relation to specify a variable type.
   136 
   136 
   137 A user's entity has the following schema:
   137 A user's entity has the following schema:
   138 
   138 
   139 :EUser:
   139 :CWUser:
   140   ::
   140   ::
   141 
   141 
   142 	login  	  (String) not null
   142 	login  	  (String) not null
   143 	password  (Password)
   143 	password  (Password)
   144 	firstname (String)
   144 	firstname (String)