class xqlCmdLineIF

This class provides a simple command line interface to the xql engine More...

Definition#include <xql/xqlcmdlineif.h>
InheritsxqlSession [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Methods

Private Members


Detailed Description

This class provides a simple command line interface to the xql engine

 xqlCmdLineIF (xqlOdbc* ptThisOdbc)

xqlCmdLineIF

 ~xqlCmdLineIF ()

~xqlCmdLineIF

void  run ()

run

opens the user interface, waits for input on stdin, executes commands and returns eventually output on stdout.

void  createNewUser (const char * name, const char * passwd)

createNewUser

bool  cmpKeyWord (const char * pString, const char * pKeyWord)

cmpKeyWord

void  readIcon (char * pFileName)

readIcon

void  createStore (const char * server, const char * user, const char * passwd, const char * dir)

createStore

void  importFile (const int pStore, const char * pFile)

importFile

void  exportFile (const xqlid pFileId, const char* pFilename)

exportFile

void  getIcon (xqlid id, char * pFileName)

getIcon

char * par[20]

par[20]

[private]

char * cmd

cmd

[private]

int argc

argc

[private]

void  interprete ()

interprete

[private]

parses the variables cmd, par, for an tries to execute the given cmd

void  echo ()

echo

[private]