58 | | /// virtual bool IsNull(string propertyName); |
59 | | /// \htmlinclude SyntaxBottom.html |
60 | | /// \htmlinclude JavaSyntaxTop.html |
61 | | /// virtual boolean IsNull(String propertyName); |
62 | | /// \htmlinclude SyntaxBottom.html |
63 | | /// \htmlinclude PHPSyntaxTop.html |
64 | | /// virtual bool IsNull(string propertyName); |
| 58 | /// virtual bool IsNull(int index); |
| 59 | /// \htmlinclude SyntaxBottom.html |
| 60 | /// \htmlinclude JavaSyntaxTop.html |
| 61 | /// virtual boolean IsNull(int index); |
| 62 | /// \htmlinclude SyntaxBottom.html |
| 63 | /// \htmlinclude PHPSyntaxTop.html |
| 64 | /// virtual bool IsNull(int index); |
88 | | /// virtual bool GetBoolean(string propertyName); |
89 | | /// \htmlinclude SyntaxBottom.html |
90 | | /// \htmlinclude JavaSyntaxTop.html |
91 | | /// virtual boolean GetBoolean(String propertyName); |
92 | | /// \htmlinclude SyntaxBottom.html |
93 | | /// \htmlinclude PHPSyntaxTop.html |
94 | | /// virtual bool GetBoolean(string propertyName); |
| 88 | /// virtual bool GetBoolean(int index); |
| 89 | /// \htmlinclude SyntaxBottom.html |
| 90 | /// \htmlinclude JavaSyntaxTop.html |
| 91 | /// virtual boolean GetBoolean(int index); |
| 92 | /// \htmlinclude SyntaxBottom.html |
| 93 | /// \htmlinclude PHPSyntaxTop.html |
| 94 | /// virtual bool GetBoolean(int index); |
121 | | /// virtual unsigned char GetByte(string propertyName); |
122 | | /// \htmlinclude SyntaxBottom.html |
123 | | /// \htmlinclude JavaSyntaxTop.html |
124 | | /// virtual signed char GetByte(String propertyName); |
125 | | /// \htmlinclude SyntaxBottom.html |
126 | | /// \htmlinclude PHPSyntaxTop.html |
127 | | /// virtual int GetByte(string propertyName); |
| 121 | /// virtual unsigned char GetByte(int index); |
| 122 | /// \htmlinclude SyntaxBottom.html |
| 123 | /// \htmlinclude JavaSyntaxTop.html |
| 124 | /// virtual signed char GetByte(int index); |
| 125 | /// \htmlinclude SyntaxBottom.html |
| 126 | /// \htmlinclude PHPSyntaxTop.html |
| 127 | /// virtual int GetByte(int index); |
154 | | /// virtual MgDateTime GetDateTime(string propertyName); |
155 | | /// \htmlinclude SyntaxBottom.html |
156 | | /// \htmlinclude JavaSyntaxTop.html |
157 | | /// virtual MgDateTime GetDateTime(String propertyName); |
158 | | /// \htmlinclude SyntaxBottom.html |
159 | | /// \htmlinclude PHPSyntaxTop.html |
160 | | /// virtual MgDateTime GetDateTime(string propertyName); |
| 154 | /// virtual MgDateTime GetDateTime(int index); |
| 155 | /// \htmlinclude SyntaxBottom.html |
| 156 | /// \htmlinclude JavaSyntaxTop.html |
| 157 | /// virtual MgDateTime GetDateTime(int index); |
| 158 | /// \htmlinclude SyntaxBottom.html |
| 159 | /// \htmlinclude PHPSyntaxTop.html |
| 160 | /// virtual MgDateTime GetDateTime(int index); |
187 | | /// virtual float GetSingle(string propertyName); |
188 | | /// \htmlinclude SyntaxBottom.html |
189 | | /// \htmlinclude JavaSyntaxTop.html |
190 | | /// virtual float GetSingle(String propertyName); |
191 | | /// \htmlinclude SyntaxBottom.html |
192 | | /// \htmlinclude PHPSyntaxTop.html |
193 | | /// virtual float GetSingle(string propertyName); |
| 187 | /// virtual float GetSingle(int index); |
| 188 | /// \htmlinclude SyntaxBottom.html |
| 189 | /// \htmlinclude JavaSyntaxTop.html |
| 190 | /// virtual float GetSingle(int index); |
| 191 | /// \htmlinclude SyntaxBottom.html |
| 192 | /// \htmlinclude PHPSyntaxTop.html |
| 193 | /// virtual float GetSingle(int index); |
220 | | /// virtual double GetDouble(string propertyName); |
221 | | /// \htmlinclude SyntaxBottom.html |
222 | | /// \htmlinclude JavaSyntaxTop.html |
223 | | /// virtual double GetDouble(String propertyName); |
224 | | /// \htmlinclude SyntaxBottom.html |
225 | | /// \htmlinclude PHPSyntaxTop.html |
226 | | /// virtual double GetDouble(string propertyName); |
| 220 | /// virtual double GetDouble(int index); |
| 221 | /// \htmlinclude SyntaxBottom.html |
| 222 | /// \htmlinclude JavaSyntaxTop.html |
| 223 | /// virtual double GetDouble(int index); |
| 224 | /// \htmlinclude SyntaxBottom.html |
| 225 | /// \htmlinclude PHPSyntaxTop.html |
| 226 | /// virtual double GetDouble(int index); |
253 | | /// virtual short GetInt16(string propertyName); |
254 | | /// \htmlinclude SyntaxBottom.html |
255 | | /// \htmlinclude JavaSyntaxTop.html |
256 | | /// virtual short GetInt16(String propertyName); |
257 | | /// \htmlinclude SyntaxBottom.html |
258 | | /// \htmlinclude PHPSyntaxTop.html |
259 | | /// virtual int GetInt16(string propertyName); |
| 253 | /// virtual short GetInt16(int index); |
| 254 | /// \htmlinclude SyntaxBottom.html |
| 255 | /// \htmlinclude JavaSyntaxTop.html |
| 256 | /// virtual short GetInt16(int index); |
| 257 | /// \htmlinclude SyntaxBottom.html |
| 258 | /// \htmlinclude PHPSyntaxTop.html |
| 259 | /// virtual int GetInt16(int index); |
286 | | /// virtual int GetInt32(string propertyName); |
287 | | /// \htmlinclude SyntaxBottom.html |
288 | | /// \htmlinclude JavaSyntaxTop.html |
289 | | /// virtual int GetInt32(String propertyName); |
290 | | /// \htmlinclude SyntaxBottom.html |
291 | | /// \htmlinclude PHPSyntaxTop.html |
292 | | /// virtual int GetInt32(string propertyName); |
| 286 | /// virtual int GetInt32(int index); |
| 287 | /// \htmlinclude SyntaxBottom.html |
| 288 | /// \htmlinclude JavaSyntaxTop.html |
| 289 | /// virtual int GetInt32(int index); |
| 290 | /// \htmlinclude SyntaxBottom.html |
| 291 | /// \htmlinclude PHPSyntaxTop.html |
| 292 | /// virtual int GetInt32(int index); |
319 | | /// virtual long GetInt64(string propertyName); |
320 | | /// \htmlinclude SyntaxBottom.html |
321 | | /// \htmlinclude JavaSyntaxTop.html |
322 | | /// virtual long GetInt64(String propertyName); |
323 | | /// \htmlinclude SyntaxBottom.html |
324 | | /// \htmlinclude PHPSyntaxTop.html |
325 | | /// virtual string GetInt64(string propertyName); |
| 319 | /// virtual long GetInt64(int index); |
| 320 | /// \htmlinclude SyntaxBottom.html |
| 321 | /// \htmlinclude JavaSyntaxTop.html |
| 322 | /// virtual long GetInt64(int index); |
| 323 | /// \htmlinclude SyntaxBottom.html |
| 324 | /// \htmlinclude PHPSyntaxTop.html |
| 325 | /// virtual string GetInt64(int index); |
354 | | /// virtual string GetString(string propertyName); |
355 | | /// \htmlinclude SyntaxBottom.html |
356 | | /// \htmlinclude JavaSyntaxTop.html |
357 | | /// virtual String GetString(String propertyName); |
358 | | /// \htmlinclude SyntaxBottom.html |
359 | | /// \htmlinclude PHPSyntaxTop.html |
360 | | /// virtual string GetString(string propertyName); |
| 354 | /// virtual string GetString(int index); |
| 355 | /// \htmlinclude SyntaxBottom.html |
| 356 | /// \htmlinclude JavaSyntaxTop.html |
| 357 | /// virtual String GetString(int index); |
| 358 | /// \htmlinclude SyntaxBottom.html |
| 359 | /// \htmlinclude PHPSyntaxTop.html |
| 360 | /// virtual string GetString(int index); |
387 | | /// virtual MgByteReader GetBLOB(string propertyName); |
388 | | /// \htmlinclude SyntaxBottom.html |
389 | | /// \htmlinclude JavaSyntaxTop.html |
390 | | /// virtual MgByteReader GetBLOB(String propertyName); |
391 | | /// \htmlinclude SyntaxBottom.html |
392 | | /// \htmlinclude PHPSyntaxTop.html |
393 | | /// virtual MgByteReader GetBLOB(string propertyName); |
| 387 | /// virtual MgByteReader GetBLOB(int index); |
| 388 | /// \htmlinclude SyntaxBottom.html |
| 389 | /// \htmlinclude JavaSyntaxTop.html |
| 390 | /// virtual MgByteReader GetBLOB(int index); |
| 391 | /// \htmlinclude SyntaxBottom.html |
| 392 | /// \htmlinclude PHPSyntaxTop.html |
| 393 | /// virtual MgByteReader GetBLOB(int index); |
420 | | /// virtual MgByteReader GetCLOB(string propertyName); |
421 | | /// \htmlinclude SyntaxBottom.html |
422 | | /// \htmlinclude JavaSyntaxTop.html |
423 | | /// virtual MgByteReader GetCLOB(String propertyName); |
424 | | /// \htmlinclude SyntaxBottom.html |
425 | | /// \htmlinclude PHPSyntaxTop.html |
426 | | /// virtual MgByteReader GetCLOB(string propertyName); |
| 420 | /// virtual MgByteReader GetCLOB(int index); |
| 421 | /// \htmlinclude SyntaxBottom.html |
| 422 | /// \htmlinclude JavaSyntaxTop.html |
| 423 | /// virtual MgByteReader GetCLOB(int index); |
| 424 | /// \htmlinclude SyntaxBottom.html |
| 425 | /// \htmlinclude PHPSyntaxTop.html |
| 426 | /// virtual MgByteReader GetCLOB(int index); |
453 | | /// virtual MgByteReader GetGeometry(string propertyName); |
454 | | /// \htmlinclude SyntaxBottom.html |
455 | | /// \htmlinclude JavaSyntaxTop.html |
456 | | /// virtual MgByteReader GetGeometry(String propertyName); |
457 | | /// \htmlinclude SyntaxBottom.html |
458 | | /// \htmlinclude PHPSyntaxTop.html |
459 | | /// virtual MgByteReader GetGeometry(string propertyName); |
| 453 | /// virtual MgByteReader GetGeometry(int index); |
| 454 | /// \htmlinclude SyntaxBottom.html |
| 455 | /// \htmlinclude JavaSyntaxTop.html |
| 456 | /// virtual MgByteReader GetGeometry(int index); |
| 457 | /// \htmlinclude SyntaxBottom.html |
| 458 | /// \htmlinclude PHPSyntaxTop.html |
| 459 | /// virtual MgByteReader GetGeometry(int index); |
486 | | /// virtual MgRaster GetRaster(string propertyName); |
487 | | /// \htmlinclude SyntaxBottom.html |
488 | | /// \htmlinclude JavaSyntaxTop.html |
489 | | /// virtual MgRaster GetRaster(String propertyName); |
490 | | /// \htmlinclude SyntaxBottom.html |
491 | | /// \htmlinclude PHPSyntaxTop.html |
492 | | /// virtual MgRaster GetRaster(string propertyName); |
| 486 | /// virtual MgRaster GetRaster(int index); |
| 487 | /// \htmlinclude SyntaxBottom.html |
| 488 | /// \htmlinclude JavaSyntaxTop.html |
| 489 | /// virtual MgRaster GetRaster(int index); |
| 490 | /// \htmlinclude SyntaxBottom.html |
| 491 | /// \htmlinclude PHPSyntaxTop.html |
| 492 | /// virtual MgRaster GetRaster(int index); |