SQL::Arguments ArgumentNumber Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/ArgumentNumber Method.xml
Get the sequence number of the named argument. Returns -1 if not found.
SQL::Arguments SetNull Function
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/SetNull Method.xml
Set a value to NULL and (optionally) the usage of the argument.
combine_sql_arguments Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/combine_sql_arguments Function.xml
Add arguments from args2 to args1. If flagPreserveValuesInArgs1 is .t. then a duplicate argument in args2 will not overwrite the existing value in args1.
SQL::Arguments Find Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/Find Method.xml
Find an argument in the SQL::Arguments object.
SQL::Arguments Clear Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/Clear Method.xml
Remove all arguments from the SQL::Arguments object.
SQL::Arguments Remove Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/Remove Method.xml
Remove an argument from the collection.
SQL::Arguments Object - Array
/documentation/pages/Guides/Databases/Arguments/SQL__NAMESPACE__Arguments Object Array.xml
The SQL::Arguments object supports arrays. Here are some examples.
a5_sql_arguments_load Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/a5_sql_arguments_load Function.xml
Load sql::arguments from a string created by a5_sql_arguments_dump().
a5_sql_arguments_dump Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/a5_sql_arguments_dump Function.xml
Dumps data in an sql::arguments object to a string. Can use a5_sql_arguments_load() to load arguments from this string.
argumentsFromJSON Function
/documentation/pages/Ref/Api/Functions/Document Types/JSON Functions/argumentsfromjson().xml
Appends arguments to an argument object from a JSON argument definition