public class TupleDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private DataDictionary |
dataDictionary |
Constructor and Description |
---|
TupleDescriptor() |
TupleDescriptor(DataDictionary dataDictionary) |
Modifier and Type | Method and Description |
---|---|
(package private) DependableFinder |
getColumnDependableFinder(int formatId,
byte[] columnBitMap) |
protected DataDictionary |
getDataDictionary() |
(package private) DependableFinder |
getDependableFinder(int formatId) |
java.lang.String |
getDescriptorName() |
java.lang.String |
getDescriptorType()
Each descriptor must identify itself with its type; i.e index, check
constraint whatever.
|
boolean |
isPersistent()
Is this provider persistent?
|
protected void |
setDataDictionary(DataDictionary dd) |
private DataDictionary dataDictionary
public TupleDescriptor()
public TupleDescriptor(DataDictionary dataDictionary)
protected DataDictionary getDataDictionary()
protected void setDataDictionary(DataDictionary dd)
public boolean isPersistent()
DependableFinder getDependableFinder(int formatId)
DependableFinder getColumnDependableFinder(int formatId, byte[] columnBitMap)
public java.lang.String getDescriptorType()
public java.lang.String getDescriptorName()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.