| 1 | // tlb2java |
| 2 | package com.moesol.bindings.microsoft.dao; |
| 3 | |
| 4 | |
| 5 | /** |
| 6 | * <code>IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface</code> |
| 7 | */ |
| 8 | public interface _QueryDef extends com.moesol.bindings.microsoft.dao._DAO { |
| 9 | public static final Class TYPELIB = TYPELIB_00025E01_0000_0000_C000_000000000046.class; |
| 10 | /** |
| 11 | * <code>IDL: [uuid(00000079-0000-0010-8000-00AA006D2EA4)]</code> |
| 12 | */ |
| 13 | public static final com.moesol.bindings.platform_sdk.component_services.GUID IID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 14 | 0x00000079, (short)0x0000, (short)0x0010, |
| 15 | new byte[] { |
| 16 | (byte)0x80, (byte)0x00, |
| 17 | (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x6d, (byte)0x2e, (byte)0xa4 |
| 18 | } ); |
| 19 | |
| 20 | /** |
| 21 | * <code>IDL: [ helpstring("") ]</code> |
| 22 | * |
| 23 | * @return |
| 24 | * <code>IDL: [out] [retval] VARIANT*</code> |
| 25 | */ |
| 26 | public Object getDateCreated(); |
| 27 | |
| 28 | /** |
| 29 | * <code>IDL: [ helpstring("") ]</code> |
| 30 | * |
| 31 | * @return |
| 32 | * <code>IDL: [out] [retval] VARIANT*</code> |
| 33 | */ |
| 34 | public Object getLastUpdated(); |
| 35 | |
| 36 | /** |
| 37 | * <code>IDL: [ helpstring("") ]</code> |
| 38 | * |
| 39 | * @return |
| 40 | * <code>IDL: [out] [retval] BSTR*</code> |
| 41 | */ |
| 42 | public String getName(); |
| 43 | |
| 44 | /** |
| 45 | * <code>IDL: [ helpstring("") ]</code> |
| 46 | * |
| 47 | * @param pbstr |
| 48 | * <code>IDL: [in] BSTR</code> |
| 49 | */ |
| 50 | public void setName( |
| 51 | /*[in]*/ String pbstr); |
| 52 | |
| 53 | /** |
| 54 | * <code>IDL: [ helpstring("") ]</code> |
| 55 | * |
| 56 | * @return |
| 57 | * <code>IDL: [out] [retval] SHORT*</code> |
| 58 | */ |
| 59 | public short getODBCTimeout(); |
| 60 | |
| 61 | /** |
| 62 | * <code>IDL: [ helpstring("") ]</code> |
| 63 | * |
| 64 | * @param ps |
| 65 | * <code>IDL: [in] SHORT</code> |
| 66 | */ |
| 67 | public void setODBCTimeout( |
| 68 | /*[in]*/ short ps); |
| 69 | |
| 70 | /** |
| 71 | * <code>IDL: [ helpstring("") ]</code> |
| 72 | * |
| 73 | * @return |
| 74 | * <code>IDL: [out] [retval] SHORT*</code> |
| 75 | */ |
| 76 | public short getType(); |
| 77 | |
| 78 | /** |
| 79 | * <code>IDL: [ helpstring("") ]</code> |
| 80 | * |
| 81 | * @return |
| 82 | * <code>IDL: [out] [retval] BSTR*</code> |
| 83 | */ |
| 84 | public String getSQL(); |
| 85 | |
| 86 | /** |
| 87 | * <code>IDL: [ helpstring("") ]</code> |
| 88 | * |
| 89 | * @param pbstr |
| 90 | * <code>IDL: [in] BSTR</code> |
| 91 | */ |
| 92 | public void setSQL( |
| 93 | /*[in]*/ String pbstr); |
| 94 | |
| 95 | /** |
| 96 | * <code>IDL: [ helpstring("") ]</code> |
| 97 | * |
| 98 | * @return |
| 99 | * <code>IDL: [out] [retval] VARIANT_BOOL*</code> |
| 100 | */ |
| 101 | public boolean getUpdatable(); |
| 102 | |
| 103 | /** |
| 104 | * <code>IDL: [ helpstring("") ]</code> |
| 105 | * |
| 106 | * @return |
| 107 | * <code>IDL: [out] [retval] BSTR*</code> |
| 108 | */ |
| 109 | public String getConnect(); |
| 110 | |
| 111 | /** |
| 112 | * <code>IDL: [ helpstring("") ]</code> |
| 113 | * |
| 114 | * @param pbstr |
| 115 | * <code>IDL: [in] BSTR</code> |
| 116 | */ |
| 117 | public void setConnect( |
| 118 | /*[in]*/ String pbstr); |
| 119 | |
| 120 | /** |
| 121 | * <code>IDL: [ helpstring("") ]</code> |
| 122 | * |
| 123 | * @return |
| 124 | * <code>IDL: [out] [retval] VARIANT_BOOL*</code> |
| 125 | */ |
| 126 | public boolean getReturnsRecords(); |
| 127 | |
| 128 | /** |
| 129 | * <code>IDL: [ helpstring("") ]</code> |
| 130 | * |
| 131 | * @param pb |
| 132 | * <code>IDL: [in] VARIANT_BOOL</code> |
| 133 | */ |
| 134 | public void setReturnsRecords( |
| 135 | /*[in]*/ boolean pb); |
| 136 | |
| 137 | /** |
| 138 | * <code>IDL: [ helpstring("") ]</code> |
| 139 | * |
| 140 | * @return |
| 141 | * <code>IDL: [out] [retval] LONG*</code> |
| 142 | */ |
| 143 | public int getRecordsAffected(); |
| 144 | |
| 145 | /** |
| 146 | * <code>IDL: [ helpstring("") ]</code> |
| 147 | * |
| 148 | * @return |
| 149 | * <code>IDL: [out] [retval] Fields**</code> |
| 150 | */ |
| 151 | public com.moesol.bindings.microsoft.dao.Fields getFields(); |
| 152 | |
| 153 | /** |
| 154 | * <code>IDL: [ helpstring("") ]</code> |
| 155 | * |
| 156 | * @return |
| 157 | * <code>IDL: [out] [retval] Parameters**</code> |
| 158 | */ |
| 159 | public com.moesol.bindings.microsoft.dao.Parameters getParameters(); |
| 160 | |
| 161 | /** |
| 162 | * <code>IDL: [ helpstring("") ]</code> |
| 163 | * |
| 164 | */ |
| 165 | public void Close(); |
| 166 | |
| 167 | /** |
| 168 | * <code>IDL: [ helpstring("") ]</code> |
| 169 | * |
| 170 | * @param Options |
| 171 | * <code>IDL: [in] [optional] VARIANT</code> |
| 172 | */ |
| 173 | public void Execute( |
| 174 | /*[in]*/ Object Options); |
| 175 | |
| 176 | /** [optional=1] */ |
| 177 | public void Execute(); |
| 178 | |
| 179 | /** |
| 180 | * <code>IDL: [ helpstring("") ]</code> |
| 181 | * |
| 182 | * @param Name |
| 183 | * <code>IDL: [in] [optional] VARIANT</code> |
| 184 | * @param Type |
| 185 | * <code>IDL: [in] [optional] VARIANT</code> |
| 186 | * @param Value |
| 187 | * <code>IDL: [in] [optional] VARIANT</code> |
| 188 | * @param DDL |
| 189 | * <code>IDL: [in] [optional] VARIANT</code> |
| 190 | * @return |
| 191 | * <code>IDL: [out] [retval] Property**</code> |
| 192 | */ |
| 193 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 194 | /*[in]*/ Object Name, |
| 195 | /*[in]*/ Object Type, |
| 196 | /*[in]*/ Object Value, |
| 197 | /*[in]*/ Object DDL); |
| 198 | |
| 199 | /** [optional=1] */ |
| 200 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 201 | /*[in]*/ Object Name, |
| 202 | /*[in]*/ Object Type, |
| 203 | /*[in]*/ Object Value); |
| 204 | |
| 205 | /** [optional=2] */ |
| 206 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 207 | /*[in]*/ Object Name, |
| 208 | /*[in]*/ Object Type); |
| 209 | |
| 210 | /** [optional=3] */ |
| 211 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 212 | /*[in]*/ Object Name); |
| 213 | |
| 214 | /** [optional=4] */ |
| 215 | public com.moesol.bindings.microsoft.dao.Property CreateProperty(); |
| 216 | |
| 217 | /** |
| 218 | * <code>IDL: [ helpstring("") ]</code> |
| 219 | * |
| 220 | * @param Type |
| 221 | * <code>IDL: [in] [optional] VARIANT</code> |
| 222 | * @param Options |
| 223 | * <code>IDL: [in] [optional] VARIANT</code> |
| 224 | * @param LockEdit |
| 225 | * <code>IDL: [in] [optional] VARIANT</code> |
| 226 | * @return |
| 227 | * <code>IDL: [out] [retval] Recordset**</code> |
| 228 | */ |
| 229 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 230 | /*[in]*/ Object Type, |
| 231 | /*[in]*/ Object Options, |
| 232 | /*[in]*/ Object LockEdit); |
| 233 | |
| 234 | /** [optional=1] */ |
| 235 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 236 | /*[in]*/ Object Type, |
| 237 | /*[in]*/ Object Options); |
| 238 | |
| 239 | /** [optional=2] */ |
| 240 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 241 | /*[in]*/ Object Type); |
| 242 | |
| 243 | /** [optional=3] */ |
| 244 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset(); |
| 245 | |
| 246 | /** |
| 247 | * <code>IDL: [ helpstring("") ]</code> |
| 248 | * |
| 249 | */ |
| 250 | public void Cancel(); |
| 251 | |
| 252 | /** |
| 253 | * <code>IDL: [ helpstring("") ]</code> |
| 254 | * |
| 255 | * @return |
| 256 | * <code>IDL: [out] [retval] LONG*</code> |
| 257 | */ |
| 258 | public int gethStmt(); |
| 259 | |
| 260 | /** |
| 261 | * <code>IDL: [ helpstring("") ]</code> |
| 262 | * |
| 263 | * @return |
| 264 | * <code>IDL: [out] [retval] LONG*</code> |
| 265 | */ |
| 266 | public int getMaxRecords(); |
| 267 | |
| 268 | /** |
| 269 | * <code>IDL: [ helpstring("") ]</code> |
| 270 | * |
| 271 | * @param pMxRecs |
| 272 | * <code>IDL: [in] LONG</code> |
| 273 | */ |
| 274 | public void setMaxRecords( |
| 275 | /*[in]*/ int pMxRecs); |
| 276 | |
| 277 | /** |
| 278 | * <code>IDL: [ helpstring("") ]</code> |
| 279 | * |
| 280 | * @return |
| 281 | * <code>IDL: [out] [retval] VARIANT_BOOL*</code> |
| 282 | */ |
| 283 | public boolean getStillExecuting(); |
| 284 | |
| 285 | /** |
| 286 | * <code>IDL: [ helpstring("") ]</code> |
| 287 | * |
| 288 | * @return |
| 289 | * <code>IDL: [out] [retval] LONG*</code> |
| 290 | */ |
| 291 | public int getCacheSize(); |
| 292 | |
| 293 | /** |
| 294 | * <code>IDL: [ helpstring("") ]</code> |
| 295 | * |
| 296 | * @param lCacheSize |
| 297 | * <code>IDL: [in] LONG</code> |
| 298 | */ |
| 299 | public void setCacheSize( |
| 300 | /*[in]*/ int lCacheSize); |
| 301 | |
| 302 | /** |
| 303 | * <code>IDL: [ helpstring("") ]</code> |
| 304 | * |
| 305 | * @return |
| 306 | * <code>IDL: [out] [retval] VARIANT*</code> |
| 307 | */ |
| 308 | public Object getPrepare(); |
| 309 | |
| 310 | /** |
| 311 | * <code>IDL: [ helpstring("") ]</code> |
| 312 | * |
| 313 | * @param pb |
| 314 | * <code>IDL: [in] VARIANT</code> |
| 315 | */ |
| 316 | public void setPrepare( |
| 317 | /*[in]*/ Object pb); |
| 318 | |
| 319 | |
| 320 | /** <em>Implementation</em>, <small>Java to COM</small>. */ |
| 321 | public static class Jni extends com.moesol.bindings.microsoft.dao._DAO.Jni implements _QueryDef { |
| 322 | |
| 323 | protected Jni () { |
| 324 | } |
| 325 | protected void internalOnSetInterface() { |
| 326 | MoeSolInternal.recordApartment(this); |
| 327 | } |
| 328 | |
| 329 | |
| 330 | private native Object jni_getDateCreated(); |
| 331 | public Object getDateCreated() { |
| 332 | |
| 333 | MoeSolInternal.checkApartment(this); |
| 334 | return jni_getDateCreated(); |
| 335 | } |
| 336 | |
| 337 | private native Object jni_getLastUpdated(); |
| 338 | public Object getLastUpdated() { |
| 339 | |
| 340 | MoeSolInternal.checkApartment(this); |
| 341 | return jni_getLastUpdated(); |
| 342 | } |
| 343 | |
| 344 | private native String jni_getName(); |
| 345 | public String getName() { |
| 346 | |
| 347 | MoeSolInternal.checkApartment(this); |
| 348 | return jni_getName(); |
| 349 | } |
| 350 | |
| 351 | private native void jni_setName( |
| 352 | /*[in]*/ String p0); |
| 353 | public void setName( |
| 354 | /*[in]*/ String p0) { |
| 355 | |
| 356 | MoeSolInternal.checkApartment(this); |
| 357 | jni_setName(p0); |
| 358 | } |
| 359 | |
| 360 | private native short jni_getODBCTimeout(); |
| 361 | public short getODBCTimeout() { |
| 362 | |
| 363 | MoeSolInternal.checkApartment(this); |
| 364 | return jni_getODBCTimeout(); |
| 365 | } |
| 366 | |
| 367 | private native void jni_setODBCTimeout( |
| 368 | /*[in]*/ short p0); |
| 369 | public void setODBCTimeout( |
| 370 | /*[in]*/ short p0) { |
| 371 | |
| 372 | MoeSolInternal.checkApartment(this); |
| 373 | jni_setODBCTimeout(p0); |
| 374 | } |
| 375 | |
| 376 | private native short jni_getType(); |
| 377 | public short getType() { |
| 378 | |
| 379 | MoeSolInternal.checkApartment(this); |
| 380 | return jni_getType(); |
| 381 | } |
| 382 | |
| 383 | private native String jni_getSQL(); |
| 384 | public String getSQL() { |
| 385 | |
| 386 | MoeSolInternal.checkApartment(this); |
| 387 | return jni_getSQL(); |
| 388 | } |
| 389 | |
| 390 | private native void jni_setSQL( |
| 391 | /*[in]*/ String p0); |
| 392 | public void setSQL( |
| 393 | /*[in]*/ String p0) { |
| 394 | |
| 395 | MoeSolInternal.checkApartment(this); |
| 396 | jni_setSQL(p0); |
| 397 | } |
| 398 | |
| 399 | private native boolean jni_getUpdatable(); |
| 400 | public boolean getUpdatable() { |
| 401 | |
| 402 | MoeSolInternal.checkApartment(this); |
| 403 | return jni_getUpdatable(); |
| 404 | } |
| 405 | |
| 406 | private native String jni_getConnect(); |
| 407 | public String getConnect() { |
| 408 | |
| 409 | MoeSolInternal.checkApartment(this); |
| 410 | return jni_getConnect(); |
| 411 | } |
| 412 | |
| 413 | private native void jni_setConnect( |
| 414 | /*[in]*/ String p0); |
| 415 | public void setConnect( |
| 416 | /*[in]*/ String p0) { |
| 417 | |
| 418 | MoeSolInternal.checkApartment(this); |
| 419 | jni_setConnect(p0); |
| 420 | } |
| 421 | |
| 422 | private native boolean jni_getReturnsRecords(); |
| 423 | public boolean getReturnsRecords() { |
| 424 | |
| 425 | MoeSolInternal.checkApartment(this); |
| 426 | return jni_getReturnsRecords(); |
| 427 | } |
| 428 | |
| 429 | private native void jni_setReturnsRecords( |
| 430 | /*[in]*/ boolean p0); |
| 431 | public void setReturnsRecords( |
| 432 | /*[in]*/ boolean p0) { |
| 433 | |
| 434 | MoeSolInternal.checkApartment(this); |
| 435 | jni_setReturnsRecords(p0); |
| 436 | } |
| 437 | |
| 438 | private native int jni_getRecordsAffected(); |
| 439 | public int getRecordsAffected() { |
| 440 | |
| 441 | MoeSolInternal.checkApartment(this); |
| 442 | return jni_getRecordsAffected(); |
| 443 | } |
| 444 | |
| 445 | private native com.moesol.bindings.microsoft.dao.Fields jni_getFields(); |
| 446 | public com.moesol.bindings.microsoft.dao.Fields getFields() { |
| 447 | |
| 448 | MoeSolInternal.checkApartment(this); |
| 449 | return jni_getFields(); |
| 450 | } |
| 451 | |
| 452 | private native com.moesol.bindings.microsoft.dao.Parameters jni_getParameters(); |
| 453 | public com.moesol.bindings.microsoft.dao.Parameters getParameters() { |
| 454 | |
| 455 | MoeSolInternal.checkApartment(this); |
| 456 | return jni_getParameters(); |
| 457 | } |
| 458 | |
| 459 | private native void jni_Close(); |
| 460 | public void Close() { |
| 461 | |
| 462 | MoeSolInternal.checkApartment(this); |
| 463 | jni_Close(); |
| 464 | } |
| 465 | |
| 466 | private native void jni_Execute( |
| 467 | /*[in]*/ Object p0); |
| 468 | public void Execute( |
| 469 | /*[in]*/ Object p0) { |
| 470 | |
| 471 | MoeSolInternal.checkApartment(this); |
| 472 | jni_Execute(p0); |
| 473 | } |
| 474 | |
| 475 | /** [optional=1] */ |
| 476 | public void Execute() { |
| 477 | |
| 478 | Execute(null); |
| 479 | } |
| 480 | private native com.moesol.bindings.microsoft.dao.Property jni_CreateProperty( |
| 481 | /*[in]*/ Object p0, |
| 482 | /*[in]*/ Object p1, |
| 483 | /*[in]*/ Object p2, |
| 484 | /*[in]*/ Object p3); |
| 485 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 486 | /*[in]*/ Object p0, |
| 487 | /*[in]*/ Object p1, |
| 488 | /*[in]*/ Object p2, |
| 489 | /*[in]*/ Object p3) { |
| 490 | |
| 491 | MoeSolInternal.checkApartment(this); |
| 492 | return jni_CreateProperty(p0, p1, p2, p3); |
| 493 | } |
| 494 | |
| 495 | /** [optional=1] */ |
| 496 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 497 | /*[in]*/ Object p0, |
| 498 | /*[in]*/ Object p1, |
| 499 | /*[in]*/ Object p2) { |
| 500 | |
| 501 | return CreateProperty(p0, p1, p2, null); |
| 502 | } |
| 503 | /** [optional=2] */ |
| 504 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 505 | /*[in]*/ Object p0, |
| 506 | /*[in]*/ Object p1) { |
| 507 | |
| 508 | return CreateProperty(p0, p1, null, null); |
| 509 | } |
| 510 | /** [optional=3] */ |
| 511 | public com.moesol.bindings.microsoft.dao.Property CreateProperty( |
| 512 | /*[in]*/ Object p0) { |
| 513 | |
| 514 | return CreateProperty(p0, null, null, null); |
| 515 | } |
| 516 | /** [optional=4] */ |
| 517 | public com.moesol.bindings.microsoft.dao.Property CreateProperty() { |
| 518 | |
| 519 | return CreateProperty(null, null, null, null); |
| 520 | } |
| 521 | private native com.moesol.bindings.microsoft.dao.Recordset jni_OpenRecordset( |
| 522 | /*[in]*/ Object p0, |
| 523 | /*[in]*/ Object p1, |
| 524 | /*[in]*/ Object p2); |
| 525 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 526 | /*[in]*/ Object p0, |
| 527 | /*[in]*/ Object p1, |
| 528 | /*[in]*/ Object p2) { |
| 529 | |
| 530 | MoeSolInternal.checkApartment(this); |
| 531 | return jni_OpenRecordset(p0, p1, p2); |
| 532 | } |
| 533 | |
| 534 | /** [optional=1] */ |
| 535 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 536 | /*[in]*/ Object p0, |
| 537 | /*[in]*/ Object p1) { |
| 538 | |
| 539 | return OpenRecordset(p0, p1, null); |
| 540 | } |
| 541 | /** [optional=2] */ |
| 542 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset( |
| 543 | /*[in]*/ Object p0) { |
| 544 | |
| 545 | return OpenRecordset(p0, null, null); |
| 546 | } |
| 547 | /** [optional=3] */ |
| 548 | public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset() { |
| 549 | |
| 550 | return OpenRecordset(null, null, null); |
| 551 | } |
| 552 | private native void jni_Cancel(); |
| 553 | public void Cancel() { |
| 554 | |
| 555 | MoeSolInternal.checkApartment(this); |
| 556 | jni_Cancel(); |
| 557 | } |
| 558 | |
| 559 | private native int jni_gethStmt(); |
| 560 | public int gethStmt() { |
| 561 | |
| 562 | MoeSolInternal.checkApartment(this); |
| 563 | return jni_gethStmt(); |
| 564 | } |
| 565 | |
| 566 | private native int jni_getMaxRecords(); |
| 567 | public int getMaxRecords() { |
| 568 | |
| 569 | MoeSolInternal.checkApartment(this); |
| 570 | return jni_getMaxRecords(); |
| 571 | } |
| 572 | |
| 573 | private native void jni_setMaxRecords( |
| 574 | /*[in]*/ int p0); |
| 575 | public void setMaxRecords( |
| 576 | /*[in]*/ int p0) { |
| 577 | |
| 578 | MoeSolInternal.checkApartment(this); |
| 579 | jni_setMaxRecords(p0); |
| 580 | } |
| 581 | |
| 582 | private native boolean jni_getStillExecuting(); |
| 583 | public boolean getStillExecuting() { |
| 584 | |
| 585 | MoeSolInternal.checkApartment(this); |
| 586 | return jni_getStillExecuting(); |
| 587 | } |
| 588 | |
| 589 | private native int jni_getCacheSize(); |
| 590 | public int getCacheSize() { |
| 591 | |
| 592 | MoeSolInternal.checkApartment(this); |
| 593 | return jni_getCacheSize(); |
| 594 | } |
| 595 | |
| 596 | private native void jni_setCacheSize( |
| 597 | /*[in]*/ int p0); |
| 598 | public void setCacheSize( |
| 599 | /*[in]*/ int p0) { |
| 600 | |
| 601 | MoeSolInternal.checkApartment(this); |
| 602 | jni_setCacheSize(p0); |
| 603 | } |
| 604 | |
| 605 | private native Object jni_getPrepare(); |
| 606 | public Object getPrepare() { |
| 607 | |
| 608 | MoeSolInternal.checkApartment(this); |
| 609 | return jni_getPrepare(); |
| 610 | } |
| 611 | |
| 612 | private native void jni_setPrepare( |
| 613 | /*[in]*/ Object p0); |
| 614 | public void setPrepare( |
| 615 | /*[in]*/ Object p0) { |
| 616 | |
| 617 | MoeSolInternal.checkApartment(this); |
| 618 | jni_setPrepare(p0); |
| 619 | } |
| 620 | |
| 621 | } |
| 622 | |
| 623 | /** <em>Implementation</em>, <small>COM to Java</small>. */ |
| 624 | public static class Disp extends com.moesol.bindings.microsoft.dao._DAO.Disp { |
| 625 | public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() { |
| 626 | return s_instance; |
| 627 | } |
| 628 | |
| 629 | private static Disp s_instance = new Disp(); |
| 630 | |
| 631 | protected Disp() { |
| 632 | addEntry(1610809344, (short)2, "getDateCreated", "()Ljava/lang/Object;"); |
| 633 | addEntry(1610809345, (short)2, "getLastUpdated", "()Ljava/lang/Object;"); |
| 634 | addEntry(1610809346, (short)2, "getName", "()Ljava/lang/String;"); |
| 635 | addEntry(1610809346, (short)4, "setName", "(Ljava/lang/String;)V"); |
| 636 | addEntry(1610809348, (short)2, "getODBCTimeout", "()S"); |
| 637 | addEntry(1610809348, (short)4, "setODBCTimeout", "(S)V"); |
| 638 | addEntry(1610809350, (short)2, "getType", "()S"); |
| 639 | addEntry(1610809351, (short)2, "getSQL", "()Ljava/lang/String;"); |
| 640 | addEntry(1610809351, (short)4, "setSQL", "(Ljava/lang/String;)V"); |
| 641 | addEntry(1610809353, (short)2, "getUpdatable", "()Z"); |
| 642 | addEntry(1610809354, (short)2, "getConnect", "()Ljava/lang/String;"); |
| 643 | addEntry(1610809354, (short)4, "setConnect", "(Ljava/lang/String;)V"); |
| 644 | addEntry(1610809356, (short)2, "getReturnsRecords", "()Z"); |
| 645 | addEntry(1610809356, (short)4, "setReturnsRecords", "(Z)V"); |
| 646 | addEntry(1610809358, (short)2, "getRecordsAffected", "()I"); |
| 647 | addEntry(1610809359, (short)2, "getFields", "()Lcom/moesol/bindings/microsoft/dao/Fields;"); |
| 648 | addEntry(0, (short)2, "getParameters", "()Lcom/moesol/bindings/microsoft/dao/Parameters;"); |
| 649 | addEntry(1610809361, (short)1, "Close", "()V"); |
| 650 | addEntry(1610809362, (short)1, "_30_OpenRecordset", "(Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 651 | addEntry(1610809363, (short)1, "_30__OpenRecordset", "(Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 652 | addEntry(1610809364, (short)1, "_Copy", "()Lcom/moesol/bindings/microsoft/dao/QueryDef;"); |
| 653 | addEntry(1610809365, (short)1, "Execute", "(Ljava/lang/Object;)V"); |
| 654 | addEntry(1610809366, (short)1, "Compare", "(Lcom/moesol/bindings/microsoft/dao/QueryDef;[S)V"); |
| 655 | addEntry(1610809367, (short)1, "CreateDynaset", "(Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 656 | addEntry(1610809368, (short)1, "CreateSnapshot", "(Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 657 | addEntry(1610809369, (short)1, "ListParameters", "()Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 658 | addEntry(1610809370, (short)1, "CreateProperty", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Property;"); |
| 659 | addEntry(1610809371, (short)1, "OpenRecordset", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 660 | addEntry(1610809372, (short)1, "_OpenRecordset", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;"); |
| 661 | addEntry(1610809373, (short)1, "Cancel", "()V"); |
| 662 | addEntry(1610809374, (short)2, "gethStmt", "()I"); |
| 663 | addEntry(1610809375, (short)2, "getMaxRecords", "()I"); |
| 664 | addEntry(1610809375, (short)4, "setMaxRecords", "(I)V"); |
| 665 | addEntry(1610809377, (short)2, "getStillExecuting", "()Z"); |
| 666 | addEntry(1610809378, (short)2, "getCacheSize", "()I"); |
| 667 | addEntry(1610809378, (short)4, "setCacheSize", "(I)V"); |
| 668 | addEntry(1610809380, (short)2, "getPrepare", "()Ljava/lang/Object;"); |
| 669 | addEntry(1610809380, (short)4, "setPrepare", "(Ljava/lang/Object;)V"); |
| 670 | } |
| 671 | } |
| 672 | } |