Class InnodbSchemaFactory
java.lang.Object
org.apache.calcite.adapter.innodb.InnodbSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Factory that creates a
InnodbSchema
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InnodbSchemaFactory
public InnodbSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactory
Creates a Schema.- Specified by:
create
in interfaceSchemaFactory
- Parameters:
parentSchema
- Parent schemaname
- Name of this schemaoperand
- The "operand" JSON property- Returns:
- Created schema
-