Str::Str(const AbstractString& text) throw() : Base(isc_arg_string, (ISC_STATUS)(IPTR) text.c_str()) { }
SqlState::SqlState(const AbstractString& text) throw() : Base(isc_arg_sql_state, (ISC_STATUS)(IPTR) text.c_str()) { }
Interpreted::Interpreted(const AbstractString& text) throw() : StatusVector(isc_arg_interpreted, (ISC_STATUS)(IPTR) text.c_str()) { }