Value:
CompareWtihoutNull(rhs) {
m_valueType:
VALUE_TYPE_VARCHAR:
CompareStringValue(rhs);
}
GetObjectLengthWithoutNull {
return m_data[8];
}
GetObjectLengthLength() {
return m_data[12];
}
GetObjectValueWithoutNull {
m_data->Get()+GetObjectLengLength();
}
CompareStringValue {
}
原文链接:https://www.f2er.com/postgresql/194663.html