Class SQLExec.DelimiterType

  • Enclosing class:
    SQLExec

    public static class SQLExec.DelimiterType
    extends EnumeratedAttribute
    delimiters we support, "normal" and "row"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NORMAL
      The enumerated strings
      static java.lang.String ROW
      The enumerated strings
    • Constructor Summary

      Constructors 
      Constructor Description
      DelimiterType()  
    • Constructor Detail

      • DelimiterType

        public DelimiterType()
    • Method Detail

      • getValues

        public java.lang.String[] getValues()
        Description copied from class: EnumeratedAttribute
        This is the only method a subclass needs to implement.
        Specified by:
        getValues in class EnumeratedAttribute
        Returns:
        the enumerated strings