📄 dbunittask.html
字号:
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="DbUnitTask()"><!-- --></A><H3>
DbUnitTask</H3>
<PRE>
public <B>DbUnitTask</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="setDriver(java.lang.String)"><!-- --></A><H3>
setDriver</H3>
<PRE>
public void <B>setDriver</B>(java.lang.String driver)</PRE>
<DL>
<DD>Set the JDBC driver to be used.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setUrl(java.lang.String)"><!-- --></A><H3>
setUrl</H3>
<PRE>
public void <B>setUrl</B>(java.lang.String url)</PRE>
<DL>
<DD>Set the DB connection url.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setUserid(java.lang.String)"><!-- --></A><H3>
setUserid</H3>
<PRE>
public void <B>setUserid</B>(java.lang.String userId)</PRE>
<DL>
<DD>Set the user name for the DB connection.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPassword(java.lang.String)"><!-- --></A><H3>
setPassword</H3>
<PRE>
public void <B>setPassword</B>(java.lang.String password)</PRE>
<DL>
<DD>Set the password for the DB connection.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSchema(java.lang.String)"><!-- --></A><H3>
setSchema</H3>
<PRE>
public void <B>setSchema</B>(java.lang.String schema)</PRE>
<DL>
<DD>Set the schema for the DB connection.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setUseQualifiedTableNames(boolean)"><!-- --></A><H3>
setUseQualifiedTableNames</H3>
<PRE>
public void <B>setUseQualifiedTableNames</B>(boolean useQualifiedTableNames)</PRE>
<DL>
<DD>Set the flag for using the qualified table names.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSupportBatchStatement(boolean)"><!-- --></A><H3>
setSupportBatchStatement</H3>
<PRE>
public void <B>setSupportBatchStatement</B>(boolean supportBatchStatement)</PRE>
<DL>
<DD>Set the flag for supporting batch statements. NOTE: This property cannot be used to force the usage of batch statement if your database does not support it.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setDatatypeWarning(boolean)"><!-- --></A><H3>
setDatatypeWarning</H3>
<PRE>
public void <B>setDatatypeWarning</B>(boolean datatypeWarning)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setDatatypeFactory(java.lang.String)"><!-- --></A><H3>
setDatatypeFactory</H3>
<PRE>
public void <B>setDatatypeFactory</B>(java.lang.String datatypeFactory)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEscapePattern(java.lang.String)"><!-- --></A><H3>
setEscapePattern</H3>
<PRE>
public void <B>setEscapePattern</B>(java.lang.String escapePattern)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setClasspath(org.apache.tools.ant.types.Path)"><!-- --></A><H3>
setClasspath</H3>
<PRE>
public void <B>setClasspath</B>(org.apache.tools.ant.types.Path classpath)</PRE>
<DL>
<DD>Set the classpath for loading the driver.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createClasspath()"><!-- --></A><H3>
createClasspath</H3>
<PRE>
public org.apache.tools.ant.types.Path <B>createClasspath</B>()</PRE>
<DL>
<DD>Create the classpath for loading the driver.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setClasspathRef(org.apache.tools.ant.types.Reference)"><!-- --></A><H3>
setClasspathRef</H3>
<PRE>
public void <B>setClasspathRef</B>(org.apache.tools.ant.types.Reference r)</PRE>
<DL>
<DD>Set the classpath for loading the driver using the classpath reference.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSteps()"><!-- --></A><H3>
getSteps</H3>
<PRE>
public java.util.List <B>getSteps</B>()</PRE>
<DL>
<DD>Gets the Steps.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addOperation(org.dbunit.ant.Operation)"><!-- --></A><H3>
addOperation</H3>
<PRE>
public void <B>addOperation</B>(<A HREF="../../../org/dbunit/ant/Operation.html" title="class in org.dbunit.ant">Operation</A> operation)</PRE>
<DL>
<DD>Adds an Operation.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addCompare(org.dbunit.ant.Compare)"><!-- --></A><H3>
addCompare</H3>
<PRE>
public void <B>addCompare</B>(<A HREF="../../../org/dbunit/ant/Compare.html" title="class in org.dbunit.ant">Compare</A> compare)</PRE>
<DL>
<DD>Adds a Compare to the steps List.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addExport(org.dbunit.ant.Export)"><!-- --></A><H3>
addExport</H3>
<PRE>
public void <B>addExport</B>(<A HREF="../../../org/dbunit/ant/Export.html" title="class in org.dbunit.ant">Export</A> export)</PRE>
<DL>
<DD>Adds an Export to the steps List.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="execute()"><!-- --></A><H3>
execute</H3>
<PRE>
public void <B>execute</B>() throws org.apache.tools.ant.BuildException</PRE>
<DL>
<DD>Load the step and then execute it
<P>
<DD><DL>
<DT><B>Throws:</B><DD><CODE>org.apache.tools.ant.BuildException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DbUnitTask.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/dbunit/ant/Compare.html" title="class in org.dbunit.ant"><B>PREV CLASS</B></A>
<A HREF="../../../org/dbunit/ant/DbUnitTaskStep.html" title="interface in org.dbunit.ant"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="DbUnitTask.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.apache.tools.ant.Task">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -