public class DefaultDatabaseOperationLookup extends Object implements DatabaseOperationLookup
DatabaseOperationLookup
.Constructor and Description |
---|
DefaultDatabaseOperationLookup() |
Modifier and Type | Method and Description |
---|---|
org.dbunit.operation.DatabaseOperation |
get(DatabaseOperation operation)
Returns the DBUnit
Database Operation that should be used for the
specified enum or null if the operation is not supported. |
public org.dbunit.operation.DatabaseOperation get(DatabaseOperation operation)
DatabaseOperationLookup
Database Operation
that should be used for the
specified enum or null
if the operation is not supported.get
in interface DatabaseOperationLookup
operation
- the enum valuenull
.Copyright © 2016. All rights reserved.