|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.profile.output.ProfileCSVFormat
public class ProfileCSVFormat
| Constructor Summary | |
|---|---|
ProfileCSVFormat()
|
|
| Method Summary | |
|---|---|
void |
format(java.io.OutputStream nout,
java.util.List<ProfileResult> profileResult)
The desired CSV column list is published in the ProfileColumn enum. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileCSVFormat()
| Method Detail |
|---|
public void format(java.io.OutputStream nout,
java.util.List<ProfileResult> profileResult)
throws java.lang.Exception
format in interface ProfileFormatnout - The file to write to.profileResult - The list of SQL Tables
java.lang.Exceptionca.sqlpower.architect.profile.output.ProfileFormat#format(java.io.OutputStream, java.util.List, ca.sqlpower.architect.profile.TableProfileManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||