类 DerbyUtils


  • public final class DerbyUtils
    extends java.lang.Object
    Derby util.
    作者:
    liaochuntao
    • 构造器概要

      构造器 
      构造器 说明
      DerbyUtils()  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.String insertStatementCorrection​(java.lang.String sql)
      Because Derby's database table name is uppercase, you need to do a conversion to the insert statement that was inserted.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • INSERT_INTO_VALUES

        private static final java.lang.String INSERT_INTO_VALUES
        另请参阅:
        常量字段值
      • INSERT_INTO_PATTERN

        private static final java.util.regex.Pattern INSERT_INTO_PATTERN
    • 构造器详细资料

      • DerbyUtils

        public DerbyUtils()
    • 方法详细资料

      • insertStatementCorrection

        public static java.lang.String insertStatementCorrection​(java.lang.String sql)
        Because Derby's database table name is uppercase, you need to do a conversion to the insert statement that was inserted.
        参数:
        sql - external database insert sql
        返回:
        derby insert sql