代码搜索:Transaction

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

代码结果 6,361
www.eeworm.com/read/347649/3164356

java transaction.java

class Transaction { // Transaction types public static final int DEBIT = 0; public static final int CREDIT = 1; public static String[] types = {"Debit","Credit"}; // Constructor p
www.eeworm.com/read/347649/3164361

java transaction.java

class Transaction { // Transaction types public static final int DEBIT = 0; public static final int CREDIT = 1; public static String[] types = {"Debit","Credit"}; // Constructor p
www.eeworm.com/read/347649/3164366

java transaction.java

class Transaction { // Transaction types public static final int DEBIT = 0; public static final int CREDIT = 1; public static String[] types = {"Debit","Credit"}; // Constructor p
www.eeworm.com/read/347641/3165001

java transaction.java

/* Copyright (c) 2001 - 2007 TOPP - www.openplans.org. All rights reserved. * This code is licensed under the GPL 2.0 license, availible at the root * application directory. */ package org.geos
www.eeworm.com/read/347641/3165634

txt transaction.txt

www.eeworm.com/read/345154/3201847

java transaction.java

package book.database; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.SQLException; import java.sql.Statement; /** * 判断数据库是否支持事务,如果支持,如何实现事务的提交与回滚。 * MySQL中
www.eeworm.com/read/344149/3212100

java transaction.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Oracle Corporation. All rights reserved. * * $Id: Transaction.java,v 12.4 2006/08/24 14:46:09 bostic Exp
www.eeworm.com/read/343313/3221382

java transaction.java

//$Id: Transaction.java,v 1.5.2.2 2003/09/29 12:06:30 oneovthafew Exp $ package net.sf.hibernate.odmg; import org.odmg.LockNotGrantedException; import org.odmg.ODMGException; import org.odmg.ODMGRunt
www.eeworm.com/read/343313/3221412

java transaction.java

//$Id: Transaction.java,v 1.6.2.1 2003/08/09 11:24:46 turin42 Exp $ package net.sf.hibernate; /** * Allows the application to define units of work, while * maintaining abstraction from the underlyi
www.eeworm.com/read/340665/3282271

java transaction.java

/* Transaction.java -- Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under