类
ArrowFlightSQLServer
实例方法
从 GAFlightServer 继承的方法 (8)
gaflight_server_do_get
没有可用的描述。
since: 6.0.0
gaflight_server_do_put
处理从客户端发送的 IPC 负载流。
since: 18.0.0
gaflight_server_get_flight_info
没有可用的描述。
since: 9.0.0
gaflight_server_get_port
没有可用的描述。
gaflight_server_list_flights
没有可用的描述。
since: 5.0.0
gaflight_server_listen
没有可用的描述。
since: 5.0.0
gaflight_server_shutdown
关闭服务。此函数可以从信号处理程序或其他线程调用。
since: 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 )
- 没有可用的描述。