|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.catalog.DDdependableFinder
org.apache.derby.impl.sql.catalog.DDColumnDependableFinder
public class DDColumnDependableFinder
Class for implementation of DependableFinder in the core DataDictionary for referenced columns in a table.
| Field Summary | |
|---|---|
private byte[] |
columnBitMap
|
| Constructor Summary | |
|---|---|
DDColumnDependableFinder(int formatId)
Constructor same as in parent. |
|
DDColumnDependableFinder(int formatId,
byte[] columnBitMap)
Constructor given referenced column bit map byte array as in FormatableBitSet |
|
| Method Summary | |
|---|---|
(package private) Dependable |
findDependable(DataDictionary dd,
UUID dependableObjectID)
Find a dependable object, which is essentially a table descriptor with referencedColumnMap field set. |
byte[] |
getColumnBitMap()
Get the byte array encoding the bitmap of referenced columns in a table. |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
void |
setColumnBitMap(byte[] columnBitMap)
Set the byte array encoding the bitmap of referenced columns in a table. |
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects. |
| Methods inherited from class org.apache.derby.impl.sql.catalog.DDdependableFinder |
|---|
getDependable, getSQLObjectType, getTypeFormatId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private byte[] columnBitMap
| Constructor Detail |
|---|
public DDColumnDependableFinder(int formatId)
public DDColumnDependableFinder(int formatId,
byte[] columnBitMap)
| Method Detail |
|---|
public byte[] getColumnBitMap()
public void setColumnBitMap(byte[] columnBitMap)
columnBitMap - byte array as in a FormatableBitSet encoding column bit map
Dependable findDependable(DataDictionary dd,
UUID dependableObjectID)
throws StandardException
findDependable in class DDdependableFinderdd - data dictionarydependableObjectID - dependable object ID (table UUID)
StandardException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class DDdependableFinderin - read this.
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class DDdependableFinderout - write bytes here.
java.io.IOException
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||