Package org.checkerframework.checker.sqlquotes.qual


package org.checkerframework.checker.sqlquotes.qual
  • Annotation Interfaces
    Class
    Description
    Denotes a String that contains either zero or an even number of unescaped single quotes — i.e., there must be either zero or an even number of ' characters in a SqlEvenQuotes String that are not preceded immediately by another ' character.
    Denotes a String that contains an odd number of unescaped single quotes -- i.e., there must be an odd number of ' characters in a SqlOddQuotes String that are not preceded immediately by another ' character.
    Represents the bottom of the SQL Quotes qualifier hierarchy.
    Represents the top of the SQL Quotes qualifier hierarchy.