SqlODBC.h
Go to the documentation of this file.
1 #pragma once
2 
37 CA_API UINT __stdcall ODBC_Connect(MSIHANDLE hInstall);
38 
52 CA_API UINT __stdcall ODBC_Execute(MSIHANDLE hInstall);
53 
67 CA_API UINT __stdcall ODBC_Execute_Binary(MSIHANDLE hInstall);
68 
115 CA_API UINT __stdcall ODBC_GetString(MSIHANDLE hInstall);
116 
128 CA_API UINT __stdcall ODBC_GetScalar(MSIHANDLE hInstall);
129 
159 CA_API UINT __stdcall ODBC_GetXml(MSIHANDLE hInstall);
160 
165 CA_API UINT __stdcall Execute_ODBC_Immediate(MSIHANDLE hInstall);
166 
171 CA_API UINT __stdcall Execute_ODBC_Deferred(MSIHANDLE hInstall);
172 
177 CA_API UINT __stdcall DataSource_ODBC_Immediate(MSIHANDLE hInstall);
178 
183 CA_API UINT __stdcall DataSource_ODBC_Deferred(MSIHANDLE hInstall);
CA_API UINT __stdcall ODBC_GetXml(MSIHANDLE hInstall)
Execute a SQL query, return xml data set.
Definition: SqlODBC.cpp:155
CA_API UINT __stdcall ODBC_GetScalar(MSIHANDLE hInstall)
Execute a SQL query, return a scalar.
Definition: SqlODBC.cpp:139
CA_API UINT __stdcall Execute_ODBC_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that executes ODBC statements. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:171
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Execute_ODBC_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that executes ODBC statements. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:279
CA_API UINT __stdcall ODBC_GetString(MSIHANDLE hInstall)
Execute a SQL query, return a string.
Definition: SqlODBC.cpp:121
CA_API UINT __stdcall ODBC_Execute_Binary(MSIHANDLE hInstall)
Execute a SQL file stored as a binary object, no result set.
Definition: SqlODBC.cpp:76
CA_API UINT __stdcall ODBC_Connect(MSIHANDLE hInstall)
Test an ODBC connection.
Definition: SqlODBC.cpp:7
CA_API UINT __stdcall DataSource_ODBC_Deferred(MSIHANDLE hInstall)
Table-driven deferred custom action that manages ODBC datasources. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:487
CA_API UINT __stdcall ODBC_Execute(MSIHANDLE hInstall)
Execute a SQL query, no result set.
Definition: SqlODBC.cpp:35
CA_API UINT __stdcall DataSource_ODBC_Immediate(MSIHANDLE hInstall)
Table-driven immediate custom action that manages ODBC datasources. Use in combination with AppSecInc...
Definition: SqlODBC.cpp:421


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com