org.apache.tools.ant.taskdefs

Class SQLExec.Transaction

Enclosing Class:
SQLExec

public class SQLExec.Transaction
extends java.lang.Object

Contains the definition of a new transaction element. Transactions allow several files or blocks of statements to be executed using the same JDBC connection and commit operation in between.

Method Summary

void
addText(String sql)
void
setSrc(File src)

Method Details

addText

public void addText(String sql)

setSrc

public void setSrc(File src)

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.