org.eclipse.datatools.modelbase.sql.tables
Interface PersistentTable
- All Superinterfaces:
- BaseTable, SQLObject, Table
- All Known Implementing Classes:
- PersistentTableImpl
- public interface PersistentTable
- extends BaseTable
A representation of the model object 'Persistent Table'.
4.14 Tables
A table is a collection of rows having one or more columns. [...]
A table is either a base table, a derived table, or a transient table.
A base table is either a persistent base table, a global temporary table, a created local temporary table, or a declared local temporary table.
- See Also:
SQLTablesPackage.getPersistentTable()
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table |
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.