BladeSmith generates the following source code for each client and server project:
Developer: TO DO
Developer: Make changes in this section if necessary
OpaqueCommon.cpp
Contains the logic for the opaque type routines that are implemented both as ActiveX custom methods and server project routines.
OpaqueCommon.h
Contains the logic for the IsNull() and SetNullFlag() custom methods.
OpaqueServer.cpp
Contains the logic for the opaque type routines that are implemented only for the server project.
(1 of 3)
Basic Text Input/Output
FromString()
ToString()
Binary Send/Receive With Client
Send()
Receive()
Text File Import/Export
ImportText()
ExportText()
Binary File Import/Export
ImportBinary()
ExportBinary()
Type Compare Support
Compare()
Equal()*
NotEqual()
B-Tree Indexing Support
GreaterThan()
GreaterThanOrEqual()
LessThan()
LessThanOrEqual()
R-Tree Indexing Support
Contains()
Inter()
Overlap()
Size()
Union()
Within()
Type Mathematic Operators
Plus()
Minus()
Times()
Divide()
More Mathematic Operators
Positive()
Negate()
Type Concatenation Operator
Concat()
Type Hash Support
Hash()