com.remedy.arsys.api
Class ViewSchemaInfo
java.lang.Object
com.remedy.arsys.api.CompoundSchemaInfo
com.remedy.arsys.api.ViewSchemaInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ViewSchemaInfo
- extends CompoundSchemaInfo
- implements java.lang.Cloneable
The ViewSchemaInfo
class represents a type of "external" schema
that is
created from a non-AR System database source, for example, an MS Access database.
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
NameID |
getKeyField()
Returns the primary field Entry ID (entryId(C1)) that the external table maps to. |
char[] |
getTableName()
Returns the name of the external table. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ViewSchemaInfo
public ViewSchemaInfo(java.lang.String table,
NameID key)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone
in class CompoundSchemaInfo
- Throws:
java.lang.CloneNotSupportedException
getTableName
public char[] getTableName()
- Returns the name of the external table.
getKeyField
public NameID getKeyField()
- Returns the primary field Entry ID (entryId(C1)) that the external table maps to.