代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/167133/5467331
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
www.eeworm.com/read/165570/5481482
java transaction.java
package Accounts;
import dslib.base.FormatUos;
/** This class saves the details of a command for monthly statements
and to permit audits.*/
public class Transaction
{
/** The amount of mon
www.eeworm.com/read/163987/5500326
pas transaction.pas
{******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
Contributor(s):
You may ret
www.eeworm.com/read/163959/5505088
java transaction.java
//$Id: Transaction.java,v 1.1 2005/03/29 03:06:25 oneovthafew Exp $
package org.hibernate.test.cut;
/**
* @author Gavin King
*/
public class Transaction {
private Long id;
private Strin
www.eeworm.com/read/162634/5515082
java transaction.java
/* Copyright (c) 1995-2000, The Hypersonic SQL Group.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/347831/3162236
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/347649/3164335
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/3164340
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/3164345
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/3164350
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