|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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 | |
String |
getDataSourceName()
Gets the name of the datasource to connect to |
String |
getDestination()
Gets the system to export to. |
Object |
getKey()
Gets the key with which this descriptor's alias will be stored |
String |
getTableName()
Gets the name of the table to export to |
void |
setDataSourceName(String newDataSourceName)
Sets the name of the datasource to connect to |
void |
setDestination(String destination)
Sets the system to export to. |
void |
setTableName(String newTableName)
Sets the name of the table to export to |
Methods inherited from class planetj.helpers.FileDescriptor |
getColumnHeadingsDisplayType, getDisplayColumns, getFileName, getOutputRowType, getPassword, getSystemName, getUserId, isAppendToFile, setAppendToFile, setColumnHeadingsDisplayType, setDisplayColumns, setFileName, 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 String getDataSourceName()
public String getDestination()
public Object getKey()
public String getTableName()
public void setDataSourceName(String newDataSourceName)
public void setDestination(String destination)
public void setTableName(String newTableName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |