Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dbunit.ext.db2.* (4)org.dbunit.ext.mssql.* (5)org.dbunit.ext.mysql.* (4)
org.dbunit.ext.oracle.* (6)

org.dbunit.ext: Javadoc index of package org.dbunit.ext.


Package Samples:

org.dbunit.ext.db2
org.dbunit.ext.mssql
org.dbunit.ext.mysql
org.dbunit.ext.oracle

Classes:

InsertIdentityOperation: This class disable the MS SQL Server automatic identifier generation for the execution of inserts. If you are using the Microsoft driver (i.e. com.microsoft.jdbc.sqlserver.SQLServerDriver ), you'll need to use the SelectMethod=cursor parameter in the JDBC connection string. Your databaseUrl would look something like the following: jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mydb;SelectMethod=cursor Thanks to Jeremy Stein how have submited multiple patches.
MsSqlDataTypeFactory: Specialized factory that recognizes MS SQL Server data types.
OracleDataTypeFactory: Specialized factory that recognizes Oracle data types.
MySqlDataTypeFactory: Specialized factory that recognizes MySql data types.
Db2DataTypeFactory: Specialized factory that recognizes DB2 data types.
AllTests
Db2Connection
AllTests
Db2DataTypeFactoryTest
MsSqlConnection
AllTests
InsertIdentityOperationTest
MySqlConnection
AllTests
MySqlDataTypeFactoryTest
OracleBlobDataType
OracleClobDataType
OracleConnection
AllTests
OracleDataTypeFactoryTest

Home | Contact Us | Privacy Policy | Terms of Service