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