public class DDColumnDependableFinder extends DDdependableFinder
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
columnBitMap |
| Constructor and Description |
|---|
DDColumnDependableFinder(int formatId)
Constructor same as in parent.
|
DDColumnDependableFinder(int formatId,
byte[] columnBitMap)
Constructor given referenced column bit map byte array as in FormatableBitSet
|
| Modifier and Type | Method and Description |
|---|---|
(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.
|
getDependable, getSQLObjectType, getTypeFormatId, toStringpublic DDColumnDependableFinder(int formatId)
public DDColumnDependableFinder(int formatId,
byte[] columnBitMap)
public byte[] getColumnBitMap()
public void setColumnBitMap(byte[] columnBitMap)
columnBitMap - byte array as in a FormatableBitSet encoding column bit mapDependable findDependable(DataDictionary dd, UUID dependableObjectID) throws StandardException
findDependable in class DDdependableFinderdd - data dictionarydependableObjectID - dependable object ID (table UUID)StandardExceptionpublic 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.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class DDdependableFinderout - write bytes here.java.io.IOExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.