📄 faq.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> DbUnit - </title> <style type="text/css"> @import url("./style/tigris.css"); @import url("./style/maven.css"); </style> <link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta> </head> <body class="composite"> <div id="banner"> <table border="0" width="100%" cellpadding="8" cellspacing="0"> <tr> <td> <a href="http://www.sourceforge.net/projects/dbunit"> <img border="0" alt="DbUnit.org" src="http://sourceforge.net/sflogo.php?group_id=47439&type=5" align="left"></img> </a> </td> <td> <div id="login" align="right"> <a href="http://www.dbunit.org"> <img border="0" alt="DbUnit" src="./images/dbunit-logo.jpg" align="right"></img> </a> </div> </td> </tr> </table> </div> <div id="breadcrumbs"> <table border="0" width="100%" cellpadding="4" cellspacing="0"> <tr> <td>Last published: 31 May 2004 | Doc for 2.1 </td> <td> <div align="right"> <a href="http://www.dbunit.org/wiki/"><img class="handle" src="./images/none.png" alt=""></img>Wiki</a> | <a href="http://www.sf.net/projects/dbunit"><img class="handle" src="./images/none.png" alt=""></img>SF.net Project Page</a> | <a href="http://maven-plugins.sourceforge.net/maven-dbunit-plugin/index.html"><img class="handle" src="./images/none.png" alt=""></img>Maven Plugin</a> </div> </td> </tr> </table> </div> <table border="0" width="100%" cellpadding="8" cellspacing="0"> <tr valign="top"> <td width="20%" id="leftcol"> <div id="navcolumn"> <div> <strong>Quick Links</strong> <div> <small> <a href="http://sourceforge.net/project/showfiles.php?group_id=47439&release_id=211888"><img class="handle" src="./images/none.png" alt=""></img>Download</a> </small> </div> <div> <small> <a href="changes-report.html"><img class="handle" src="./images/none.png" alt=""></img>Changes</a> </small> </div> <div> <small> <b><a href="faq.html"><img class="handle" src="./images/none.png" alt=""></img>FAQ</a></b> </small> </div> <div> <small> <a href="https://sourceforge.net/support/getsupport.php?group_id=47439"><img class="handle" src="./images/none.png" alt=""></img>Get Support</a> </small> </div> <div> <small> <a href="http://www.dbunit.org/wiki/"><img class="handle" src="./images/none.png" alt=""></img>Wiki</a> </small> </div> <div> <small> <a href="cvs-usage.html"><img class="handle" src="./images/none.png" alt=""></img>Source</a> </small> </div> <div> <small> <a href="apidocs/index.html"><img class="handle" src="./images/none.png" alt=""></img>JavaDocs</a> </small> </div> </div> <div> <strong>Overview</strong> <div> <small> <a href="index.html"><img class="handle" src="./images/none.png" alt=""></img>About DbUnit</a> </small> </div> <div> <small> <a href="intro.html"><img class="handle" src="./images/none.png" alt=""></img>Database Testing</a> </small> </div> <div> <small> <a href="howto.html"><img class="handle" src="./images/none.png" alt=""></img>Getting Started</a> </small> </div> <div> <small> <a href="bestpractices.html"><img class="handle" src="./images/none.png" alt=""></img>Best Practices</a> </small> </div> <div> <small> <a href="components.html"><img class="handle" src="./images/none.png" alt=""></img>Core Components</a> </small> </div> <div> <small> <a href="properties.html"><img class="handle" src="./images/none.png" alt=""></img>Properties</a> </small> </div> <div> <small> <a href="anttask.html"><img class="handle" src="./images/none.png" alt=""></img>Ant Task</a> </small> </div> <div> <small> <a href="resources.html"><img class="handle" src="./images/none.png" alt=""></img>Resources</a> </small> </div> </div> <div> <strong>Project Documentation</strong> <div> <small> <a href="index.html"><img class="handle" src="./images/none.png" alt=""></img>About DbUnit</a> </small> </div> <div> <small> <a href="project-info.html"><img class="handle" src="./images/collapsed.png" alt=""></img>Project Info</a> </small> </div> <div> <small> <a href="maven-reports.html"><img class="handle" src="./images/expanded.png" alt=""></img>Project Reports</a> </small> <div> <small> <a href="changes-report.html"><img class="handle" src="./images/none.png" alt=""></img>Changes</a> </small> </div> <div> <small> <a href="apidocs/index.html"><img class="handle" src="./images/none.png" alt=""></img>JavaDocs</a> </small> </div> <div> <small> <a href="javadoc.html"><img class="handle" src="./images/none.png" alt=""></img>JavaDoc Report</a> </small> </div> <div> <small> <a href="junit-report.html"><img class="handle" src="./images/none.png" alt=""></img>Unit Tests</a> </small> </div> <div> <small> <b><a href="faq.html"><img class="handle" src="./images/none.png" alt=""></img>FAQs</a></b> </small> </div> </div> <div> <small> <a href="http://maven.apache.org/development-process.html"><img class="handle" src="./images/none.png" alt=""></img>Development Process</a> </small> </div> </div> <div style="margin-top: 20px; width: 100%; text-align: center;"> <a href="http://maven.apache.org/" title="Powered by Maven"><img style="border: 1px solid black" alt="Powered by Maven" src="./images/logos/maven-propaganda.png"></img></a> </div> </div> </td> <td rowspan="2"> <div id="bodycol"> <div class="app"> <div class="h3"> <h3> <a name="Frequently Asked Questions">Frequently Asked Questions</a> </h3> <p> <strong> General </strong> </p> <ol> <li> <a href="#supportedvendors"> Which relational database systems are supported? </a> </li> <li> <a href="#build"> How to build DbUnit? </a> </li> <li> <a href="#p6spy"> How to see SQL statements issued by DbUnit using P6Spy? </a> </li> <li> <a href="#knownfixedissues"> How to learn more about known and fixed issues? </a> </li> </ol> <p> <strong> Using DbUnit </strong> </p> <ol> <li> <a href="#extract"> How to extract a flat XML dataset from my database? </a> </li> <li> <a href="#generatedtd"> How to generate a DTD representing my database schema? </a> </li> <li> <a href="#multipleschema"> Can I work with multiple database schemas having tables with identical name? </a> </li> <li> <a href="#identity"> Can I use DbUnit with IDENTITY or auto-increment columns? </a> </li> <li> <a href="#flatxmlnull"> How to specify NULL values with flat XML dataset? </a> </li> <li> <a href="#views"> Can I use DbUnit with database views? </a> </li> <li> <a href="#batchstatement"> How to enable batched statement? </a> </li> <li> <a href="#dateformat"> What are the dates formats supported by DbUnit? </a> </li> <li> <a href="#typefactory"> How to replace the default data type factory? </a> </li> <li> <a href="#streaming"> How to perform streamed import and export? </a> </li> <li> <a href="#flatxmlvalidation"> How to enable flat XML dataset validation? </a> </li> <li> <a href="#performance"> How to improve the performance of my DbUnit tests? </a> </li> <li> <a href="#tableseq"> How to automatically orders tables according their foreign keys? </a> </li> <li> <a href="#doctypeexport"> How to add the DOCTYPE declaration when writing a flat XML dataset? </a> </li>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -