Class StringUtils


  • public class StringUtils
    extends java.lang.Object
    Provides some internal NFE functions. Those functions are only for NFE internal use.
    • Field Detail

      • SQL_BLOCK_SEPARATOR

        public static java.lang.String SQL_BLOCK_SEPARATOR
      • SQL_BLOCK_SEPARATOR_SEMICOLON_INCLUSIVE

        public static java.lang.String SQL_BLOCK_SEPARATOR_SEMICOLON_INCLUSIVE
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • escapeSQLComments

        public static java.lang.String escapeSQLComments​(java.lang.String script)