代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/124931/6035376
~pas u_operator.~pas
unit u_operator;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, DBCtrls, Mask, Grids, DBGrids;
type
TF_operator = class(
www.eeworm.com/read/120487/6072389
c pg_operator.c
/*-------------------------------------------------------------------------
*
* pg_operator.c
* routines to support manipulation of the pg_operator relation
*
* Portions Copyright (c) 1996-2003
www.eeworm.com/read/120487/6072945
h pg_operator.h
/*-------------------------------------------------------------------------
*
* pg_operator.h
* definition of the system "operator" relation (pg_operator)
* along with the relation's initial c
www.eeworm.com/read/120487/6073464
out create_operator.out
--
-- CREATE_OPERATOR
--
CREATE OPERATOR ## (
leftarg = path,
rightarg = path,
procedure = path_inter,
commutator = ##
);
CREATE OPERATOR
www.eeworm.com/read/120487/6073552
sql create_operator.sql
--
-- CREATE_OPERATOR
--
CREATE OPERATOR ## (
leftarg = path,
rightarg = path,
procedure = path_inter,
commutator = ##
);
CREATE OPERATOR
www.eeworm.com/read/104135/6207526
pas sys_operator.pas
unit Sys_Operator;
Interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Base_Outer, ExtPrintReport, Db, ActnList, AdODB, Grids, DBGridEh,
StdCtrls, E
www.eeworm.com/read/104135/6207545
dfm sys_operator.dfm
inherited Frm_Sys_Operator: TFrm_Sys_Operator
Left = 319
Top = 79
Caption = #31995#32479#29992#25143
ClientHeight = 573
ClientWidth = 766
PixelsPerInch = 96
TextHeight = 12
inh
www.eeworm.com/read/100285/6270730
sgml create_operator.sgml
CREATE OPERATOR
SQL - Language Statements
CR