Official Content

Lets you establish the name of the default area where the LongVarChar attribute of a table will reside.

Values

Storage area name.
 
DBMS Area Name Use  
Oracle N/A    
SQL Server   File group TEXTIMAGE_ON filegroup clause of the CREATE TABLE command.
DB2 Universal Database Table space LONG IN clause of the CREATE TABLE command  
Informix N/A    
DB2 UDB for iSeries N/A    
  
 Notes:
  • The value of this property is considered only when it's time to create/reorganize a table. The programs of the generated application do not reference a table’s Storage area.
     
  • If a value for this property is not specified, no clause will be generated to indicate in which storage area the LongVarChar table attribute will be placed (there is no default value). In this case, each DBMS has its own default values (refer to the DBMS documentation).
     
  • GeneXus generators do not create the storage “area”. The database administrator must create the area before the table is created.

Scope

Objects: Tables

See Also

Storage Area Property
LongVarChar data type





Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant