Changes for page 01 Lua Functions

Last modified by Devin Chen on 2025/09/24 15:40

From version 3.1
edited by Devin Chen
on 2025/09/24 15:40
Change comment: There is no comment for this version
To version 2.1
edited by Devin Chen
on 2025/09/24 15:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1780,14 +1780,16 @@
1780 1780  end
1781 1781  {{/code}}
1782 1782  
1783 -= **11 MySQL database operation** =
1783 += **11 MySQL database operation** =
1784 1784  
1785 1785  == **luaMySql.init(string sourcename, string username, string password, string host, number port, string character)** ==
1786 1786  
1787 +
1787 1787  **Function:** Configure database connection parameters
1788 1788  
1789 1789  **Parameters:**
1790 1790  
1792 +
1791 1791  sourcename: Database name
1792 1792  
1793 1793  username: Connection username
... ... @@ -1812,6 +1812,7 @@
1812 1812  
1813 1813  **Parameters:**
1814 1814  
1817 +
1815 1815  statement: The given SQL statement
1816 1816  
1817 1817  **Returns:**
... ... @@ -1826,6 +1826,7 @@
1826 1826  
1827 1827  **Parameters:**
1828 1828  
1832 +
1829 1829  statement: The given SQL statement
1830 1830  
1831 1831  **Returns:**