public class DefaultRelationalDbRunner extends Object implements IRelationalDbRunner
| 构造器和说明 |
|---|
DefaultRelationalDbRunner() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check(org.springframework.context.ApplicationContext applicationContext,
TestMethod testMethod) |
void |
clear(org.springframework.context.ApplicationContext applicationContext,
TestMethod testMethod) |
void |
prepare(org.springframework.context.ApplicationContext applicationContext,
XmlInfo xmlInfo) |
public void prepare(org.springframework.context.ApplicationContext applicationContext,
XmlInfo xmlInfo)
throws SQLException
prepare 在接口中 IDbRunnerSQLExceptionpublic void clear(org.springframework.context.ApplicationContext applicationContext,
TestMethod testMethod)
throws SQLException
clear 在接口中 IDbRunnerSQLExceptionpublic void check(org.springframework.context.ApplicationContext applicationContext,
TestMethod testMethod)
throws Exception
Copyright © 2019. All rights reserved.