Package io.prestosql.tests.jdbc
Class TestJdbc
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.jdbc.TestJdbc
-
public class TestJdbc extends io.prestosql.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestJdbc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldExecuteQuery()voidshouldExecuteQueryWithSelectedCatalogAndSchema()voidshouldGetColumns()voidshouldGetSchemas()voidshouldGetTables()voidshouldGetTableTypes()voidshouldInsertSelectQuery()voidshouldSetLocale()voidshouldSetTimezone()voidtestDeallocate()Same asio.prestosql.jdbc.TestJdbcPreparedStatement#testDeallocate().voidtestSessionProperties()
-
-
-
Method Detail
-
shouldExecuteQuery
public void shouldExecuteQuery() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldInsertSelectQuery
public void shouldInsertSelectQuery() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldExecuteQueryWithSelectedCatalogAndSchema
public void shouldExecuteQueryWithSelectedCatalogAndSchema() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldSetTimezone
public void shouldSetTimezone() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldSetLocale
public void shouldSetLocale() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldGetSchemas
public void shouldGetSchemas() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldGetTables
public void shouldGetTables() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldGetColumns
public void shouldGetColumns() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
shouldGetTableTypes
public void shouldGetTableTypes() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
testSessionProperties
public void testSessionProperties() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
testDeallocate
public void testDeallocate() throws java.lang.ExceptionSame asio.prestosql.jdbc.TestJdbcPreparedStatement#testDeallocate(). This one is run for EnterpriseJdbcDriver as well.- Throws:
java.lang.Exception
-
-