ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/fbintf/IB.pas
(Generate patch)

Comparing ibx/trunk/fbintf/IB.pas (file contents):
Revision 87 by tony, Mon Jan 1 11:31:26 2018 UTC vs.
Revision 117 by tony, Mon Jan 22 13:58:11 2018 UTC

# Line 911 | Line 911 | type
911      function GetArrayMetaData(Transaction: ITransaction; tableName, columnName: AnsiString): IArrayMetaData;
912      function GetDBInformation(Requests: array of byte): IDBInformation; overload;
913      function GetDBInformation(Request: byte): IDBInformation; overload;
914 +    function GetConnectString: AnsiString;
915 +    function GetRemoteProtocol: AnsiString;
916 +    function GetODSMajorVersion: integer;
917 +    function GetODSMinorVersion: integer;
918      function HasActivity: boolean;
919  
920      {Character Sets}
921 +    function HasDefaultCharSet: boolean;
922 +    function GetDefaultCharSetID: integer;
923      function GetCharsetName(CharSetID: integer): AnsiString;
924      function CharSetID2CodePage(CharSetID: integer; var CodePage: TSystemCodePage): boolean;
925      function CodePage2CharSetID(CodePage: TSystemCodePage; var CharSetID: integer): boolean;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines