Class DataServiceUtils


  • public class DataServiceUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDML​(java.lang.String query)  
      static java.lang.String replaceMySqlCloudToken​(java.lang.String url, java.lang.String hostPortString)  
      static java.lang.RuntimeException unwrap​(java.lang.Throwable th)  
      • Methods inherited from class java.lang.Object

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

      • unwrap

        public static java.lang.RuntimeException unwrap​(java.lang.Throwable th)
      • isDML

        public static boolean isDML​(java.lang.String query)
      • replaceMySqlCloudToken

        public static java.lang.String replaceMySqlCloudToken​(java.lang.String url,
                                                              java.lang.String hostPortString)