Uses of Class
org.h2.table.TableLink

Packages that use TableLink
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). 
 

Uses of TableLink in org.h2.index
 

Constructors in org.h2.index with parameters of type TableLink
LinkedIndex(TableLink table, int id, IndexColumn[] columns, IndexType indexType)
           
 

Uses of TableLink in org.h2.schema
 

Methods in org.h2.schema that return TableLink
 TableLink Schema.createTableLink(int id, java.lang.String tableName, java.lang.String driver, java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String originalSchema, java.lang.String originalTable, boolean emitUpdates, boolean force)
          Add a linked table to the schema.