|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.helpers.FileDescriptor
planetj.helpers.MSAccessDescriptor
Describes how to export into MS access. The actual export code is in the planetj.database.MSAccessDBSystem.
Field Summary |
Fields inherited from class planetj.helpers.FileDescriptor |
COLUMN_HEADINGS_EXTERNAL, COLUMN_HEADINGS_INTERNAL, COLUMN_HEADINGS_NONE, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED |
Constructor Summary | |
MSAccessDescriptor()
FDFFileDescriptor constructor comment. |
|
MSAccessDescriptor(MSAccessPropertyGroup pProperties)
FDFFileDescriptor constructor comment. |
Method Summary | |
java.lang.String |
getDataSourceName()
Gets the name of the datasource to connect to |
java.lang.String |
getDestination()
Gets the system to export to. |
java.lang.Object |
getKey()
Gets the key with which this descriptor's alias will be stored |
java.lang.String |
getTableName()
Gets the name of the table to export to |
void |
setDataSourceName(java.lang.String newDataSourceName)
Sets the name of the datasource to connect to |
void |
setDestination(java.lang.String destination)
Sets the system to export to. |
void |
setTableName(java.lang.String newTableName)
Sets the name of the table to export to |
Methods inherited from class planetj.helpers.FileDescriptor |
getColumnHeadingsDisplayType, getDisplayColumns, getFileName, getGeneratorClass, getOutputRowType, getPassword, getPropertyGroup, getPropertyValue, getSystemName, getUserId, isAppendToFile, setAppendToFile, setColumnHeadingsDisplayType, setDisplayColumns, setFileName, setGeneratorClass, setOutputRowType, setPassword, setSystemName, setUserId |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MSAccessDescriptor()
public MSAccessDescriptor(MSAccessPropertyGroup pProperties)
Method Detail |
public java.lang.String getDataSourceName()
public java.lang.String getDestination()
public java.lang.Object getKey()
public java.lang.String getTableName()
public void setDataSourceName(java.lang.String newDataSourceName)
public void setDestination(java.lang.String destination)
public void setTableName(java.lang.String newTableName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |