Пример #1
0
 public static extern System.Int64 SE_stream_set_double(SE_STREAM_64 stream, System.Int64 column, IntPtr ptr);
Пример #2
0
 public static extern System.Int64 SE_stream_set_float(SE_STREAM_64 stream, System.Int16 column, ref float float_val);
Пример #3
0
 public static extern System.Int64 SE_stream_set_smallint(SE_STREAM_64 stream, System.Int16 column, ref System.Int16 short_val);
Пример #4
0
 public static extern System.Int64 SE_stream_set_double(SE_STREAM_64 stream, System.Int64 column, ref System.Double double_val);
Пример #5
0
 public static extern System.Int64 SE_stream_delete_row(SE_STREAM_64 stream, string table, System.Int64 sde_row_id);
Пример #6
0
 [DllImport("sde.dll", SetLastError = true, ThrowOnUnmappableChar = true)]  // reset 1..True
 public static extern System.Int64 SE_stream_close(SE_STREAM_64 stream, System.Boolean reset);
Пример #7
0
 public static extern System.Int32 SE_stream_get_nstring(SE_STREAM_64 stream, System.Int16 column, [MarshalAs(UnmanagedType.LPArray)] byte[] string_val);
Пример #8
0
 public static extern System.Int64 SE_stream_set_uuid(SE_STREAM_64 stream, System.Int16 column, [MarshalAs(UnmanagedType.LPStr)] string string_val);
Пример #9
0
 public static extern System.Int64 SE_stream_execute(SE_STREAM_64 stream);
Пример #10
0
 public static extern System.Int64 SE_stream_fetch(SE_STREAM_64 stream);
Пример #11
0
 public static extern System.Int64 SE_stream_set_spatial_constraints(SE_STREAM_64 stream, System.Int16 search_order, System.Boolean calc_masks, System.Int16 num_filters, ref SE_FILTER filters);
Пример #12
0
 public static extern System.Int64 SE_stream_query_with_info(SE_STREAM_64 stream, SE_QUERYINFO_64 query_info);
Пример #13
0
 public static extern System.Int64 SE_stream_set_state(SE_STREAM_64 stream, System.Int64 source_id, System.Int64 differences_id, System.Int64 difference_type);
Пример #14
0
 public static extern System.Int64 SE_stream_set_float(SE_STREAM_64 stream, System.Int16 column, IntPtr ptr);
Пример #15
0
 public static extern System.Int64 SE_stream_set_date(SE_STREAM_64 stream, System.Int16 column, ref tm date_val);
Пример #16
0
 public static extern System.Int64 SE_stream_set_nstring(SE_STREAM_64 stream, System.Int16 column, Byte[] string_val);
Пример #17
0
 public static extern System.Int64 SE_stream_set_integer(SE_STREAM_64 stream, System.Int16 column, ref System.Int32 int_val);
Пример #18
0
 public static extern System.Int64 SE_stream_insert_table(SE_STREAM_64 stream, string table, System.Int16 num_columns, [MarshalAs(UnmanagedType.LPArray)] string[] columns);
Пример #19
0
 public static extern System.Int64 SE_stream_set_shape(SE_STREAM_64 stream, System.Int16 column, SE_SHAPE_64 shape_val);
Пример #20
0
 public static extern System.Int64 SE_stream_describe_column(SE_STREAM_64 stream, System.Int64 column, ref SE_COLUMN_DEF_64 column_def);
Пример #21
0
 public static extern System.Int64 SE_stream_create(SE_CONNECTION_64 connection, ref SE_STREAM_64 stream);