Metaprogramming#
Evaluate the given metacode. |
|
Create a SQL statement dynamically. |
|
Generate metacode for selecting one or multiple columns with or without calculations. |
|
Use metacode and an optional alias name to define a column. |
|
Dynamically generate a metacode of the SQL delete statement. |
|
Dynamically generate a metacode of the SQL update statement. |
|
Generate metacode from args. |
|
Convert string into metacode, which can be executed by function eval. |
|
Connect X and Y with the binary operator specified in optr to generate metacode of a binary expression. |
|
Connect the operands in objs with the binary operators in optrs to generate metacode of a multivariate expression. |
|
Dynamically execute an operator or a function. |
|
Call a function with the specified parameters to generate a piece of script. |
|
Generate metacode for function call. |