|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl
public class ReferencedColumnsDescriptorImpl
Field Summary | |
---|---|
private int[] |
referencedColumns
This class implements Formatable. |
Constructor Summary | |
---|---|
ReferencedColumnsDescriptorImpl()
Zero-argument constructor for Formatable interface |
|
ReferencedColumnsDescriptorImpl(int[] referencedColumns)
Constructor for an ReferencedColumnsDescriptorImpl |
Method Summary | |
---|---|
int[] |
getReferencedColumnPositions()
Returns an array of 1-based column positions in the table that the check constraint is on. |
int |
getTypeFormatId()
Get a universally unique identifier for the type of this object. |
void |
readExternal(java.io.ObjectInput in)
|
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int[] referencedColumns
Constructor Detail |
---|
public ReferencedColumnsDescriptorImpl(int[] referencedColumns)
referencedColumns
- The array of referenced columns.public ReferencedColumnsDescriptorImpl()
Method Detail |
---|
public int[] getReferencedColumnPositions()
ReferencedColumns
getReferencedColumnPositions
in interface ReferencedColumns
ReferencedColumns.getReferencedColumnPositions()
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
- Thrown on read errorExternalizable.readExternal(java.io.ObjectInput)
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
- Thrown on write errorExternalizable.writeExternal(java.io.ObjectOutput)
public int getTypeFormatId()
TypedFormat
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |