|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jdbcimporter.EntityDef
net.sourceforge.jdbcexporter.ExportEntityDef
The ExportEntityDef class defines an entity (table) to be exported. This definition includes:
Field Summary |
Fields inherited from class net.sourceforge.jdbcimporter.EntityDef |
columns |
Constructor Summary | |
ExportEntityDef()
|
Method Summary | |
ExportColumnDef[] |
getColumns()
Returns the list of columns that will be exported. |
DelimiterFormatter |
getDelimiterFormatter()
Returns the delimiter formatter used by the engine. |
ExportEngine |
getExportEngine()
Returns the export engine to use when exporting data for this entity. |
java.io.File |
getTarget()
Returns the file to write the export data to. |
java.lang.String |
getTargetEncoding()
Returns the target file's encoding (may be null). |
java.lang.String |
getWhereClause()
Returns the SQL where clause that will restrict the data exported. |
void |
setDelimiterFormatter(DelimiterFormatter formatter)
Set the delimiter formatter. |
void |
setExportEngine(ExportEngine engine)
Sets the export engine to use when exporting data for this entity. |
void |
setTarget(java.io.File file)
Set the target file. |
void |
setTargetEncoding(java.lang.String newTargetEncoding)
Set the target file's encoding. |
void |
setWhereClause(java.lang.String string)
Set the where clause. |
java.lang.String |
toString()
Overrides Object.toString() |
Methods inherited from class net.sourceforge.jdbcimporter.EntityDef |
addColumn, addProperty, getCatalog, getColumnCount, getColumnIterator, getProperty, getSchema, getTable, setCatalog, setSchema, setTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExportEntityDef()
Method Detail |
public DelimiterFormatter getDelimiterFormatter()
public java.io.File getTarget()
public java.lang.String getTargetEncoding()
public java.lang.String getWhereClause()
public void setDelimiterFormatter(DelimiterFormatter formatter)
formatter
- delimiter formatterpublic void setTarget(java.io.File file)
file
- target filepublic void setTargetEncoding(java.lang.String newTargetEncoding)
newTargetEncoding
- target file's encoding charsetpublic void setWhereClause(java.lang.String string)
string
- where clausepublic void setExportEngine(ExportEngine engine)
engine
- the export enginepublic ExportEngine getExportEngine()
public ExportColumnDef[] getColumns()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |