Class TestJdbc


  • public class TestJdbc
    extends io.prestosql.tempto.ProductTest
    • Constructor Detail

      • TestJdbc

        public TestJdbc()
    • 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.Exception
        Same as io.prestosql.jdbc.TestJdbcPreparedStatement#testDeallocate(). This one is run for EnterpriseJdbcDriver as well.
        Throws:
        java.lang.Exception