commonib.pas
来自「FIBPlus is a component suite intended fo」· PAS 代码 · 共 51 行
PAS
51 行
{***************************************************************}
{ 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 + =
减小字号Ctrl + -
显示快捷键?