Constant Field Values

Contents

com.eduix.*

  • com.eduix.genexp.storage.database.DatabaseStorageService 
    Modifier and Type Constant Field Value
    private static final String DELETE_ELEMENT_ORGANISATION "DELETE FROM element_organisation WHERE element_id = :element_id AND element_type = :element_type AND organisation_code IN (:organisation_code)"
    private static final String INSERT_ELEMENT_ORGANISATION "INSERT INTO element_organisation (element_id, element_type, organisation_code) VALUES (:element_id, :element_type, :organisation_code)"