Class JdbcTest.FoodmartJdbcSchema

  • All Implemented Interfaces:
    org.apache.calcite.schema.Schema
    Enclosing class:
    JdbcTest

    public static class JdbcTest.FoodmartJdbcSchema
    extends org.apache.calcite.adapter.jdbc.JdbcSchema
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.calcite.adapter.jdbc.JdbcSchema

        org.apache.calcite.adapter.jdbc.JdbcSchema.Factory
      • Nested classes/interfaces inherited from interface org.apache.calcite.schema.Schema

        org.apache.calcite.schema.Schema.TableType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.apache.calcite.schema.Table customer  
      • Fields inherited from class org.apache.calcite.adapter.jdbc.JdbcSchema

        dialect
    • Constructor Summary

      Constructors 
      Constructor Description
      FoodmartJdbcSchema​(javax.sql.DataSource dataSource, org.apache.calcite.sql.SqlDialect dialect, org.apache.calcite.adapter.jdbc.JdbcConvention convention, java.lang.String catalog, java.lang.String schema)  
    • Method Summary

      • Methods inherited from class org.apache.calcite.adapter.jdbc.JdbcSchema

        create, create, create, createDialect, createDialect, dataSource, getDataSource, getExpression, getFunctionNames, getFunctions, getFunctions, getSubSchema, getSubSchemaNames, getTable, getTableNames, getType, getTypeNames, getTypes, isMutable, snapshot
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • customer

        public final org.apache.calcite.schema.Table customer
    • Constructor Detail

      • FoodmartJdbcSchema

        public FoodmartJdbcSchema​(javax.sql.DataSource dataSource,
                                  org.apache.calcite.sql.SqlDialect dialect,
                                  org.apache.calcite.adapter.jdbc.JdbcConvention convention,
                                  java.lang.String catalog,
                                  java.lang.String schema)