public interface DatabaseOperationLookup
Database Operation
from a
enum value
.DefaultDatabaseOperationLookup
,
MicrosoftSqlDatabaseOperationLookup
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. |
org.dbunit.operation.DatabaseOperation get(DatabaseOperation operation)
Database Operation
that should be used for the
specified enum or null
if the operation is not supported.operation
- the enum valuenull
.Copyright © 2016. All rights reserved.