CciSqlExpression* cniSqlCreateStatement( int* returnCode, CciNode* nodeObject, CciChar* dataSourceName, CciSqlTransaction transaction, CciChar* statement);
如果成功,返回 SQL 表达式对象的地址。如果发生错误,则返回零(CCI_NULL_ADDR),并且 returnCode 参数表明错误原因。