Skip to content

Commit 1e658ba

Browse files
committed
Update interface Util documentation
1 parent 7fe9ec1 commit 1e658ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Using_OO_API.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,10 @@ completed at the moment when given timer should alarm.
17441744
- void decodeTimeStampTzEx(Status status, const ISC_TIMESTAMP_TZ_EX* timeStampTz, uint* year, uint* month, uint* day,
17451745
uint* hours, uint* minutes, uint* seconds, uint* fractions, uint timeZoneBufferLength, string timeZoneBuffer) – decode
17461746
timestamp taking extended time zone into an account.
1747+
- Attachment executeCreateDatabase2(Status status, uint stmtLength, const string creatDBstatement, uint dialect,
1748+
uint dpbLength, const uchar* dpb, boolean* stmtIsCreateDb);
1749+
- void convert(Status status, uint sourceType, uint sourceScale, uint sourceLength, const void* source,
1750+
uint targetType, uint targetScale, uint targetLength, void* target);
17471751

17481752
<a name="XpbBuilder"></a> XpbBuilder methods:
17491753

0 commit comments

Comments
 (0)