代码搜索:Transaction

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

代码结果 6,361
www.eeworm.com/read/398634/2375627

test ndb_transaction.test

-- source include/have_ndb.inc -- source include/not_embedded.inc --disable_warnings DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7; drop database if exists mysqltest; --enable_warnings # # Transactionc
www.eeworm.com/read/387667/2557002

7 start_transaction.7

.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $ .TH "START TRANSACTION" "" "2008-01-03" "SQL - Language Statements" "SQL Commands" .SH NAME START TRANSACTION \- start a transaction block
www.eeworm.com/read/387667/2557040

7 set_transaction.7

.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $ .TH "SET TRANSACTION" "" "2008-01-03" "SQL - Language Statements" "SQL Commands" .SH NAME SET TRANSACTION \- set the characteristics of the
www.eeworm.com/read/387667/2557074

7 prepare_transaction.7

.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $ .TH "PREPARE TRANSACTION" "" "2008-01-03" "SQL - Language Statements" "SQL Commands" .SH NAME PREPARE TRANSACTION \- prepare the current tr
www.eeworm.com/read/375919/2718895

jsp transaction1.jsp

事务处理程序
www.eeworm.com/read/358128/3004082

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