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