{
  "synLogic": "int $ret \u003d $api($1);",
  "help": "This API is used to free the statement handle allocated using ns_db_alloc_stmt_handle API.",
  "notes": "",
  "returns": "This api returns '0' on success and '-1' on failure.",
  "arguments": "\u003ctable class\u003d\"newGuiTable\"  style\u003d\"width:100%\" \u003e 	\u003ctr\u003e 		\u003cth\u003e Argument \u003c/th\u003e     		\u003cth\u003e Description \u003c/th\u003e     	\u003c/tr\u003e 	\u003ctr\u003e    		\u003ctd\u003e stmt \u003c/td\u003e     		\u003ctd\u003e Statement handle returned by ns_db_alloc_stmt_handle \u003c/td\u003e     	\u003c/tr\u003e  \u003c/table\u003e",
  "parameterization": "",
  "name": "ns_db_free_stmt",
  "syntax": "int ns_db_free_stmt(void *stmt)",
  "javaSyntax": "",
  "cEx": "if(ns_db_free_stmt(stmt) \u003d\u003d -1)\n{\n  handle_error();\n}",
  "javaEx": "",
  "insertStrC": "ns_db_free_stmt(void *stmt);",
  "insertStrJava": "",
  "description": "The ns_db_free_stmt API is used to free the statement handle allocated using ns_db_alloc_stmt_handle() API.",
  "component" : [
	 {
      "id": "$1",
      "type": "TextField",
      "label": "Statement",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter statement",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      }
    }
  ]
}
