• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

C# grn_ctx类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C#中grn_ctx的典型用法代码示例。如果您正苦于以下问题:C# grn_ctx类的具体用法?C# grn_ctx怎么用?C# grn_ctx使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



grn_ctx类属于命名空间,在下文中一共展示了grn_ctx类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: grn_expr_syntax_escape_query

 public static extern  grn_rc grn_expr_syntax_escape_query(ref grn_ctx ctx, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string query, int query_size, ref grn_table_cursor escaped_query) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例2: grn_ctx_fin

 public static extern GroongaResultCode grn_ctx_fin(ref grn_ctx ctx);
开发者ID:mashiro,项目名称:tig-groonga-logger,代码行数:1,代码来源:Api.cs


示例3: grn_ctx_recv

 public static extern UInt32 grn_ctx_recv(ref grn_ctx ctx, out IntPtr str, out UInt32 str_len, out Int32 flags);
开发者ID:mashiro,项目名称:tig-groonga-logger,代码行数:1,代码来源:Api.cs


示例4: grn_ctx_recv

 public static extern  uint grn_ctx_recv(ref grn_ctx ctx, ref System.IntPtr str, ref uint str_len, ref int flags) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例5: grn_dat_remove

 public static extern  grn_rc grn_dat_remove(ref grn_ctx ctx, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string path) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例6: grn_table_tokenize

 public static extern  System.IntPtr grn_table_tokenize(ref grn_ctx ctx, ref grn_table_cursor table, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string str, uint str_len, ref grn_table_cursor buf, byte addp) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例7: grn_ctx_connect

 public static extern  grn_rc grn_ctx_connect(ref grn_ctx ctx, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string host, int port, int flags) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例8: grn_table_select

 public static extern  System.IntPtr grn_table_select(ref grn_ctx ctx, ref grn_table_cursor table, ref grn_table_cursor expr, ref grn_table_cursor res, grn_operator op) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例9: grn_obj_columns

 public static extern  int grn_obj_columns(ref grn_ctx ctx, ref grn_table_cursor table, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string str, uint str_size, ref grn_table_cursor res) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例10: grn_ctx_pop

 public static extern  System.IntPtr grn_ctx_pop(ref grn_ctx ctx) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例11: grn_expr_alloc

 public static extern  System.IntPtr grn_expr_alloc(ref grn_ctx ctx, ref grn_table_cursor expr, uint domain, ushort flags) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例12: grn_ctx_push

 public static extern  grn_rc grn_ctx_push(ref grn_ctx ctx, ref grn_table_cursor obj) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例13: grn_expr_exec

 public static extern  System.IntPtr grn_expr_exec(ref grn_ctx ctx, ref grn_table_cursor expr, int nargs) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例14: grn_expr_compile

 public static extern  grn_rc grn_expr_compile(ref grn_ctx ctx, ref grn_table_cursor expr) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例15: grn_table_create_for_group

 public static extern  System.IntPtr grn_table_create_for_group(ref grn_ctx ctx, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string name, uint name_size, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string path, ref grn_table_cursor group_key, ref grn_table_cursor value_type, uint max_n_subrecs) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例16: grn_expr_parse

 public static extern  grn_rc grn_expr_parse(ref grn_ctx ctx, ref grn_table_cursor expr, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string str, uint str_size, ref grn_table_cursor default_column, grn_operator default_mode, grn_operator default_op, uint flags) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例17: grn_table_get_subrecs

 public static extern  uint grn_table_get_subrecs(ref grn_ctx ctx, ref grn_table_cursor table, uint id, ref uint subrecbuf, ref int scorebuf, int buf_size) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例18: grn_expr_snip

 public static extern  System.IntPtr grn_expr_snip(ref grn_ctx ctx, ref grn_table_cursor expr, int flags, uint width, uint max_results, uint n_tags, ref System.IntPtr opentags, ref uint opentag_lens, ref System.IntPtr closetags, ref uint closetag_lens, ref grn_snip_mapping mapping) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例19: grn_load

 public static extern  grn_rc grn_load(ref grn_ctx ctx, grn_content_type input_type, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string table, uint table_len, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string columns, uint columns_len, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string values, uint values_len, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string ifexists, uint ifexists_len, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string each, uint each_len) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs


示例20: grn_expr_snip_add_conditions

 public static extern  grn_rc grn_expr_snip_add_conditions(ref grn_ctx ctx, ref grn_table_cursor expr, ref grn_table_cursor snip, uint n_tags, ref System.IntPtr opentags, ref uint opentag_lens, ref System.IntPtr closetags, ref uint closetag_lens) ;
开发者ID:cosmo0920,项目名称:GrnSharp,代码行数:1,代码来源:NativeMethods.cs



注:本文中的grn_ctx类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# grn_table_cursor类代码示例发布时间:2022-05-24
下一篇:
C# global类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap