xls.objects

xls.objects

The xls.objects table enables configuration of the following features:

  • Saving changes
  • Merging data
  • Defining objects using SQL codes
  • Defining objects using HTTP commands
  • Defining objects using text file queries
  • Hiding objects from users

The table structure is as follows:

IDTABLE_SCHEMATABLE_NAMETABLE_TYPETABLE_CODEINSERT_OBJECTUPDATE_OBJECTDELETE_OBJECT
 

The table consists of two logical parts.

The left part specifies the configured objects.

IDTABLE_SCHEMATABLE_NAMETABLE_TYPETABLE_CODE
<schema><table name>TABLE
<schema><view name>VIEW
<schema><procedure name>PROCEDURE
<schema><new name>CODE<SQL>
<schema><new name>HTTP<HTTP Command>
<schema><new name>TEXT<Text file query>
<schema><object name>HIDDEN

Objects defined using SQL codes, HTTP commands, or text file queries offer nearly the same capabilities as native database objects.

For more details, check out the following resources:

The right part is for configuring saving changes and merging data.

Here are the available options:

INSERT_OBJECTUPDATE_OBJECTDELETE_OBJECT
<schema>.<table name><schema>.<table name><schema>.<table name>
<schema>.<view name><schema>.<view name><schema>.<view name>
<schema>.<procedure name><schema>.<procedure name><schema>.<procedure name>
<schema>.<procedure name>
<SQL><SQL><SQL>
<SQL>
<schema>.<table name>
<schema>.<view name>
<schema>.<procedure name>
<SQL>
<HTTP Command><HTTP Command><HTTP Command>

For additional notes, refer to:

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.