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, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader
public DBInfo(javax.sql.DataSource cp) throws java.lang.Exception
java.lang.Exception
public DBInfo(javax.sql.DataSource cp, boolean isDetailed) throws java.lang.Exception
java.lang.Exception
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
public java.lang.String toDumpString()
DumpableObject
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public java.lang.String toString()
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.