create-tableマクロ
CurlのRecordSetを定義するには、長いコードを記述しなければなりません。そこで、簡単に、かつSQLのCREATE TABLE文に似た構文でRecordSetを定義することができるマクロを用意しています。
def rs = {create-table col1 String not null, col2 int, col3 DateTime NOT NULL, col4 {StandardStringDomain}, col5 , || any col6 not null || any } |
これは以下のものに相当します。
def rs = {RecordSet |
パッケージ名:COM.CURLAP.LIB.DATA-ACCESS