代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/144104/12817212
mdb transaction.mdb
www.eeworm.com/read/242360/13011379
cpp transaction.cpp
/*
Copyright (c) 2003, Cornell University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
www.eeworm.com/read/242360/13011402
h transaction.h
/*
Copyright (c) 2003, Cornell University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions a
www.eeworm.com/read/242359/13011496
cc transaction.cc
// Copyright (C) 2003 salvatore orlando
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens
www.eeworm.com/read/242359/13011533
hh transaction.hh
// Copyright (C) 2003 salvatore orlando
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens
www.eeworm.com/read/141331/13021402
java transaction.java
import java.util.Date;
public class Transaction
{
private Date theDate;
private String type ;
private double amount;
private String typeTwo;
public Transaction(Date d,String s,do
www.eeworm.com/read/141331/13021426
java transaction.java
import java.util.Date;
public class Transaction
{
private Date theDate;
private String type ;
private double amount;
private String typeTwo;
public Transaction(Date d,String s,do
www.eeworm.com/read/241632/13128505
mdb transaction.mdb
www.eeworm.com/read/239959/13244133
java transaction.java
package book.database;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
import java.sql.Statement;
/**
* 判断数据库是否支持事务,如果支持,如何实现事务的提交与回滚。
* MySQL中