Click or drag to resize

TDengineStmtInit Method

init a TAOS_STMT object for later use.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static IntPtr StmtInit(
	IntPtr taos
)

Parameters

taos
Type: SystemIntPtr
a valid taos connection

Return Value

Type: IntPtr
Not NULL returned for success, NULL for failure. And it should be freed with taos_stmt_close.
See Also