Beispiel #1
0
 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) ;
Beispiel #2
0
 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) ;
Beispiel #3
0
 public static extern  System.IntPtr grn_expr_append_const_int(ref grn_ctx ctx, ref grn_table_cursor expr, int i, grn_operator op, int nargs) ;
Beispiel #4
0
 public static extern  grn_rc grn_expr_append_op(ref grn_ctx ctx, ref grn_table_cursor expr, grn_operator op, int nargs) ;
Beispiel #5
0
 public static extern  System.IntPtr grn_expr_append_const_str(ref grn_ctx ctx, ref grn_table_cursor expr, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string str, uint str_size, grn_operator op, int nargs) ;
Beispiel #6
0
 public static extern  grn_rc grn_geo_select_in_rectangle(ref grn_ctx ctx, ref grn_table_cursor index, ref grn_table_cursor top_left_point, ref grn_table_cursor bottom_right_point, ref grn_table_cursor res, grn_operator op) ;
Beispiel #7
0
 public static extern  int grn_column_index(ref grn_ctx ctx, ref grn_table_cursor column, grn_operator op, ref System.IntPtr indexbuf, int buf_size, ref int section) ;
Beispiel #8
0
 public static extern  grn_rc grn_obj_search(ref grn_ctx ctx, ref grn_table_cursor obj, ref grn_table_cursor query, ref grn_table_cursor res, grn_operator op, ref grn_search_optarg optarg) ;
Beispiel #9
0
 public static extern  grn_rc grn_table_setoperation(ref grn_ctx ctx, ref grn_table_cursor table1, ref grn_table_cursor table2, ref grn_table_cursor res, grn_operator op) ;