Aspose::Cells::Saving::SqlScriptColumnTypeMap class

SqlScriptColumnTypeMap class

Represents column type map.

class SqlScriptColumnTypeMap

Methods

MethodDescription
GetNumbericType()Gets numeric type in the database.
GetStringType()Gets string type in the database.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also