de.mguennewig.pobjects.metadata
Interface SqlEntity

All Known Implementing Classes:
ClassDecl, DynamicSelectExpr, SelectExpr, Sequence, TableExpr, ViewDecl

public interface SqlEntity

Interface for all SQL entities that can be accessed by a schema name within the database.


Method Summary
 Module getModule()
          Returns the module in which the SQL entity occurs.
 java.lang.String getSchemaName()
          Returns the name of the SQL entity used in the database schema.
 void setModule(Module module)
          Sets the owning module of this SQL entity.
 

Method Detail

getSchemaName

java.lang.String getSchemaName()
Returns the name of the SQL entity used in the database schema.


getModule

Module getModule()
Returns the module in which the SQL entity occurs.


setModule

void setModule(Module module)
Sets the owning module of this SQL entity.