代码搜索:Transaction

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

代码结果 6,361
www.eeworm.com/read/318768/3563232

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/316872/3605619

c transaction.c

/* * linux/fs/jbd2/transaction.c * * Written by Stephen C. Tweedie , 1998 * * Copyright 1998 Red Hat corp --- All Rights Reserved * * This file is part of the Linux kernel and i
www.eeworm.com/read/316872/3605626

c transaction.c

/* * linux/fs/jbd/transaction.c * * Written by Stephen C. Tweedie , 1998 * * Copyright 1998 Red Hat corp --- All Rights Reserved * * This file is part of the Linux kernel and is
www.eeworm.com/read/316062/3613160

cpp transaction.cpp

// Transaction.cpp: implementation of the CTransaction class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Office.h" #include "Transac
www.eeworm.com/read/316062/3613194

h transaction.h

// Transaction.h: interface for the CTransaction class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TRANSACTION_H__30EA1A6A_E5B2_413A_9613_C362D84E5
www.eeworm.com/read/314956/3626559

java transaction.java

/* This file is part of Peers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Softw
www.eeworm.com/read/314660/3630826

java transaction.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002,2007 Oracle. All rights reserved. * * $Id: Transaction.java,v 12.7 2007/05/17 15:15:41 bostic Exp $ */ package
www.eeworm.com/read/308330/3717422

java transaction.java

package com.briup.common.transaction; public interface Transaction { void beginTransaction(); void commit(); void rollback(); }
www.eeworm.com/read/306838/3733790

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/306838/3733820

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