| |
|
| java.lang.Object workbench.db.TableIdentifier
All known Subclasses: workbench.db.ViewDefinition,
TableIdentifier | public TableIdentifier()(Code) | | Initialize a TableIdentifier for a new (to be defined) table
This is mainly used by the
workbench.db.datacopy.DataCopier to flag the target table to be created on the fly
|
compareNames | public boolean compareNames(TableIdentifier other)(Code) | | Compare this TableIdentifier to another. The schema and catalog fields
are only compared if bothe identifiers have them. This is different
to the equals() method, which returns false if one TableIdentifier has
a schema and/or catalog and the other doesn't
|
getNeverAdjustCase | public boolean getNeverAdjustCase()(Code) | | |
getQualifiedName | public String getQualifiedName()(Code) | | Return the fully qualified name of the table
(including catalog and schema) but not quoted
even if it needed quotes
|
hashCode | public int hashCode()(Code) | | |
isNewTable | public boolean isNewTable()(Code) | | |
setNeverAdjustCase | public void setNeverAdjustCase(boolean flag)(Code) | | |
setNewTable | public void setNewTable(boolean flag)(Code) | | |
setPreserveQuotes | public void setPreserveQuotes(boolean flag)(Code) | | |
setPrimaryKeyName | public void setPrimaryKeyName(String name)(Code) | | |
setShowTablenameOnly | public void setShowTablenameOnly(boolean flag)(Code) | | |
|
|
|