ClumpletWriter.h (Firebird-3.0.2.32703-0.tar.bz2) | : | ClumpletWriter.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 80 | skipping to change at line 80 | |||
// Methods to create new clumplet at current position | // Methods to create new clumplet at current position | |||
void insertInt(UCHAR tag, const SLONG value); | void insertInt(UCHAR tag, const SLONG value); | |||
void insertBigInt(UCHAR tag, const SINT64 value); | void insertBigInt(UCHAR tag, const SINT64 value); | |||
void insertBytes(UCHAR tag, const void* bytes, FB_SIZE_T length); | void insertBytes(UCHAR tag, const void* bytes, FB_SIZE_T length); | |||
void insertString(UCHAR tag, const string& str); | void insertString(UCHAR tag, const string& str); | |||
void insertString(UCHAR tag, const MetaName& str); | void insertString(UCHAR tag, const MetaName& str); | |||
void insertPath(UCHAR tag, const PathName& str); | void insertPath(UCHAR tag, const PathName& str); | |||
void insertString(UCHAR tag, const char* str); | void insertString(UCHAR tag, const char* str); | |||
void insertString(UCHAR tag, const char* str, FB_SIZE_T length); | void insertString(UCHAR tag, const char* str, FB_SIZE_T length); | |||
void insertData(UCHAR tag, const UCharBuffer& data); | ||||
void insertByte(UCHAR tag, const UCHAR byte); | void insertByte(UCHAR tag, const UCHAR byte); | |||
void insertTag(UCHAR tag); | void insertTag(UCHAR tag); | |||
void insertDouble(UCHAR tag, const double value); | void insertDouble(UCHAR tag, const double value); | |||
void insertTimeStamp(UCHAR tag, const ISC_TIMESTAMP value); | void insertTimeStamp(UCHAR tag, const ISC_TIMESTAMP value); | |||
void insertTime(UCHAR tag, ISC_TIME value) { insertInt(tag, value); } | void insertTime(UCHAR tag, ISC_TIME value) { insertInt(tag, value); } | |||
void insertDate(UCHAR tag, ISC_DATE value) { insertInt(tag, value); } | void insertDate(UCHAR tag, ISC_DATE value) { insertInt(tag, value); } | |||
void insertEndMarker(UCHAR tag); | void insertEndMarker(UCHAR tag); | |||
void insertClumplet(const SingleClumplet& clumplet); | void insertClumplet(const SingleClumplet& clumplet); | |||
// Delete currently selected clumplet from buffer | // Delete currently selected clumplet from buffer | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |