Package | Description |
---|---|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
Constructor and Description |
---|
LinkedIndex(TableLink table,
int id,
IndexColumn[] columns,
IndexType indexType) |
Modifier and Type | Method and Description |
---|---|
TableLink |
Schema.createTableLink(int id,
String tableName,
String driver,
String url,
String user,
String password,
String originalSchema,
String originalTable,
boolean emitUpdates,
boolean force)
Add a linked table to the schema.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.