| java.lang.Object org.apache.derbyTesting.functionTests.tests.lang.xmlBinding
xmlBinding | public class xmlBinding (Code) | | This class checks to make sure that the XML data type and
the corresponding XML operations all work as expected
from the JDBC side of things. In particular, this test
verifies that 1) it is NOT possible to bind to/from an XML
datatype (because the JDBC specification doesn't indicate
how that should be done), and 2) the correct behavior
occurs when null values (both Java and SQL) are bound
into the bindable parameters for the XML operators.
This file also checks that insertion from XML files
via a character stream works, which is important since
XML files can be arbitrarily long and thus stream-based
processing is a must.
|
Method Summary | |
public void | go(String[] args) Create a JDBC connection using the arguments passed
in from the harness, and then run the binding
tests. | public static void | main(String[] args) Create an instance of this class and do the test. |
go | public void go(String[] args)(Code) | | Create a JDBC connection using the arguments passed
in from the harness, and then run the binding
tests.
Parameters: args - Arguments from the harness. |
main | public static void main(String[] args)(Code) | | Create an instance of this class and do the test.
|
|
|