类
ArrowFlightSQL服务器
实例方法
继承自 GAFlightServer 的方法 (8)
gaflight_server_do_get
暂无描述。
自:6.0.0
gaflight_server_do_put
处理从客户端发送的 IPC 有效负载流。
自:18.0.0
gaflight_server_get_flight_info
暂无描述。
自:9.0.0
gaflight_server_get_port
暂无描述。
gaflight_server_list_flights
暂无描述。
自:5.0.0
gaflight_server_listen
暂无描述。
自:5.0.0
gaflight_server_shutdown
关闭服务器。此函数可以从信号处理程序或其他线程调用。
自:5.0.0
gaflight_server_wait
暂无描述。
信号
继承自 GObject 的信号 (1)
类结构
struct ArrowFlightSQLServerClass {
GAFlightServerClass parent_class;
GAFlightInfo* (* get_flight_info_statement) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLStatementQuery* command,
GAFlightDescriptor* descriptor,
GError** error
);
GAFlightDataStream* (* do_get_statement) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLStatementQueryTicket* ticket,
GError** error
);
gint64 (* do_put_command_statement_update) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLStatementUpdate* command,
GError** error
);
gint64 (* do_put_prepared_statement_update) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLPreparedStatementUpdate* command,
GAFlightMessageReader* reader,
GError** error
);
GAFlightSQLCreatePreparedStatementResult* (* create_prepared_statement) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLCreatePreparedStatementRequest* request,
GError** error
);
void (* close_prepared_statement) (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLClosePreparedStatementRequest* request,
GError** error
);
}
暂无描述。
类成员
parent_class: GAFlightServerClass
- 暂无描述。
get_flight_info_statement: GAFlightInfo* (* get_flight_info_statement) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLStatementQuery* command, GAFlightDescriptor* descriptor, GError** error )
- 暂无描述。
do_get_statement: GAFlightDataStream* (* do_get_statement) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLStatementQueryTicket* ticket, GError** error )
- 暂无描述。
do_put_command_statement_update: gint64 (* do_put_command_statement_update) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLStatementUpdate* command, GError** error )
- 暂无描述。
do_put_prepared_statement_update: gint64 (* do_put_prepared_statement_update) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLPreparedStatementUpdate* command, GAFlightMessageReader* reader, GError** error )
- 暂无描述。
create_prepared_statement: GAFlightSQLCreatePreparedStatementResult* (* create_prepared_statement) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLCreatePreparedStatementRequest* request, GError** error )
- 暂无描述。
close_prepared_statement: void (* close_prepared_statement) ( GAFlightSQLServer* server, GAFlightServerCallContext* context, GAFlightSQLClosePreparedStatementRequest* request, GError** error )
- 暂无描述。