Class ParticipantAgqlToSql.Query

    • Constructor Detail

      • Query

        public Query()
    • Method Detail

      • prepareStatement

        public PreparedStatement prepareStatement​(Connection db)
                                           throws SQLException
        Creates a prepared statement from the sql string and the parameters.
        Parameters:
        db - A connection to the database.
        Returns:
        A prepared statement with parameters set.
        Throws:
        SqlException
        SQLException