jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

Native OO API implementations

Open vasiliy-yashkov opened this issue 6 years ago • 1 comments

New OO API interfaces implementations and tests for them. Classes are in a separate package org.firebirdsql.nativeoo.gds.ng by analogy with existing JNA implementations. Some batch interfaces (FbBatch, etc.) have been added to the wire layer and can be used for wire implementations. Connection through new interfaces is carried out through its own protocols: jdbc:firebirdsql:fboo: [embedded:|locale:|native:]. Interface FbInterface extends FbClientLibrary, while the library has only the definition of the interface IMaster. FbInterface was generated by modified cloop.

vasiliy-yashkov avatar Oct 29 '18 14:10 vasiliy-yashkov

Thanks, as I mentioned on the mailing list, I'll try to review it this weekend.

mrotteveel avatar Oct 29 '18 19:10 mrotteveel