public class AbstractDriverIT extends Object
| Constructor and Description |
|---|
AbstractDriverIT() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
getConnection(boolean getAccountFromEnv,
boolean enableV1Query,
int injectSocketTimeout)
Gets a connection with default session parameter settings,
but tunable query api version and socket timeout setting
|
static Connection |
getConnection(boolean getAccountFromEnv,
boolean enableV1Query,
int injectSocketTimeout,
Properties paramProperties)
Gets a connection for the custom session parameter settings and
tunable query api version and socket timeout setting
|
void |
setUp() |
void |
tearDown() |
public static Connection getConnection(boolean getAccountFromEnv, boolean enableV1Query, int injectSocketTimeout) throws SQLException
getAccountFromEnv - enableV1Query - injectSocketTimeout - SQLExceptionpublic static Connection getConnection(boolean getAccountFromEnv, boolean enableV1Query, int injectSocketTimeout, Properties paramProperties) throws SQLException
getAccountFromEnv - enableV1Query - injectSocketTimeout - paramProperties - SQLExceptionCopyright © 2016. All rights reserved.