| 程序包 | 说明 |
|---|---|
| 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).
|
| 构造器和说明 |
|---|
LinkedIndex(TableLink table,
int id,
IndexColumn[] columns,
IndexType indexType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.