Class InnodbSchemaFactory

java.lang.Object
org.apache.calcite.adapter.innodb.InnodbSchemaFactory
All Implemented Interfaces:
SchemaFactory

public class InnodbSchemaFactory extends Object implements SchemaFactory
Factory that creates a InnodbSchema.
  • Constructor Details

    • InnodbSchemaFactory

      public InnodbSchemaFactory()
  • Method Details

    • create

      public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
      Description copied from interface: SchemaFactory
      Creates a Schema.
      Specified by:
      create in interface SchemaFactory
      Parameters:
      parentSchema - Parent schema
      name - Name of this schema
      operand - The "operand" JSON property
      Returns:
      Created schema