22#ifdef CMAKE_COMPILER_IS_GNUCC
32class XBDLLEXPORT xbSql :
public xbSsv {
38 xbInt16 ExecuteNonQuery(
const xbString &sCmdLine );
45 xbInt16 SqlAlterTable(
const xbString &sCmdLine );
47 xbInt16 SqlCreateTable(
const xbString &sCmdLine );
49 xbInt16 SqlDelete(
const xbString &sCmdLine );
51 xbInt16 SqlDropTable(
const xbString &sCmdLine );
54 #ifdef XB_INDEX_SUPPORT
55 xbInt16 SqlCreateIndex(
const xbString &sCmdLine );
56 xbInt16 SqlDropIndex(
const xbString &sCmdLine );
65 xbInt16 SqlInsert(
const xbString &sCmLine );
66 xbInt16 SqlSet(
const xbString &sCmdLine );
67 xbInt16 SqlUse(
const xbString &sCmdLine );
Definition: xbdate.cpp:19
class XBDLLEXPORT xbXBase
Definition: xbssv.h:27