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