发布新帖

查找

公告
· 四月 17

[Webinar] SQL Cloud Services

Hey Community,

We're excited to invite you to the next InterSystems UKI Tech Talk webinar: 

👉SQL Cloud Services

⏱ Date & Time: Thursday, April 24, 2025 14.30-15.30 UK

👨‍🏫 Speaker: @Kinshuk Rakshith, Sales Engineer, InterSystems

2025 Tech Talk Social Tile 24 Apr (draft).png

Join us for an insightful session on SQL Cloud Services, where we will explore the capabilities and benefits of InterSystems IRIS Cloud SQL. This talk will cover how to build data-intensive, mission-critical applications using our cloud-based SQL services. Learn how to leverage the power of SQL in the cloud to enhance your data management and analytics capabilities.

>> REGISTER HERE <<

讨论 (0)1
登录或注册以继续
公告
· 四月 17

[Vídeo] Integrando DBT e Apache Airflow com o InterSystems IRIS

Olá Comunidade,

Aproveite o novo vídeo no canal InterSystems Developers YouTube:

⏯ Integrando DBT e Apache Airflow com o InterSystems IRIS@ Global Summit 2024

Esta sessão é o seu guia para configurar pipelines de dados eficientes e gerenciáveis ​​que economizam tempo e aumentam a confiabilidade. Mostraremos como unir o poder de processamento do DBT, a capacidade de agendamento do Apache Airflow e os robustos recursos de gerenciamento de dados do InterSystems IRIS. Ao final desta sessão, você terá uma compreensão clara de como implementar essas ferramentas em harmonia, tornando seus fluxos de trabalho de dados mais fluidos e eficazes. Isso é perfeito para quem busca aprimorar suas operações de dados com soluções simples e eficazes.

Apresentadores:
🗣 @Reven Singh, Sales Engineer, InterSystems  
🗣 @Herman Bruwer, Sales Engineer, InterSystems  

Quer aprender algo novo? Assista ao vídeo e inscreva-se para mais!

讨论 (0)1
登录或注册以继续
讨论 (0)1
登录或注册以继续
文章
· 四月 17 阅读大约需 1 分钟

メソッドの実装に使用する言語を明示するーLanguage(メソッド・キーワード)の指定について

これは、InterSystems FAQサイトの記事です。


メソッドの実装に使用する言語を明示する場合は、下記のようにメソッドキーワードで「Language=~~~」と指定します。

Method name(formal_spec) As returnclass [ Language = language ]
{    //implementation }

 指定できるLanguageの値は下記のとおりです。

  • objectscript (既定) — ObjectScript
  • python — 組み込み Python
  • tsql — Transact-SQL
  • ispl — Informix ストアド・プロシージャ言語

ドキュメント:Language (メソッド・キーワード)

上記の通り、ObjectScriptで記載する場合は、「Language=objectscript」と指定します。
但し、CSP内の<SCRIPT>タグ内で指定する場合は、下記の通り、「LANGUAGE=’cache’」と指定することにご注意ください。

<SCRIPT LANGUAGE='cache', ~~~>

ドキュメント:<SCRIPT>  

※CSPページは、IRISでは非推奨の機能です。

讨论 (0)1
登录或注册以继续
讨论 (2)2
登录或注册以继续