planetj.database
Interface ITable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
PhysicalTable, Table

public interface ITable
extends java.io.Serializable

Information contained by both logical and physical tables


Method Summary
 byte[] getIPAddress()
          Gets the IP address of the system containing this ITable
 java.lang.String getLibraryName()
          Gets the name of the library which contains this ITable
 java.lang.String getName()
          Gets the name of this ITable
 

Method Detail

getIPAddress

public byte[] getIPAddress()
Gets the IP address of the system containing this ITable


getLibraryName

public java.lang.String getLibraryName()
Gets the name of the library which contains this ITable


getName

public java.lang.String getName()
Gets the name of this ITable