Jiri Cincura ↹
c382343143
Fix typo in example. ( #7100 )
2022-01-14 10:57:46 -03:00
Adriano dos Santos Fernandes
9772a398af
Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. ( #7088 )
...
Add FB_DLL_EXPORT to public headers.
Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-26 11:35:16 -03:00
AlexPeshkoff
33caf198dd
Implemented #6959 : IBatch::getInfo()
2021-09-10 17:18:48 +03:00
Adriano dos Santos Fernandes
88d6baa2f5
Fix error in batch example.
2021-08-19 21:14:18 -03:00
Adriano dos Santos Fernandes
936e045d50
Set POSIX build to use C++17.
2021-06-08 14:59:02 -03:00
AlexPeshkoff
054431fce7
Implemented Batch::cancel() over the wire
2021-05-05 13:24:33 +03:00
AlexPeshkoff
d46b5182b2
Added dedicated method to close Batch interface with errors check
2021-05-04 14:20:32 +03:00
AlexPeshkoff
ebaf7d4dc9
This include is not needed any more
2021-01-08 17:44:25 +03:00
AlexPeshkoff
d9a6fa2aaa
Fixed sample
2020-08-13 16:05:08 +03:00
31ca307fc8
Add makefile to build the OO API examples
2020-08-12 15:42:39 +02:00
Alex Peshkoff
a9cef6d9ae
Implemented CORE-6320: Replace Util methods to get interface pointer by legacy handle with plain functions
2020-05-29 15:44:54 +03:00
AlexPeshkoff
5d041851a0
Misc comment
2020-04-15 19:32:08 +03:00
AlexPeshkoff
4dffa04237
Added sample of changing returned by engine metadata and using changed metadata in Statement::execute()
2020-04-15 19:29:55 +03:00
AlexPeshkoff
92fbd23039
Fixed example - thanks to DS
2020-02-25 09:02:24 +03:00
Adriano dos Santos Fernandes
fce84939b7
Revert events example to usable version.
2019-11-07 12:56:21 -03:00
Adriano dos Santos Fernandes
79de456a5b
Fix example.
2019-03-07 22:18:19 -03:00
Adriano dos Santos Fernandes
d936c74cdd
Misc.
2019-01-05 18:47:04 -02:00
AlexPeshkoff
a676d61b72
Improved batch example and interfaces documentation
2018-12-10 17:42:22 +03:00
Alex Peshkoff
e306caff9b
Make it possible to use batch interface from ISC API based applications
2018-09-28 18:51:15 +03:00
Alexander Peshkov
f53c23c17a
New interface Batch helping to efficiently implement JDBC prepared statement batches ( #99 )
...
Batch interface implementation
2017-10-23 17:10:49 +03:00
1b8b7d37f5
Enhanced support of decimal float numbers in the client: use better names for SQL_ constants, added interfaces supporting access to decimal float fields in native format, use them in isql instead direct library access, added decimal float support in messages and a sample of it
2017-04-04 13:00:27 +03:00
10a4cded1a
Frontported fix for CORE-5355: XpbBuilder fails to create new TPB
2016-09-22 14:55:20 +03:00
de283bb77b
Misc comments - thanks to Dmitry Sibiryakov
2016-06-09 12:48:52 +03:00
Adriano dos Santos Fernandes
c07101e929
Misc.
2016-06-08 21:50:01 -03:00
5d6030db2e
Make example 01 built on Windows. Add example of backup ( #33 )
2016-06-02 13:43:14 +03:00
Adriano dos Santos Fernandes
ede09bf269
Misc.
2016-04-03 16:26:11 -03:00
a0bf23492e
Added services example
2016-04-01 16:02:18 +03:00
c133e0db89
Little example fix
2016-04-01 15:54:56 +03:00
f92f2a1b09
Implemented CORE-5176: Add interface replacing isc_event_block() and isc_event_counts() functions
2016-03-28 21:10:01 +03:00
69e6c4c07f
Fixed docs - thanks to Adriano
2016-03-28 12:02:47 +03:00
260fc675dc
Added sample of using blobs
2016-03-23 17:04:30 +03:00
1c548a533c
Updated samples, added sample 6
2016-03-18 18:29:25 +03:00
alexpeshkoff
0e32c78489
Fixed CORE-5134: Samples of dbcrypt-related plugins contain references to internal files
2016-03-11 15:11:04 +00:00
alexpeshkoff
2e04326709
Misc changes in example
2016-02-23 16:53:32 +00:00
alexpeshkoff
081bbb72d8
comment
2016-02-01 16:13:29 +00:00
asfernandes
0e228836a8
Correction.
2016-01-30 23:40:20 +00:00
alexpeshkoff
ffa487a1bc
Implemented CORE-5083: Provide method to correcty set offsets in implemented by user IMessageMetadata
2016-01-25 18:34:27 +00:00
asfernandes
c2a0ec08c0
Missing dispose.
2016-01-17 01:14:51 +00:00
alexpeshkoff
474538c7ff
Added support for using pascal to access OO API
2015-12-21 17:01:26 +00:00
alexpeshkoff
f001ede048
Update samples - use IUtil and IXpbBuilder
...
Avoid plain isc_ calls
2015-11-05 17:15:10 +00:00
robocop
939feab036
Misc.
2015-03-13 15:26:22 +00:00
alexpeshkoff
adee7ab4b6
Fixed error handlig in test
2015-02-27 15:59:11 +00:00
alexpeshkoff
88f3e7e266
misc
2015-02-27 15:42:53 +00:00
asfernandes
9ece682387
Misc.
2015-02-14 18:55:00 +00:00
alexpeshkoff
9e627f3c64
Bring examples up-to-date, use ThrowStatusWrapper in them
2015-02-10 13:32:03 +00:00
asfernandes
d8a0ff5f4b
Generate interfaces with I-prefix.
2014-12-19 15:24:44 +00:00
alexpeshkoff
88925cd92a
Changed struct DtcStart to interface. Make external programs build again with minimum changes.
2014-12-18 16:54:44 +00:00
asfernandes
c642ddca82
Misc.
2014-10-12 02:25:02 +00:00
alexpeshkoff
153de0f271
Language independent API
2014-09-29 11:03:47 +00:00
alexpeshkoff
d513daa574
Divide IStatus information into 3 parts: errors, warnings and completion code.
...
Errors and warnings are processed in IStatus independently. Completion code
is moved away from IStatus and returned directly by appropriate functions.
Replaced isSuccess() with more generic function getStatus(), which sets
appropriate bits in returned value when errors/warnings are present.
Also use same style when returning bytes' array and it's length in different
interfaces.
2014-08-27 09:24:30 +00:00