public class JdbcTests extends io.prestosql.tempto.ProductTest
| Constructor and Description |
|---|
JdbcTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldExecuteQuery() |
void |
shouldExecuteQueryWithSelectedCatalogAndSchema() |
void |
shouldGetColumns() |
void |
shouldGetSchemas() |
void |
shouldGetTables() |
void |
shouldGetTableTypes() |
void |
shouldInsertSelectQuery() |
void |
shouldSetLocale() |
void |
shouldSetTimezone() |
void |
testDeallocate()
Same as
io.prestosql.jdbc.TestJdbcPreparedStatement#testDeallocate(). |
void |
testSessionProperties() |
void |
testSqlEscapeFunctions() |
public void shouldExecuteQuery()
throws SQLException
SQLExceptionpublic void shouldInsertSelectQuery()
throws SQLException
SQLExceptionpublic void shouldExecuteQueryWithSelectedCatalogAndSchema()
throws SQLException
SQLExceptionpublic void shouldSetTimezone()
throws SQLException
SQLExceptionpublic void shouldSetLocale()
throws SQLException
SQLExceptionpublic void shouldGetSchemas()
throws SQLException
SQLExceptionpublic void shouldGetTables()
throws SQLException
SQLExceptionpublic void shouldGetColumns()
throws SQLException
SQLExceptionpublic void shouldGetTableTypes()
throws SQLException
SQLExceptionpublic void testSqlEscapeFunctions()
public void testSessionProperties()
throws SQLException
SQLExceptionCopyright © 2012–2019. All rights reserved.