Class JdbcTest.MySchemaFactory

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

    public static class JdbcTest.MySchemaFactory
    extends java.lang.Object
    implements org.apache.calcite.schema.SchemaFactory
    Schema factory that creates JdbcTest.MySchema objects.
    • Constructor Summary

      Constructors 
      Constructor Description
      MySchemaFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.schema.Schema create​(org.apache.calcite.schema.SchemaPlus parentSchema, java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> operand)  
      • Methods inherited from class java.lang.Object

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

      • MySchemaFactory

        public MySchemaFactory()
    • Method Detail

      • create

        public org.apache.calcite.schema.Schema create​(org.apache.calcite.schema.SchemaPlus parentSchema,
                                                       java.lang.String name,
                                                       java.util.Map<java.lang.String,​java.lang.Object> operand)
        Specified by:
        create in interface org.apache.calcite.schema.SchemaFactory