Aspose::Cells::Saving::SqlScriptColumnTypeMap class
SqlScriptColumnTypeMap class
Represents column type map.
class SqlScriptColumnTypeMap
Methods
Method | Description |
---|---|
GetNumbericType() | Gets numeric type in the database. |
GetStringType() | Gets string type in the database. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const SqlScriptColumnTypeMap& src) | operator= |
SqlScriptColumnTypeMap() | Default constructor. |
SqlScriptColumnTypeMap(SqlScriptColumnTypeMap_Impl* impl) | Constructs from an implementation object. |
SqlScriptColumnTypeMap(const SqlScriptColumnTypeMap& src) | Copy constructor. |
~SqlScriptColumnTypeMap() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Saving
- Library Aspose.Cells for C++