public class SnowflakeDriverIT extends AbstractDriverIT
| Constructor and Description |
|---|
SnowflakeDriverIT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testAutocommitApis()
Tests autocommit APIs
|
void |
testAutocommitApiSupportBackwardCompatibility()
Tests backward compatibility of the client.
|
void |
testBind() |
void |
testBindInWithClause() |
void |
testBoolean() |
void |
testCancelQuery() |
void |
testCancelQueryV1() |
void |
testClientInfo() |
void |
testClientSideSorting() |
void |
testCompressAndUploadStream() |
void |
testConnections() |
void |
testConstraints() |
void |
testDateParsing() |
void |
testDBMetadata() |
void |
testDDLs() |
void |
testExplainPlan() |
void |
testGetDoubleForNull() |
void |
testGetObject() |
void |
testInvalidSQL()
SNOW-6986: null sql shouldn't be allowed
|
void |
testInvalidURL() |
void |
testLargeResultPerformance() |
void |
testLoadToLocalFS() |
void |
testLoadToS3() |
void |
testNullBind() |
void |
testParameters() |
void |
testPutViaExecuteQuery() |
void |
testQueries() |
void |
testSessionParameters()
Test setting parameter values at the session level during connection
|
void |
testSnow12603() |
void |
testSnow14774()
SNOW-14774: timestamp_ntz value should use client time zone to adjust
the epoch time.
|
void |
testSnow16332() |
void |
testSnow19172()
SNOW-19172: getMoreResults should return false after executeQuery
|
void |
testSnow19819() |
void |
testSnow4245() |
void |
testSnow4394()
SNOW-4394 - Four bytes UTF-8 characters are not returned correctly.
|
void |
testSnow6290()
SNOW-6290: timestamp value is shifted by local timezone
|
void |
testSQLErrors() |
void |
testTimeParsing() |
void |
testTimestampParsing() |
void |
testUpdateCount() |
void |
testUploadStream() |
void |
testV1Query() |
void |
testWarehouseQuiescing() |
getConnection, getConnection, setUp, tearDownpublic static void tearDownClass()
throws SQLException
SQLExceptionpublic void testInvalidURL()
throws SQLException
SQLExceptionpublic void testConnections()
throws SQLException
SQLExceptionpublic void testSessionParameters()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testParameters()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testDDLs()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testAutocommitApiSupportBackwardCompatibility()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testAutocommitApis()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testBoolean()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testConstraints()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testQueries()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testCancelQuery()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testWarehouseQuiescing()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testDBMetadata()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testLoadToLocalFS()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testLoadToS3()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSQLErrors()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testExplainPlan()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testTimestampParsing()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testDateParsing()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testTimeParsing()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testClientSideSorting()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testUpdateCount()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow4245()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow4394()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testUploadStream()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testCompressAndUploadStream()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testBind()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testBindInWithClause()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testNullBind()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow12603()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow6290()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testInvalidSQL()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testGetObject()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testGetDoubleForNull()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testPutViaExecuteQuery()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow16332()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testV1Query()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testCancelQueryV1()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow14774()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testSnow19172()
throws SQLException
SQLExceptionpublic void testSnow19819()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testClientInfo()
throws IOException,
SQLException
IOExceptionSQLExceptionpublic void testLargeResultPerformance()
throws IOException,
SQLException
IOExceptionSQLExceptionCopyright © 2017. All rights reserved.