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)
DatabaseOperationLookupDatabase Operation that should be used for the
specified enum or null if the operation is not supported.get in interface DatabaseOperationLookupoperation - the enum valuenull.Copyright © 2016. All rights reserved.