代码搜索:Transaction

找到约 6,361 项符合「Transaction」的源代码

代码结果 6,361
www.eeworm.com/read/333505/12678232

html soln-transaction.html

www.eeworm.com/read/323959/13304955

pas transaction_unit.pas

unit Transaction_Unit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, DBCtrls, Buttons, Grids, DBGrids, ExtCtrls; typ
www.eeworm.com/read/323959/13304994

dfm transaction_unit.dfm

object frmTransaction: TfrmTransaction Left = 213 Top = 129 Width = 687 Height = 540 Caption = #24448#26469#20449#24687#31649#29702 Color = clBtnFace Font.Charset = ANSI_CHARSET
www.eeworm.com/read/323119/13352418

result ndb_transaction.result

DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7; drop database if exists mysqltest; CREATE TABLE t1 ( pk1 INT NOT NULL PRIMARY KEY, attr1 INT NOT NULL ) ENGINE=ndbcluster; begin; insert into t1 values(1,1);