Class DatabaseQuery

    • Field Detail

      • databaseManager

        public StringParameter databaseManager
        Name of the DatabaseManager to use. This defaults to "DatabaseManager".
      • query

        public PortParameter query
        An SQL query. This is a string that defaults to "select * from desks", indicating that the all the rows from the desks table should be returned.