#include "otl_utils.hpp"
Include dependency graph for otl_utils.cpp:
Go to the source code of this file.
Functions | |
BEGIN_XDFLENGINE_NS otl_stream * | OTL_openDataStream (const char *p_pszSQLStatement, otl_connect *p_pConnection, unsigned int p_uiBufSize) |
void | OTL_releaseDataStream (otl_stream *p_pOTLStream) |
void | OTL_insertInVar (otl_stream *p_pOTLStream, int p_intOTLType, const char *p_pszVarValue) |
char * | OTL_getColumBindType (const char *p_pszFieldDBSpec, unsigned int p_uiSQLSyntax) |
char * | OTL_getColumnDDL (const char *p_pszFieldDBSpec, unsigned int p_uiSQLSyntax) |
|
Definition at line 197 of file otl_utils.cpp. References concatCharBuffer(), copyCharBuffer(), DEBUG_IN, DEBUG_OUT, releaseCharBuffer(), and THROW_XMLFLOW_EXCEPTION. Referenced by DBOBJSetStreamer::getFieldBindVar(). |
|
Definition at line 326 of file otl_utils.cpp. References concatCharBuffer(), copyCharBuffer(), DEBUG_IN, DEBUG_OUT, SQL_SYNTAX_DB2, SQL_SYNTAX_MSSQL, SQL_SYNTAX_ORA, and THROW_XMLFLOW_EXCEPTION. Referenced by DDLStreamer::makeNodeDDL(). |
|
Definition at line 100 of file otl_utils.cpp. References DEBUG_IN, DEBUG_OUT, releaseCharBuffer(), and replaceInCharBuffer(). Referenced by DBOBJSetStreamer::sendRecordToDB(). |
|
Definition at line 48 of file otl_utils.cpp. References DEBUG_ECHO, DEBUG_IN, DEBUG_OUT, and OTL_releaseDataStream(). Referenced by DBOBJSetStreamer::sendNodeToDB(). |
|
Definition at line 82 of file otl_utils.cpp. References DEBUG_IN, and DEBUG_OUT. Referenced by OTL_openDataStream(), DBOBJSetStreamer::sendNodeToDB(), and DBOBJSetStreamer::~DBOBJSetStreamer(). |