MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isc_dsql_alloc_statement2

Method isc_dsql_alloc_statement2

src/jrd/extds/IscDS.cpp:1158–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158ISC_STATUS ISC_EXPORT IscProvider::isc_dsql_alloc_statement2(FbStatusVector* user_status,
1159 isc_db_handle* db_handle, isc_stmt_handle* stmt_handle)
1160{
1161 if (!m_api.dsql_alloc_statement2)
1162 return notImplemented(user_status);
1163
1164 return (*m_api.dsql_alloc_statement2) (IscStatus(user_status), db_handle, stmt_handle);
1165}
1166
1167ISC_STATUS ISC_EXPORT IscProvider::isc_dsql_describe(FbStatusVector* user_status,
1168 isc_stmt_handle* stmt_handle, unsigned short dialect, XSQLDA* sqlda)

Callers

nothing calls this directly

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected