444546474849
public Schema createSchema() { return new DefaultSchema(); } /** * {@inheritDoc} */ public Table createTable() { return new DefaultTable(); }
454647484950
464748495051