IT化のプロフェッショナルであるRagicと共にデータベースを活用して
チームを更に成長させましょう。
RagicをフォローしてIT化の波に加わりましょう。
導入事例
クラウドデータベース
ガイド
Ragicについて
導入事例
政府機関
サービス業
小売業
製造業
建設業
エネルギー・公益事業

New SDBQuery filter methods in Javascript workflow and Java API

作成者:Jeff Kuo

When you use the query object to query data, which is the SDBQuery in Java API or the query object retrieved through the db.getQuery method in the Javascript workflow engine. If you want to add a query criteria according to a field, you used to have to do this:

SDBQuery q=...//existing query

SDBQuery subQuery=new SDBQueryFull(worker);

subQuery.go(queryFieldId);

subQuery.filter("filterConditionString");

q.filter(subQuery,false);

We now provide you with a series of convenience methods like SDBQuery.filter(int fieldId, String filterValue). All existing filter methods you can now add an int argument as the query field, so you no longer have to create a subquery to filter a query on another field. Now you only need to do this:

SDBQuery q=...//existing query

q.filter(queryFieldId,"filterConditionString");

This should save you a few lines of code each time you filter something with our API.

カテゴリ: Talking Ragic > Learn Ragic

Powered By Ragic! : 最強の企業デジタル化ノーコードツール
    データをエクセルで扱っていると、チームの作業効率が下がってしまい、ミスが増え、管理が難しくなってしまいます。
    チームが成長するほど、エクセルでのデータ管理は大変になっていきます。
    そこで、クラウドデータベースを作成しましょう。

    無料でRagicを始める

    Googleアカウントに登録

    Ragic 株式会社
    1-888-666-8037
    info@ragic.com
    利用規約 | プライバシーポリシー