RDOHELP72.HLB  —  PLACE  Format
  (B)0PLACE q> context-var qq>IN qqwqqqqqqqq>qqqqqqqqqwqq> relation-name qqk
                               mq>db-handle q> . qj                    x
  lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
  mqq> USING qqqwqqqqqqqq>qqqqqqqwqqqqqqqqk
                mqq> on-error qqqj        x
  lqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqj
  mwqwq> context-var . field-name qqq> = qqq> value-expr qqqwqqqwqqqqqk
   x mqqqqqqqqqqqqqqqqqqqqqqqq ; <qqqqqqqqqqqqqqqqqqqqqqqqqqj   x     x
   mqqq> context-var . * qqqqqqqqqq> = qq> record-descr qqqqqqqqj     x
  lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
  mwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq>qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqwqk
   tq> GET qq> host-var qq> = qq> context-var qq> . qq> RDB$DB_KEY qu x
   mq> PRINT qqqqqqqqqqqqqqqqqqq> context-var qq> . qq> RDB$DB_KEY qj x
  lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq<qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
  mqq> END_PLACE qqqqqq>

1  –  context-var

    A valid context variable.

2  –  db-handle

    A host language variable used to refer to the database.

3  –  relation-name

    The name of the relation into which the value would be stored.

4  –  on-error

    The ON ERROR clause, which specifies a host language statement or
    Oracle Rdb data manipulation statement to be performed if an Oracle Rdb
    error occurs.

5  –  field-name

    The names of the fields that appear in the index referenced in
    the DEFINE STORAGE MAP statement's PLACEMENT VIA INDEX clause.
    All index segments must be specified or the results of the PLACE
    statement will be of little use. Field-names not used in the
    index, if listed, will be ignored.

6  –  value-expr

    A valid Oracle Rdb value expression that specifies the value that
    would be stored.

7  –  record-descr

    A valid data dictionary record descriptor matching all the fields
    of the relation. You can use a host language statement to include
    the relation definition in your program. Each field of the record
    descriptor must match exactly the field names and data types
    of the fields in the Oracle Rdb relation referenced by the context
    variable.

8  –  host-var

    A user-defined host language variable, into which you may
    store the dbkey of the record that would be stored. Use the
    GET...RDB$DB_KEY construct to assign the value of the dbkey to
    the host language variable.
Close Help