#include <rvc/dbtable.h>
Inheritance diagram for RVC::DBTABLE::LINKPARMS:

Public Types | |
| enum | LINKFLAG { LINKFLAG_None = 0, LINKFLAG_KeepPassword = 0x00800000 } |
Public Member Functions | |
| CHAR_ENCODING | GetEncoding () const |
| DBTABLE::LINKTYPE | GetLinkType () const |
| virtual | ~LINKPARMS () |
Protected Member Functions | |
| LINKPARMS (const MISTRING &LinkString, DBTABLE::LINKTYPE LinkType, CHAR_ENCODING Encoding, LINKFLAG LinkFlag=LINKFLAG_None, char Delimiter= ',') | |
Definition at line 1611 of file dbtable.h.
|
|
Link flags, currently for ODBC only.
|
|
|
Destructor.
|
|
||||||||||||||||||||||||
|
|
|
|
Get the encoding of the external table.
|
|
|
Get the type of external link.
|
1.3.8-20040913