public abstract class DataBaseTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataBaseTestCase.SwapResult |
static class |
DataBaseTestCase.User |
| Modifier and Type | Field and Description |
|---|---|
protected String |
databaseAddress |
protected String |
databaseId |
protected String |
databaseIdPassword |
protected String |
databaseName |
protected String |
DB_EXECUTE_QUERY |
protected String |
DB_TYPE |
protected JDBCApi |
jdbcApi |
protected String |
jdbcUrl |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DataBaseTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterDriver() |
protected abstract JDBCDriverClass |
getJDBCDriverClass() |
void |
setup(String dbType,
String executeQuery,
DriverProperties driverProperties,
JdbcUrlParserV2 jdbcUrlParser,
JDBCApi jdbcApi) |
void |
testStatement() |
void |
testStoredProcedure_with_IN_OUT_parameters() |
void |
testStoredProcedure_with_INOUT_parameters() |
protected final org.slf4j.Logger logger
protected String DB_TYPE
protected String DB_EXECUTE_QUERY
protected String jdbcUrl
protected String databaseId
protected String databaseIdPassword
protected String databaseAddress
protected String databaseName
protected JDBCApi jdbcApi
public void setup(String dbType, String executeQuery, DriverProperties driverProperties, JdbcUrlParserV2 jdbcUrlParser, JDBCApi jdbcApi)
protected abstract JDBCDriverClass getJDBCDriverClass()
public void deregisterDriver()
public void testStoredProcedure_with_IN_OUT_parameters()
throws Exception
ExceptionCopyright © 2012–2021 Naver Corporation. All rights reserved.