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