public class DBInfo extends TransferableObject
| Constructor and Description |
|---|
DBInfo(javax.sql.DataSource cp) |
DBInfo(javax.sql.DataSource cp,
boolean isDetailed) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toDumpString()
Note that this method returns a String with platform specific line breaks.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
java.lang.String |
toString()
Returns a single line String that shows the values of the most important
state variables of this object.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeaderpublic DBInfo(javax.sql.DataSource cp)
throws java.lang.Exception
java.lang.Exceptionpublic DBInfo(javax.sql.DataSource cp,
boolean isDetailed)
throws java.lang.Exception
java.lang.Exceptionpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectpublic java.lang.String toDumpString()
DumpableObjecttoDumpString in interface DumpabletoDumpString in class DumpableObjectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic java.lang.String toString()
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.