OutSystems Forge 日本語データベース

SQL Map

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2014-10-20 1.0.2 Paulo Ramos 9.0.0.2 All All Developer Tools
お気に入りのSQLツール(SQL Management Studioなど)で高度なクエリをテストしなければならないときがありますが、エンティティ名を物理的なテーブル名(またはその逆)に変換することができます。
機能 Service Studioのクエリを「物理SQL」クエリに変換します。 「物理SQL」クエリをService Studioクエリに変換します。 例: select * from {User} ↓ select * from ossys_user 主な利点 専用のSQLクライアントでクエリのテストを高速化します。 システム要件プラットフォーム9.0.0.2+。 SortRecordListが必要です - SQLMapをパブリッシュする前にダウンロードしてインストールしてください。 制限 外部テーブル(Integration Studio経由で参照される)はサポートされていません。 これは非常に古いeSpace(AP 3.x)のポートです。 システムエンティティの参照はその時点でサポートされていなかった(または私が気づいていなかった可能性が高い)ため、コードには回避策がいくつかあり、必要以上に複雑になっています。

[Overview]
Do you need to test an advanced query in your favorite SQL tool (e.g. SQL Management Studio), but hate converting entity names to physical table names (or the other way around)? Developers can use this tool to speed up the conversion.
[Detail]
Feature List Convert Service Studio queries to "physical SQL" queries. Convert "physical SQL" queries to Service Studio queries. Example: converts between select * from {User} and select * from ossys_user Main Benefits Speeds up testing queries in a dedicated SQL client. System Requirements Platform 9.0.0.2+. Requires SortRecordList - download and install it before publishing SQLMap. Limitations External tables (referenced via Integration Studio) are not supported. This is a port of a very old eSpace (AP 3.x). Because referencing system entities was not supported at the time (or most likely I wasn't aware), the code has some workarounds, making it more complex than it should be.
戻る