Class DBUtil


  • public class DBUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DBUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toSafeDBColumnName​(java.lang.String value)
      Converts the string value to a name that would be a safe column name for all databases.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBUtil

        public DBUtil()
    • Method Detail

      • toSafeDBColumnName

        public static java.lang.String toSafeDBColumnName​(java.lang.String value)
        Converts the string value to a name that would be a safe column name for all databases.