com.github.drinkjava2.jdialects
Class DebugUtils

java.lang.Object
  extended by com.github.drinkjava2.jdialects.DebugUtils

public abstract class DebugUtils
extends Object

DebugUtils only for debug, will delete it

Since:
1.0.0
Author:
Yong Zhu

Constructor Summary
DebugUtils()
           
 
Method Summary
static String getColumnModelDebugInfo(ColumnModel c)
           
static String getFkeyDebugInfo(TableModel t)
           
static String getTableModelDebugInfo(TableModel model)
           
static String getTableModelsDebugInfo(TableModel[] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugUtils

public DebugUtils()
Method Detail

getColumnModelDebugInfo

public static String getColumnModelDebugInfo(ColumnModel c)

getFkeyDebugInfo

public static String getFkeyDebugInfo(TableModel t)

getTableModelDebugInfo

public static String getTableModelDebugInfo(TableModel model)

getTableModelsDebugInfo

public static String getTableModelsDebugInfo(TableModel[] models)


Copyright © 2018. All rights reserved.