|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapplications.basics.XLSExport
public class XLSExport
Constructor Summary | |
---|---|
XLSExport()
|
|
XLSExport(java.sql.Connection con)
|
Method Summary | |
---|---|
int |
createXLS(java.lang.String fileName)
Create the XLS-File named fileName |
java.sql.Connection |
getCon()
Get the value of con. |
java.sql.SQLException |
getException()
Get the value of exception. |
java.lang.String |
getQuery()
Get the value of query. |
static void |
main(java.lang.String[] args)
|
void |
setCon(java.sql.Connection v)
Set the value of con. |
void |
setException(java.sql.SQLException v)
Set the value of exception. |
void |
setQuery(java.lang.String v)
Set the value of query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XLSExport(java.sql.Connection con)
public XLSExport()
Method Detail |
---|
public java.sql.Connection getCon()
public void setCon(java.sql.Connection v)
v
- Value to assign to con.public java.lang.String getQuery()
public void setQuery(java.lang.String v)
v
- Value to assign to query.public java.sql.SQLException getException()
public void setException(java.sql.SQLException v)
v
- Value to assign to exception.public int createXLS(java.lang.String fileName)
fileName
- is the Name (incl. Path) of the XLS-file to createpublic static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |