Class SQLTable

java.lang.Object
net.ontopia.persistence.query.sql.SQLTable

public class SQLTable extends Object
INTERNAL: Represents a reference to a table in a relation database. The reference consist of the name of the table and the alias which it has been assigned in the query.
  • Field Details

    • name

      protected String name
    • alias

      protected String alias
  • Constructor Details

  • Method Details