mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -64,8 +64,8 @@ class Field
|
|||
}
|
||||
|
||||
void SetType(enum DataTypes type) { mType = type; }
|
||||
//no need for memory allocations to store resultset field strings
|
||||
//all we need is to cache pointers returned by different DBMS APIs
|
||||
// no need for memory allocations to store resultset field strings
|
||||
// all we need is to cache pointers returned by different DBMS APIs
|
||||
void SetValue(const char* value) { mValue = value; };
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue