PG_INSERT action
Related pages:
PG_INSERT handleIdent_Int, rowIdent, retCodeIdent_Int [ ORAHINT hintIdent_Str] |
handleIdent_Int | in | Identifier of the Int type (handle) of the connection with a table (returned by the action PG_CONNECT). |
rowIdent | in | One structure row identifier (the row to insert). |
retCodeIdent_Int | out | Return value of the Int type - action success. |
hintIdent_Str | in | Expression of the String type which defines Oracle SQL hint. It is used as an instruction for the performance optimizer of the SQL command. The value is used without the opening and terminating characters /*+ <orahint> */. The example is mentioned here. |
For using the function on Microsoft SQL Server platform, there must be defined the primary key or at least unique index for a table from the platform. For the platform Sybase and Oracle, the function works without these limitations.
Related pages:
Pridať komentár