File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 415415 <!-- http://dev.mysql.com/tech-resources/articles/maxdb-php-ready-for-web.html -->
416416 <!-- http://dev.mysql.com/doc/refman/5.0/es/maxdb-reserved-words.html -->
417417 <!-- http://maxdb.sap.com/doc/7_6/default.htm -->
418+ <!-- http://www.sapdb.org/7.4/htmhelp/35/f8823cb7e5d42be10000000a114027/content.htm -->
418419
419420 <!-- SAP MaxDB -->
420421 <dbms value =" SAP MaxDB" >
433434 <inference query =" AND SUBSTR((%s), %d, 1) > '%s'" />
434435 <delimiter query =" ," />
435436 <substring query =" SUBSTR((%s), %d, %d)" />
437+ <users >
438+ <inband query =" SELECT username FROM domain.users ORDER BY 1" />
439+ </users >
440+ <tables >
441+ <inband query =" SELECT tablename FROM domain.tables WHERE schemaname='%s'" />
442+ </tables >
443+ <roles >
444+ <inband query =" SELECT owner, role FROM domain.roles" condition =" owner" />
445+ </roles >
446+ <dump_table >
447+ <inband query =" SELECT %s FROM %s" />
448+ </dump_table >
436449 </dbms >
437450
438451 <!-- Sybase -->
You can’t perform that action at this time.
0 commit comments