Compound Identifiers
Basic names and user names are simple names. In some cases, simple names are combined and form a compound identifier, which consists of an owner name combined with one or more basic names, with periods (.
) between them.
In most cases, you can abbreviate a compound identifier by omitting one of its parts. If you do not use a fully qualified name, a default value is automatically for the missing part. For example, if you omit the owner name (and the period) when you refer to tables you own, TimesTen generates the owner name by using your login name.
A complete compound identifier, including all of its parts, is called a fully qualified name. Different owners can have tables and indexes with the same name. The fully qualified name of these objects must be unique.
The following are compound identifiers:
-
Column identifier
: [[
Owner
.]
TableName
.]
ColumnName
-
[
Owner
.]
IndexName
-
Table identifier
: [
Owner
.]
TableName
-
Row identifier
: [[
Owner
.]
TableName
.]
rowid