Files
harbour-core/contrib/hbodbc/hbodbc.hbx
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

65 lines
1.7 KiB
Plaintext

/* --------------------------------------------------------------------
* NOTE: You can add manual override which functions to include or
* exclude from automatically generated EXTERNAL/DYNAMIC list.
* Syntax: // HB_FUNC_INCLUDE <func>
* // HB_FUNC_EXCLUDE <func>
*/
/* --------------------------------------------------------------------
* WARNING: Automatically generated code below. DO NOT EDIT! (except casing)
* Regenerate using hbmk2 '-hbx=' option.
*/
#ifndef __HBEXTERN_CH__HBODBC__
#define __HBEXTERN_CH__HBODBC__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBODBC__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBODBC__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBODBC__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC BrowseODBC
DYNAMIC hb_odbcNumSetLen
DYNAMIC hb_odbcSToD
DYNAMIC hb_odbcVer
DYNAMIC SQLAllocConnect
DYNAMIC SQLAllocEnv
DYNAMIC SQLAllocStmt
DYNAMIC SQLColAttribute
DYNAMIC SQLCommit
DYNAMIC SQLConnect
DYNAMIC SQLDescribeCol
DYNAMIC SQLDisconnect
DYNAMIC SQLDriverConnect
DYNAMIC SQLError
DYNAMIC SQLExecDirect
DYNAMIC SQLExecute
DYNAMIC SQLFetch
DYNAMIC SQLFetchScroll
DYNAMIC SQLFreeConnect
DYNAMIC SQLFreeEnv
DYNAMIC SQLFreeStmt
DYNAMIC SQLGetConnectAttr
DYNAMIC SQLGetData
DYNAMIC SQLGetDiagRec
DYNAMIC SQLGetInfo
DYNAMIC SQLGetStmtAttr
DYNAMIC SQLMoreResults
DYNAMIC SQLNumResultCols
DYNAMIC SQLPrepare
DYNAMIC SQLRollback
DYNAMIC SQLRowCount
DYNAMIC SQLSetConnectAttr
DYNAMIC SQLSetStmtAttr
DYNAMIC TODBC
DYNAMIC TODBCField
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBODBC__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif