public class CatalogEntry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CatalogEntry(Table table)
Creates a new catalog entry given the table.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createFileName()
Creates a new filename for the entry's table name.
|
java.lang.String |
getFileName()
Returns the filename of this catalog entry's table's filename.
|
Table |
getTable()
Returns this catalog entry's table.
|
java.lang.String |
getTableName()
The name of the table this entry corresponds to.
|
java.lang.String |
toString()
String representation.
|
public CatalogEntry(Table table)
table
- the table name for this catalog entry.public java.lang.String getTableName()
public Table getTable()
public java.lang.String getFileName()
protected void createFileName()
public java.lang.String toString()
toString
in class java.lang.Object