代码搜索:Transaction

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

代码结果 6,361
www.eeworm.com/read/277562/4155155

c sip_transaction.c

/* $Id: sip_transaction.c 1319 2007-05-30 04:26:40Z bennylp $ */ /* * Copyright (C) 2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/o
www.eeworm.com/read/427042/1980820

c osip_transaction.c

/* The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-) Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org This library is free software; y
www.eeworm.com/read/426305/1991903

local transaction.cbproj.local

www.eeworm.com/read/426076/1996127

jsp transaction1.jsp

事务处理程序
www.eeworm.com/read/416749/2116843

smarty transaction_history.smarty

{i18n}Document Tr
www.eeworm.com/read/416749/2118399

sql transaction_namespaces.sql

SET FOREIGN_KEY_CHECKS=0; ALTER TABLE `document_transactions` ADD `transaction_namespace` char(255) NOT NULL default 'ktcore.transactions.event'; UPDATE `document_transactions` SET `transaction_name
www.eeworm.com/read/416749/2118645

sql copy_transaction.sql

TRUNCATE `zseq_document_transaction_types_lookup`; INSERT INTO `zseq_document_transaction_types_lookup` SELECT MAX(`id`) FROM `document_transaction_types_lookup`; SELECT @foo:=id + 1 FROM `zseq_docume
www.eeworm.com/read/398634/2375063

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);