org.apache.derby.impl.services.locks
Class TableNameInfo

java.lang.Object
  extended by org.apache.derby.impl.services.locks.TableNameInfo

public class TableNameInfo
extends java.lang.Object


Field Summary
private  DataDictionary dd
           
private  java.util.Hashtable ddCache
           
private  java.util.Hashtable indexCache
           
private  java.util.Hashtable tableCache
           
private  java.util.Hashtable tdCache
           
 
Constructor Summary
TableNameInfo(LanguageConnectionContext lcc, boolean andIndex)
           
 
Method Summary
 java.lang.String getIndexName(java.lang.Long conglomId)
           
 java.lang.String getTableName(java.lang.Long conglomId)
           
 java.lang.String getTableType(java.lang.Long conglomId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dd

private DataDictionary dd

ddCache

private java.util.Hashtable ddCache

tdCache

private java.util.Hashtable tdCache

tableCache

private java.util.Hashtable tableCache

indexCache

private java.util.Hashtable indexCache
Constructor Detail

TableNameInfo

public TableNameInfo(LanguageConnectionContext lcc,
                     boolean andIndex)
              throws StandardException
Throws:
StandardException
Method Detail

getTableName

public java.lang.String getTableName(java.lang.Long conglomId)

getTableType

public java.lang.String getTableType(java.lang.Long conglomId)

getIndexName

public java.lang.String getIndexName(java.lang.Long conglomId)

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.