|
| | ~xbXBase () |
| | Destructor. More...
|
| |
| | xbXBase () |
| | Constructor. More...
|
| |
| xbShort | AddDbfToDbfList (xbDbf *d, const char *DatabaseName) |
| | Add dbf to dbf list. More...
|
| |
| xbDbf * | GetDbfPtr (const char *Name) |
| | Get pointer to named dbf. More...
|
| |
| xbShort | DirectoryExistsInName (const char *Name) |
| | Get offset of last PATH_SEPARATOR in Name. More...
|
| |
| xbShort | GetEndianType (void) |
| |
| void | DisplayError (const xbShort ErrorCode) const |
| | Display description of error code. More...
|
| |
| xbDouble | GetDouble (const char *p) |
| | Get a portable double value. More...
|
| |
| xbLong | GetLong (const char *p) |
| | Get a portable long value. More...
|
| |
| xbULong | GetULong (const char *p) |
| | Get a portable unsigned long value. More...
|
| |
| xbShort | GetShort (const char *p) |
| | Get a portable short value. More...
|
| |
| void | PutLong (char *p, const xbLong l) |
| | Put a portable long value. More...
|
| |
| void | PutShort (char *p, const xbShort s) |
| | Put a portable short value. More...
|
| |
| void | PutULong (char *p, const xbULong l) |
| | Put a portable unsigned long value. More...
|
| |
| void | PutUShort (char *p, const xbUShort s) |
| | Put a portable unsigned short value. More...
|
| |
| void | PutDouble (char *p, const xbDouble d) |
| | Put a portable double value. More...
|
| |
| xbShort | RemoveDbfFromDbfList (xbDbf *) |
| | Remove dbf from dbf list. More...
|
| |
| | xbDate () |
| | Short description. More...
|
| |
| | xbDate (const char *Date8) |
| | Short description. More...
|
| |
| | xbDate (const xbString &Date8) |
| | Short description. More...
|
| |
| const xbString & | GetDate () const |
| | Short description. More...
|
| |
| xbString & | GetDate () |
| | Short description. More...
|
| |
| const xbString & | GetFormattedDate () const |
| | Short description. More...
|
| |
| xbString & | GetFormattedDate () |
| | Short description. More...
|
| |
| int | SetDate (const char *Date8) |
| | Short description. More...
|
| |
| int | SetDate (const xbString &Date8) |
| | Short description. More...
|
| |
| long | JulianDays (const char *Date8) const |
| | Short description. More...
|
| |
| long | JulianDays (const xbString &Date8) const |
| | Short description. More...
|
| |
| long | JulianDays () const |
| | Short description. More...
|
| |
| int | YearOf (const char *Date8) const |
| | Short description. More...
|
| |
| int | YearOf (const xbString &Date8) const |
| | Short description. More...
|
| |
| int | YearOf () const |
| | Short description. More...
|
| |
| int | MonthOf (const char *Date8) const |
| | Short description. More...
|
| |
| int | MonthOf (const xbString &Date8) const |
| | Short description. More...
|
| |
| int | MonthOf () const |
| | Short description. More...
|
| |
| int | DayOf (int Format, const char *Date8) const |
| | Short description. More...
|
| |
| int | DayOf (int Format, const xbString &Date8) const |
| | Short description. More...
|
| |
| int | DayOf (int Format) const |
| | Short description. More...
|
| |
| int | IsLeapYear (const char *Date8) const |
| | Short description. More...
|
| |
| int | IsLeapYear (const xbString &Date8) const |
| | Short description. More...
|
| |
| int | IsLeapYear () const |
| | Short description. More...
|
| |
| int | DateIsValid (const char *Date8) const |
| | Short description. More...
|
| |
| int | DateIsValid (const xbString &Date8) const |
| | Short description. More...
|
| |
| xbString & | LastDayOfMonth (const char *Date8) |
| | Short description. More...
|
| |
| xbString & | LastDayOfMonth (const xbString &Date8) |
| | Short description. More...
|
| |
| xbString & | LastDayOfMonth () |
| | Short description. More...
|
| |
| xbString & | Sysdate () |
| | Short description. More...
|
| |
| xbString & | JulToDate8 (long) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const char *Format, const char *Date8) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const xbString &Format, const char *Date8) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const char *Format, const xbString &Date8) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const xbString &Format, const xbString &Date8) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const char *Format) |
| | Short description. More...
|
| |
| xbString & | FormatDate (const xbString &Format) |
| | Short description. More...
|
| |
| xbString & | CharDayOf (const char *Date8) |
| | Short description. More...
|
| |
| xbString & | CharDayOf (const xbString &Date8) |
| | Short description. More...
|
| |
| xbString & | CharDayOf () |
| | Short description. More...
|
| |
| xbString & | CharMonthOf (const char *Date8) |
| | Short description. More...
|
| |
| xbString & | CharMonthOf (const xbString &Date8) |
| | Short description. More...
|
| |
| xbString & | CharMonthOf () |
| | Short description. More...
|
| |
| xbString & | operator+= (int) |
| | Short description. More...
|
| |
| xbString & | operator-= (int) |
| | Short description. More...
|
| |
| xbString & | operator++ (int) |
| | Short description. More...
|
| |
| xbString & | operator-- (int) |
| | Short description. More...
|
| |
| xbString & | operator+ (int) |
| | Short description. More...
|
| |
| xbString & | operator- (int) |
| | Short description. More...
|
| |
| long | operator- (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator== (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator!= (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator< (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator> (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator<= (const xbDate &) const |
| | Short description. More...
|
| |
| int | operator>= (const xbDate &) const |
| | Short description. More...
|
| |