Package io.trino.tests.jdbc
Class TestJdbc
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.jdbc.TestJdbc
-
public class TestJdbc extends io.trino.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.trino.jdbc.TestJdbcPreparedStatement#testDeallocate().voidtestSessionProperties()
-
-
-
Method Detail
-
shouldExecuteQuery
public void shouldExecuteQuery() throws SQLException- Throws:
SQLException
-
shouldInsertSelectQuery
public void shouldInsertSelectQuery() throws SQLException- Throws:
SQLException
-
shouldExecuteQueryWithSelectedCatalogAndSchema
public void shouldExecuteQueryWithSelectedCatalogAndSchema() throws SQLException- Throws:
SQLException
-
shouldSetTimezone
public void shouldSetTimezone() throws SQLException- Throws:
SQLException
-
shouldSetLocale
public void shouldSetLocale() throws SQLException- Throws:
SQLException
-
shouldGetSchemas
public void shouldGetSchemas() throws SQLException- Throws:
SQLException
-
shouldGetTables
public void shouldGetTables() throws SQLException- Throws:
SQLException
-
shouldGetColumns
public void shouldGetColumns() throws SQLException- Throws:
SQLException
-
shouldGetTableTypes
public void shouldGetTableTypes() throws SQLException- Throws:
SQLException
-
testSessionProperties
public void testSessionProperties() throws SQLException- Throws:
SQLException
-
-