#include endpoint SQLServer { connect(DeprecatedString name) => (Optional connection_id) prepare_statement(u64 connection_id, DeprecatedString statement) => (Optional statement_id) execute_statement(u64 statement_id, Vector placeholder_values) => (Optional execution_id) disconnect(u64 connection_id) => () }