GetOption
status_t GetOption(int option, void* value, int* _length);
return protocol->GetOption(option, value, _length);
bool GetOption(int32 index, BString* string, int32* id) const;
for (int32 i = 0; fProperty->GetOption(i, &name, &id); i++) {
Value* option = GetOption();
Value* option = GetOption();
Value* GetOption();
return GetStatement()->GetOption();
const char* GetOption();
if (_statement->GetOption() != NULL &&
_statement->GetOption()->GetValue() == NULL) {
if (statement->GetOption() != NULL) {
PrintValue(NULL, statement->GetOption(), level);