Class RDBMSMatrixQuery

java.lang.Object
net.ontopia.persistence.query.sql.RDBMSMatrixQuery
All Implemented Interfaces:
DetachedQueryIF

public class RDBMSMatrixQuery extends Object implements DetachedQueryIF
INTERNAL: RDBMS query implementation that performs queries that return an instance of QueryResultIF.
  • Field Details

    • stm

      protected SQLStatementIF stm
    • lookup_identities

      protected boolean lookup_identities
  • Constructor Details

    • RDBMSMatrixQuery

      public RDBMSMatrixQuery(SQLStatementIF stm, boolean lookup_identities)
  • Method Details