com.github.drinkjava2.jdbpro
Class Text

java.lang.Object
  extended by com.github.drinkjava2.jdbpro.Text

public class Text
extends Object

Child class extended from Text support multiple line String. the toString method will return the comments between / * - and * / , To use this function need copy java file in resources folder, or move java file in resources folder and set a plugin in pom.xml, detail see jSqlBox wiki

Since:
2.0.4
Author:
Yong Zhu

Constructor Summary
Text()
           
 
Method Summary
static String classToString(Class<?> clazz)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

classToString

public static String classToString(Class<?> clazz)


Copyright © 2018. All rights reserved.