org.dbunit
Class TestFeature

java.lang.Object
  extended by org.dbunit.TestFeature

public class TestFeature
extends Object

Since:
Apr 11, 2003
Version:
$Revision: 756 $
Author:
Manuel Laflamme

Field Summary
static TestFeature BLOB
           
static TestFeature CLOB
           
static TestFeature INSERT_IDENTITY
           
static TestFeature SCOLLABLE_RESULTSET
           
static TestFeature TRANSACTION
           
static TestFeature TRUNCATE_TABLE
           
static TestFeature VARBINARY
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BLOB

public static final TestFeature BLOB

CLOB

public static final TestFeature CLOB

VARBINARY

public static final TestFeature VARBINARY

TRANSACTION

public static final TestFeature TRANSACTION

SCOLLABLE_RESULTSET

public static final TestFeature SCOLLABLE_RESULTSET

INSERT_IDENTITY

public static final TestFeature INSERT_IDENTITY

TRUNCATE_TABLE

public static final TestFeature TRUNCATE_TABLE
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012. All Rights Reserved.