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