|
| DSSFunction () |
|
virtual | ~DSSFunction () |
|
| DSSFunction (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID) |
|
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
|
int | getFunctionIndex () |
|
void | setFunctionIndex (int inFunctionIdx) |
|
GUID | getPackageID () |
|
void | setPackageID (GUID iPackageID) |
|
EnumDSSFunction | getFunctionType () |
|
void | setFunctionType (EnumDSSFunction iType) |
|
EnumDSSFunctionType | getAnalyticalType () |
|
void | setAnalyticalType (EnumDSSFunctionType iType) |
|
EnumDSSFunctionSQLType | getSQLType () |
|
void | setSQLType (EnumDSSFunctionSQLType iType) |
|
const std::vector< CComVariant > & | getFunctionPropertyVec () |
|
void | setFunctionPropertyVec (const std::vector< CComVariant > &iFunctionPropertyVec) |
|
int | getFunctionPropertyID (const std::string &lPropertyName) |
|
std::string | getFunctionPropertyName (int lPropertyID) |
|
DSSFunction * | getPartitionFunction () |
|
bool | getOrderSignificant () |
|
void | setOrderSignificant (bool lOrderSignificant) |
|
virtual void | MakeCleanDefn () |
|
| DSSFunction () |
|
virtual | ~DSSFunction () |
|
| DSSFunction (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID) |
|
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
|
int | getFunctionIndex () |
|
void | setFunctionIndex (int inFunctionIdx) |
|
GUID | getPackageID () |
|
void | setPackageID (GUID iPackageID) |
|
EnumDSSFunction | getFunctionType () |
|
void | setFunctionType (EnumDSSFunction iType) |
|
EnumDSSFunctionType | getAnalyticalType () |
|
void | setAnalyticalType (EnumDSSFunctionType iType) |
|
EnumDSSFunctionSQLType | getSQLType () |
|
void | setSQLType (EnumDSSFunctionSQLType iType) |
|
const std::vector< CComVariant > & | getFunctionPropertyVec () |
|
void | setFunctionPropertyVec (const std::vector< CComVariant > &iFunctionPropertyVec) |
|
int | getFunctionPropertyID (const std::string &lPropertyName) |
|
std::string | getFunctionPropertyName (int lPropertyID) |
|
DSSFunction * | getPartitionFunction () |
|
bool | getOrderSignificant () |
|
void | setOrderSignificant (bool lOrderSignificant) |
|
virtual void | MakeCleanDefn () |
|
| DSSObjectInfo () |
|
virtual | ~DSSObjectInfo () |
|
| DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
| DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
GUID | getID () |
|
EnumDSSObjectType | getType () |
|
std::string | getName () |
|
std::string & | getNameRef () |
|
void | setName (std::string iName) |
|
void | setDsc (std::string iDsc) |
|
std::string | getDsc () |
|
GUID | getContainerID () |
|
DSSObjectContext * | getObjectContext () |
|
int | LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader) |
|
void | InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet) |
|
CComVariant * | getPropertyValue (std::string iPropertySetName, std::string iPropertyName) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue) |
|
PropertySetsMap | getPropertySetsMap () |
|
GUID | getOnwerID () |
|
void | putOwnerID (GUID &iOnwerID) |
|
void | addACE (GUID &iTrusteeID, int iTypeAndRights) |
|
bool | CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true) |
|
EnumDSSViewMedia | getViewMedia () |
|
std::vector< DSSAccessControlEntry > | getACL () |
|
void | Duplicate (DSSObjectInfo *ipObjectInfo) |
|
| DSSObjectInfo () |
|
virtual | ~DSSObjectInfo () |
|
| DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
| DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
GUID | getID () |
|
EnumDSSObjectType | getType () |
|
std::string | getName () |
|
std::string & | getNameRef () |
|
void | setName (std::string iName) |
|
void | setDsc (std::string iDsc) |
|
std::string | getDsc () |
|
GUID | getContainerID () |
|
DSSObjectContext * | getObjectContext () |
|
int | LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader) |
|
void | InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet) |
|
CComVariant * | getPropertyValue (std::string iPropertySetName, std::string iPropertyName) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue) |
|
PropertySetsMap | getPropertySetsMap () |
|
GUID | getOnwerID () |
|
void | putOwnerID (GUID &iOnwerID) |
|
void | addACE (GUID &iTrusteeID, int iTypeAndRights) |
|
bool | CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true) |
|
EnumDSSViewMedia | getViewMedia () |
|
std::vector< DSSAccessControlEntry > | getACL () |
|
void | Duplicate (DSSObjectInfo *ipObjectInfo) |
|