Exemplo n.º 1
0
Str::Str(const AbstractString& text) throw() :
    Base(isc_arg_string, (ISC_STATUS)(IPTR) text.c_str()) { }
Exemplo n.º 2
0
SqlState::SqlState(const AbstractString& text) throw() :
    Base(isc_arg_sql_state, (ISC_STATUS)(IPTR) text.c_str()) { }
Exemplo n.º 3
0
Interpreted::Interpreted(const AbstractString& text) throw() :
    StatusVector(isc_arg_interpreted, (ISC_STATUS)(IPTR) text.c_str()) { }