steinm Thu Mar 30 15:55:36 2006 UTC
Modified files: /phpdoc/en/reference/paradox constants.xml Log: - be more precise http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/constants.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/paradox/constants.xml diff -u phpdoc/en/reference/paradox/constants.xml:1.2 phpdoc/en/reference/paradox/constants.xml:1.3 --- phpdoc/en/reference/paradox/constants.xml:1.2 Mon Jun 20 13:48:28 2005 +++ phpdoc/en/reference/paradox/constants.xml Thu Mar 30 15:55:36 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <section id="paradox.constants"> &reftitle.constants; &extension.constants; @@ -22,7 +22,7 @@ </row> <row> <entry>PX_FIELD_DATE</entry> - <entry>Date</entry> + <entry>Date, number of days since 1.1.0000</entry> </row> <row> <entry>PX_FIELD_SHORT</entry> @@ -46,7 +46,7 @@ </row> <row> <entry>PX_FIELD_MEMOBLOB</entry> - <entry>Binary large object (not supported)</entry> + <entry>Binary large object</entry> </row> <row> <entry>PX_FIELD_BLOB</entry> @@ -54,7 +54,7 @@ </row> <row> <entry>PX_FIELD_FMTMEMOBLOB</entry> - <entry>Binary large object (not supported)</entry> + <entry>Binary large object</entry> </row> <row> <entry>PX_FIELD_OLE</entry> @@ -66,11 +66,11 @@ </row> <row> <entry>PX_FIELD_TIME</entry> - <entry>time</entry> + <entry>time, number of milli seconds since midnight</entry> </row> <row> <entry>PX_FIELD_TIMESTAMP</entry> - <entry>timestamp (like the unix timestamp)</entry> + <entry>timestamp, number of milli seconds since 1.1.0000 </entry> </row> <row> <entry>PX_FIELD_AUTOINC</entry> @@ -86,11 +86,11 @@ </row> <row> <entry>PX_KEYTOLOWER</entry> - <entry></entry> + <entry>Turn all field names into lower case</entry> </row> <row> <entry>PX_KEYTOUPPER</entry> - <entry></entry> + <entry>Turn all field names into upper case</entry> </row> </tbody> </tgroup>