webmcp

diff libraries/mondelefant/mondelefant_native.autodoc.lua @ 417:03f4f905a41a

Renamed "columns" property to "_col"
author jbe
date Sat Jan 09 19:40:04 2016 +0100 (2016-01-09)
parents 046927075270
children 05e56ca2f324
line diff
     1.1 --- a/libraries/mondelefant/mondelefant_native.autodoc.lua	Sat Jan 09 19:29:36 2016 +0100
     1.2 +++ b/libraries/mondelefant/mondelefant_native.autodoc.lua	Sat Jan 09 19:40:04 2016 +0100
     1.3 @@ -333,9 +333,11 @@
     1.4  
     1.5  
     1.6  --[[--
     1.7 -<db_object>.columns  -- proxy table mapping column names to their values
     1.8 +<db_object>._col  -- proxy table mapping column names to their values
     1.9  
    1.10 -This attribute can be used to access column values directly (helpful if <db_class>:document_column is set). Currently pairs(...) and ipairs(...) are not implemented on this proxy table.
    1.11 +This attribute can be used to access column values directly (helpful if <db_class>:document_column is set).
    1.12 +
    1.13 +NOTE: Neither pairs(...) nor ipairs(...) are implemented on this proxy table. Use <db_object>._column_info instead.
    1.14  
    1.15  --]]--
    1.16  -- implemented in mondelefant_native.c as

Impressum / About Us