Constructor Summary |
---|
SqlScriptSaveOptions()
Creates options for saving sql file. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAddBlankLineBetweenRows() | |
method | setAddBlankLineBetweenRows(value) | |
Insert blank line between each data. | ||
method | getCachedFileFolder() | |
method | setCachedFileFolder(value) | |
The cached file folder is used to store some large data. | ||
method | getCheckAllDataForColumnType() | |
method | setCheckAllDataForColumnType(value) | |
Check all data to find columns' data type. | ||
method | getCheckIfTableExists() | |
method | setCheckIfTableExists(value) | |
Check if the table name exists before creating | ||
method | getClearData() | |
method | setClearData(value) | |
Make the workbook empty after saving the file. | ||
method | getColumnTypeMap() | |
method | setColumnTypeMap(value) | |
Gets and sets the map of column type for different database. | ||
method | getCreateDirectory() | |
method | setCreateDirectory(value) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
method | getCreateTable() | |
method | setCreateTable(value) | |
Indicates whether exporting sql of creating table. | ||
method | getExportArea() | |
method | setExportArea(value) | |
Gets or sets the exporting range. | ||
method | getExportAsString() | |
method | setExportAsString(value) | |
Indicates whether exporting all data as string value. | ||
method | hasHeaderRow() | |
method | setHasHeaderRow(value) | |
Indicates whether the range contains header row. | ||
method | getIdName() | |
method | setIdName(value) | |
Gets and sets the name of id column. | ||
method | getMergeAreas() | |
method | setMergeAreas(value) | |
Indicates whether merge the areas of conditional formatting and validation before saving the file. | ||
method | getOperatorType() | |
method | setOperatorType(value) | |
Gets and sets the operator type of sql. The value of the property is SqlScriptOperatorType integer constant. | ||
method | getPrimaryKey() | |
method | setPrimaryKey(value) | |
Represents which column is primary key of the data table. | ||
method | getRefreshChartCache() | |
method | setRefreshChartCache(value) | |
Indicates whether refreshing chart cache data | ||
method | getSaveFormat() | |
Gets the save file format.
The value of the property is SaveFormat integer constant. |
||
method | getSeparator() | |
method | setSeparator(value) | |
Gets and sets character separator of sql script. | ||
method | getSheetIndexes() | |
method | setSheetIndexes(value) | |
Represents the indexes of exported sheets. | ||
method | getSortExternalNames() | |
method | setSortExternalNames(value) | |
Indicates whether sorting external defined names before saving file. | ||
method | getSortNames() | |
method | setSortNames(value) | |
Indicates whether sorting defined names before saving file. | ||
method | getStartId() | |
method | setStartId(value) | |
Gets and sets the start id. | ||
method | getTableName() | |
method | setTableName(value) | |
Gets and sets the table name. | ||
method | getUpdateSmartArt() | |
method | setUpdateSmartArt(value) | |
Indicates whether updating smart art setting. The default value is false. | ||
method | getValidateMergedAreas() | |
method | setValidateMergedAreas(value) | |
Indicates whether validate merged cells before saving the file. | ||
method | getWarningCallback() | |
method | setWarningCallback(value) | |
Gets or sets warning callback. |
boolean getCheckIfTableExists() / setCheckIfTableExists(value)
SqlScriptColumnTypeMap getColumnTypeMap() / setColumnTypeMap(value)
boolean getCheckAllDataForColumnType() / setCheckAllDataForColumnType(value)
boolean getAddBlankLineBetweenRows() / setAddBlankLineBetweenRows(value)
char getSeparator() / setSeparator(value)
int getOperatorType() / setOperatorType(value)
int getPrimaryKey() / setPrimaryKey(value)
boolean getCreateTable() / setCreateTable(value)
String getIdName() / setIdName(value)
int getStartId() / setStartId(value)
String getTableName() / setTableName(value)
boolean getExportAsString() / setExportAsString(value)
int[] getSheetIndexes() / setSheetIndexes(value)
CellArea getExportArea() / setExportArea(value)
boolean hasHeaderRow() / setHasHeaderRow(value)
int getSaveFormat()
boolean getClearData() / setClearData(value)
String getCachedFileFolder() / setCachedFileFolder(value)
boolean getValidateMergedAreas() / setValidateMergedAreas(value)
boolean getMergeAreas() / setMergeAreas(value)
boolean getCreateDirectory() / setCreateDirectory(value)
boolean getSortNames() / setSortNames(value)
boolean getSortExternalNames() / setSortExternalNames(value)
boolean getRefreshChartCache() / setRefreshChartCache(value)
IWarningCallback getWarningCallback() / setWarningCallback(value)
boolean getUpdateSmartArt() / setUpdateSmartArt(value)