コード例 #1
0
 CStr getDottedSignedStringAsSQLCol(VarBufferPos buffer) {
   CStr cs = buffer.getStringAt(buffer.m_nAbsolutePosition, m_nTotalSize);
   return cs;
 }