public class MicrosoftSqlDatabaseOperationLookup extends DefaultDatabaseOperationLookup
DatabaseOperationLookup
.Constructor and Description |
---|
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. |
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
get
in class DefaultDatabaseOperationLookup
operation
- the enum valuenull
.Copyright © 2016. All rights reserved.