📄 commonib.pas
字号:
{***************************************************************}
{ FIBPlus - component library for direct access to Firebird and }
{ InterBase databases }
{ }
{ FIBPlus is based in part on the product }
{ Free IB Components, written by Gregory H. Deatz for }
{ Hoagland, Longo, Moran, Dunst & Doukas Company. }
{ mailto:gdeatz@hlmdd.com }
{ }
{ Copyright (c) 1998-2007 Devrace Ltd. }
{ Written by Serge Buzadzhy (buzz@devrace.com) }
{ }
{ ------------------------------------------------------------- }
{ FIBPlus home page: http://www.fibplus.com/ }
{ FIBPlus support : http://www.devrace.com/support/ }
{ ------------------------------------------------------------- }
{ }
{ Please see the file License.txt for full license information }
{***************************************************************}
unit Commonib;
interface
{$I FIBPlus.inc}
uses
{$IFDEF WINDOWS}
Windows, Classes, SysUtils, FIBQuery,FIBDatabase,pFIBQuery;
{$ENDIF}
{$IFDEF LINUX}
Types, Classes, SysUtils, FIBQuery,FIBDatabase,pFIBQuery,ibase;
{$ENDIF}
const
ibftSmallInt = 7;
ibftInteger = 8;
ibftQuad = 9;
ibftFloat = 10;
ibftD_Float = 11;
ibftDate = 12; // IB 6.0
ibftTime = 13; // IB 6.0
ibftChar = 14;
ibftInt64 = 16; // IB 6.0
ibftDouble = 27;
ibftDateTime = 35;
ibftTimeStamp = 35;
ibftVarChar = 37;
ibftCString = 40;
ibftBlob = 261;
{---- Please!!!! Dont write in Russian!!! 泽黻鲨
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -