|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectschemacrawler.tools.BaseToolOptions
schemacrawler.tools.datatext.DataTextFormatOptions
public class DataTextFormatOptions
Data text formatting options.
| Constructor Summary | |
|---|---|
DataTextFormatOptions()
Data text formatting options, defaults. |
|
DataTextFormatOptions(Config config,
OutputOptions outputOptions,
java.lang.String queryName)
Data text formatting options from properties. |
|
| Method Summary | |
|---|---|
Query |
getQuery()
Get the query. |
boolean |
isMergeRows()
Whether to merge similar rows. |
boolean |
isShowLobs()
Whether to show LOBs. |
void |
setMergeRows(boolean mergeRows)
Whether to merge similar rows. |
void |
setQuery(Query query)
Query. |
void |
setShowLobs(boolean showLobs)
Whether to show LOBs. |
java.lang.String |
toString()
|
| Methods inherited from class schemacrawler.tools.BaseToolOptions |
|---|
getOutputOptions, setOutputOptions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataTextFormatOptions()
public DataTextFormatOptions(Config config,
OutputOptions outputOptions,
java.lang.String queryName)
config - PropertiesoutputOptions - Page optionsqueryName - Query name, in the config| Method Detail |
|---|
public Query getQuery()
public boolean isMergeRows()
public boolean isShowLobs()
public void setMergeRows(boolean mergeRows)
mergeRows - Whether to merge similar rowspublic void setQuery(Query query)
query - Querypublic void setShowLobs(boolean showLobs)
showLobs - Whether to show LOBspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||