User contributions for Ryden
Jump to navigation
Jump to search
14 January 2008
- 19:2619:26, 14 January 2008 diff hist +883 N Modules/MTA-MySQL/mysql field length New page: __NOTOC__ {{ModuleFunction|MTA-MySQL}} Returns the length of a given field in the last retreived row. The offset of the field must be an integer between '''1''' and '''[[Modules/MTA-MySQL/...
- 19:2219:22, 14 January 2008 diff hist +790 N Modules/MTA-MySQL/mysql rows assoc New page: __NOTOC__ {{ModuleFunction|MTA-MySQL}} Creates an iterator for the result associative rows. When this function is called, the row cursor is set to the first result row. ==Syntax== <syntaxhighlight lang="lua">[...
- 18:3418:34, 14 January 2008 diff hist +990 N Modules/MTA-MySQL/mysql fetch assoc New page: __NOTOC__ {{ModuleFunction|MTA-MySQL}} Returns an associative table containing the current row of the last executed query. You can call this function repeatedly to retreive all the result ...
- 18:0418:04, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql null No edit summary
- 18:0418:04, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql free result No edit summary
- 18:0418:04, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql rows No edit summary
- 18:0318:03, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql fetch row No edit summary
- 18:0318:03, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql fetch lengths No edit summary
- 18:0318:03, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql fields No edit summary
- 18:0318:03, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql fetch field No edit summary
- 18:0218:02, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql data seek No edit summary
- 18:0218:02, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql warning count No edit summary
- 18:0218:02, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql stat No edit summary
- 18:0218:02, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql set character set No edit summary
- 18:0218:02, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql unbuffered query No edit summary
- 18:0118:01, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql query No edit summary
- 18:0118:01, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql insert id No edit summary
- 18:0118:01, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql info No edit summary
- 18:0118:01, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql hex string No edit summary
- 18:0018:00, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get server version No edit summary
- 18:0018:00, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get server info No edit summary
- 18:0018:00, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get proto info No edit summary
- 18:0018:00, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get host info No edit summary
- 18:0018:00, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get client version No edit summary
- 17:5917:59, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get client info No edit summary
- 17:5917:59, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql get character set info No edit summary
- 17:5917:59, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql change user No edit summary
- 17:5917:59, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql affected rows No edit summary
- 17:5917:59, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql escape string No edit summary
- 17:5817:58, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql select db No edit summary
- 17:5817:58, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql ping No edit summary
- 17:5817:58, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql error No edit summary
- 17:5817:58, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql errno No edit summary
- 17:5817:58, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql close No edit summary
- 17:5717:57, 14 January 2008 diff hist +29 Modules/MTA-MySQL/mysql connect No edit summary
- 17:2717:27, 14 January 2008 diff hist +50 Template:Modules/MTA-MySQL/Result functions No edit summary current
- 17:2617:26, 14 January 2008 diff hist +715 N Modules/MTA-MySQL/mysql null New page: __NOTOC__ Returns a MySQL null type. MySQL NULL and lua nil are different concepts, and a table row can contain NULL values. In this case, you must check the value comparing it to mysql_nu...
- 17:2317:23, 14 January 2008 diff hist +379 N Modules/MTA-MySQL/mysql free result New page: __NOTOC__ Frees the last query result. This function should be called after every query, specially when these queries return any data. ==Syntax== <syntaxhighlight lang="lua"> mysql_free_result ( MySQLRe...
- 17:2117:21, 14 January 2008 diff hist +713 N Modules/MTA-MySQL/mysql rows New page: __NOTOC__ Creates an iterator for the result rows. When this function is called, the row cursor is set to the first result row. ==Syntax== <syntaxhighlight lang="lua"> iterator mysql_rows ( MySQLResult ...
- 17:1817:18, 14 January 2008 diff hist +930 N Modules/MTA-MySQL/mysql fetch row New page: __NOTOC__ Returns a table containing the current row of the last executed query. You can call this function repeatedly to retreive all the result rows. When there aren't more rows in the r...
- 17:0317:03, 14 January 2008 diff hist +958 N Modules/MTA-MySQL/mysql fetch lengths New page: __NOTOC__ Returns a table containing the length of the values of the last retreived row. If you didn't retreive any row or you are in the end of the result set, it returns nil. ==Syntax==...
- 17:0017:00, 14 January 2008 diff hist +45 Modules/MTA-MySQL/mysql fetch field →Example
- 17:0017:00, 14 January 2008 diff hist +45 Modules/MTA-MySQL/mysql fields →Example
- 16:5416:54, 14 January 2008 diff hist +954 N Modules/MTA-MySQL/mysql fields New page: __NOTOC__ Creates an iterator for the result fields. When this function is called, the field cursor is set to the first field. ==Syntax== <syntaxhighlight lang="lua"> iterator mysql_fields ( MySQLResult...
- 16:4716:47, 14 January 2008 diff hist +2,156 N Modules/MTA-MySQL/mysql fetch field New page: __NOTOC__ Returns a table with information about a field in a query result. You can call repeatedly this function to return all the result fields, and when it reaches the end returns nil. ...
- 15:2515:25, 14 January 2008 diff hist +8 Modules/MTA-MySQL No edit summary
- 15:0015:00, 14 January 2008 diff hist +464 N Modules/MTA-MySQL/mysql data seek New page: __NOTOC__ Sets the row cursor of a result in the given row offset. The offset must be a value between '''1''' and '''mysql_num_rows()'''. ==Syntax== <...
13 January 2008
- 18:2918:29, 13 January 2008 diff hist +326 N Modules/MTA-MySQL/mysql warning count New page: __NOTOC__ Returns the last query number of warnings ==Syntax== <syntaxhighlight lang="lua"> int mysql_warning_count ( MySQLConnection handler ) </syntaxhighlight> ===Required arguments=== * '''handler:''' A valid ...
- 18:2818:28, 13 January 2008 diff hist +369 N Modules/MTA-MySQL/mysql stat New page: __NOTOC__ Returns a string containing information about the MySQL server current status. ==Syntax== <syntaxhighlight lang="lua"> string mysql_stat ( MySQLConnection handler ) </syntaxhighlight> ===Required argumen...
- 18:2618:26, 13 January 2008 diff hist +936 N Modules/MTA-MySQL/mysql set character set New page: __NOTOC__ Changes the character set used for the current MySQL session. ==Syntax== <syntaxhighlight lang="lua"> bool mysql_set_character_set ( MySQLConnection handler, string charset_name ) </syntaxhighlight> ===R...