ArrowFlightSQLServer

描述

abstract class ArrowFlightSQL.Server : ArrowFlight.Server {
  parent_instance: GAFlightServer
}
没有可用的描述。

实例方法

gaflightsql_server_close_prepared_statement
没有可用的描述。

since: 14.0.0

gaflightsql_server_create_prepared_statement
没有可用的描述。

since: 14.0.0

gaflightsql_server_do_get_statement
没有可用的描述。

since: 9.0.0

gaflightsql_server_do_put_command_statement_update
没有可用的描述。

since: 13.0.0

gaflightsql_server_do_put_prepared_statement_update
没有可用的描述。

since: 14.0.0

gaflightsql_server_get_flight_info_statement
没有可用的描述。

since: 9.0.0

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 继承的方法 (43)

请参阅 GObject 获得完整的方法列表。

信号

GObject 继承的信号 (1)
GObject::notify

当通过 g_object_set_property()、g_object_set() 等设置对象的属性值时,会发出 notify 信号。

类结构

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 )
没有可用的描述。

虚拟方法

ArrowFlightSQL.ServerClass.close_prepared_statement
没有可用的描述。

since: 14.0.0

ArrowFlightSQL.ServerClass.create_prepared_statement
没有可用的描述。

since: 14.0.0

ArrowFlightSQL.ServerClass.do_get_statement
没有可用的描述。

since: 9.0.0

ArrowFlightSQL.ServerClass.do_put_command_statement_update
没有可用的描述。

since: 13.0.0

ArrowFlightSQL.ServerClass.do_put_prepared_statement_update
没有可用的描述。

since: 14.0.0

ArrowFlightSQL.ServerClass.get_flight_info_statement
没有可用的描述。

since: 9.0.0