|  | 
|  | IliStringsTable (const IliStringsTable &) | 
|  | This is the copy constructor of class IliStringsTable .
 | 
|  | 
|  | IliStringsTable (IlvDisplay *, IL_STDPREF istream &input) | 
|  | This constructor initializes a string table by reading its definition from a stream.  More... 
 | 
|  | 
|  | IliStringsTable (IlvDisplay *display) | 
|  | This constructor initializes an empty strings table.  More... 
 | 
|  | 
|  | IliStringsTable (IlvDisplay *display, const char *const *strings, IlInt count, IlBoolean copy=IlTrue) | 
|  | This constructor initializes a strings table with a list of rows.  More... 
 | 
|  | 
| virtual IlBoolean | allowRowMove () const | 
|  | Returns IlTrueif the table (or subclass of the table) allows row move operations.  More...
 | 
|  | 
| IlBoolean | appendString (const char *str) | 
|  | Appends a new row at the end of the table.  More... 
 | 
|  | 
| virtual void | clearRows () | 
|  | Deletes all rows.  More... 
 | 
|  | 
| virtual IlBoolean | deleteRow (IlInt) | 
|  | Deletes a row.  More... 
 | 
|  | 
| IlBoolean | deleteString (IlInt rowno) | 
|  | Deletes a row.  More... 
 | 
|  | 
| virtual IlInt | getRowsCount () const | 
|  | Returns the number of rows in the table.  More... 
 | 
|  | 
| const char * | getString (IlInt rowno) | 
|  | Returns the character string in the row.  More... 
 | 
|  | 
| IlInt | getStringIndex (const char *, IlInt from=0) | 
|  | Returns the position of the first row which has a value equal to a value.  More... 
 | 
|  | 
| const char *const  * | getStrings (IlInt &count) | 
|  | Returns the rows of the string table in the form of an array of character strings.  More... 
 | 
|  | 
| virtual IlBoolean | getValue (IlInt rowno, IlInt colno, IliValue &val) const | 
|  | Returns a value.  More... 
 | 
|  | 
| virtual IlBoolean | insertRow (IlInt, IliTableBuffer *) | 
|  | Inserts a row that is defined by the table buffer.  More... 
 | 
|  | 
| IlBoolean | insertString (IlInt rowno, const char *str) | 
|  | Inserts a new row.  More... 
 | 
|  | 
| void | insertTable (IliTable *tbl, IlInt colno=0, IlInt rowno=-1) | 
|  | Inserts new rows.  More... 
 | 
|  | 
| virtual IlBoolean | moveRow (IlInt, IlInt) | 
|  | Moves a row.  More... 
 | 
|  | 
| IlBoolean | setString (IlInt rowno, const char *str) | 
|  | Sets the string in a row.  More... 
 | 
|  | 
| void | setStrings (const char *const *strings, IlInt count, IlBoolean copy=IlTrue) | 
|  | Changes the contents of the string table.  More... 
 | 
|  | 
| virtual IlBoolean | updateRow (IlInt, IliTableBuffer *) | 
|  | Updates a row with the values in the table buffer.  More... 
 | 
|  | 
| virtual void | write (IL_STDPREF ostream &output) const | 
|  | Writes the definition of the string table to an output stream in a form suitable for reading back with the stream-based constructor.  More... 
 | 
|  | 
| void | addErrorSink (IliErrorSink *sink) | 
|  | Adds an error sink.  More... 
 | 
|  | 
| IlInt | appendParameter (const char *paramName, const IliDatatype *type, IlInt maxlen=-1) | 
|  | Appends a new parameter to the table parameters.  More... 
 | 
|  | 
| IlInt | appendRow (IliTableBuffer *tblBuf) | 
|  | Appends a new row defined by the table buffer.  More... 
 | 
|  | 
| IlInt | appendRowInCache (IliTableBuffer *tblBuf) | 
|  | Appends a new row defined by the table buffer.  More... 
 | 
|  | 
| virtual IlBoolean | applyQueryMode (IliTable *queryTable) | 
|  | Applies the query specified by the conditions contained in the provided table.  More... 
 | 
|  | 
| IliValue | at (IlInt rowno, IliName colname) const | 
|  | Returns a value.  More... 
 | 
|  | 
| IliValue | at (IlInt rowno, IlInt colno) const | 
|  | Returns a value.  More... 
 | 
|  | 
| virtual IlBoolean | checkConstraints (IlInt rowno, IliTableBuffer *buff) const | 
|  | Validates the table buffer data.  More... 
 | 
|  | 
| IliTable * | copyTable () const | 
|  | Returns a copy of the table.  More... 
 | 
|  | 
| void | deleteParameter (IlInt paramno) | 
|  | Deletes a parameter.  More... 
 | 
|  | 
| virtual IlBoolean | deleteRowInCache (IlInt rowno) | 
|  | Deletes a row.  More... 
 | 
|  | 
| void | enableColumnCompletion (IlInt colno, IlBoolean flag) | 
|  | Specifies whether completion is enabled for the column.  More... 
 | 
|  | 
| virtual IlBoolean | exchangeRows (IlInt rowno1, IlInt rowno2) | 
|  | Exchanges two rows.  More... 
 | 
|  | 
| virtual IlBoolean | exchangeRowsInCache (IlInt rowno1, IlInt rowno2) | 
|  | Exchanges two rows.  More... 
 | 
|  | 
| virtual IlInt | fetchAll () | 
|  | Fetches all remaining rows and stores them in the local row cache.  More... 
 | 
|  | 
| virtual IlBoolean | fetchCompleted () const | 
|  | Returns IlTrue, if all the rows have been fetched from the database and stored in the local row cache.  More...
 | 
|  | 
| virtual IlInt | fetchNext (IlInt count=1) | 
|  | Fetches up a number of rows from the database and stores them in the local row cache.  More... 
 | 
|  | 
| IlInt | findFirstRow (const IliValue &value, IlInt colno, IlBoolean complete, IlInt fromRow=0, IlInt toRow=-1) const | 
|  | Searches for a row located between two positions.  More... 
 | 
|  | 
| IlInt | findRow (const IliValue &value, IlInt colno, IlBoolean complete, IlInt fromRow=0, IlInt toRow=-1) const | 
|  | Searches for a row located between two positions.  More... 
 | 
|  | 
| IliTableBuffer * | getBuffer () | 
|  | Returns a table buffer for the table.  More... 
 | 
|  | 
| IlBoolean | getColumnDisplayValue (IlInt colno, const IliValue &value, IliValue &displayValue, IlvGraphicHolder *h=0) | 
|  | Returns the display value for a value.  More... 
 | 
|  | 
| IliTable * | getColumnEffectiveForeignTable (IlInt colno, IlvGraphicHolder *h=0) const | 
|  | Returns the effective foreign table.  More... 
 | 
|  | 
| const char * | getColumnForeignDataSourceName (IlInt colno) const | 
|  | Returns the name of the data source that will provide a foreign table for one column.  More... 
 | 
|  | 
| const char * | getColumnForeignDisplayColumn (IlInt colno) const | 
|  | Returns the name of the display column in the foreign table.  More... 
 | 
|  | 
| IliTable * | getColumnForeignTable (IlInt colno) const | 
|  | Returns the foreign table of one column.  More... 
 | 
|  | 
| const char * | getColumnForeignValueColumn (IlInt colno) const | 
|  | Returns the name of the value column in the foreign table.  More... 
 | 
|  | 
| IlAny | getCompareData () const | 
|  | Returns the user data that can be used to compare two rows.  More... 
 | 
|  | 
| IliCompareFunction | getCompareFunction () const | 
|  | Returns the function that is used to compare two rows.  More... 
 | 
|  | 
| IliTablePropertyManager * | getDefaultPropertyManager () | 
|  | Returns the default property manager.  More... 
 | 
|  | 
| const IliTablePropertyManager * | getDefaultPropertyManager () const | 
|  | Returns the default property manager.  More... 
 | 
|  | 
| IlvGadgetHolder * | getGadgetHolder () const | 
|  | Returns the gadget holder to which the table is attached.  More... 
 | 
|  | 
| IliTablePropertyManager * | getNamedPropertyManager (const char *name) const | 
|  | Returns a property manager from its name.  More... 
 | 
|  | 
| IlInt | getNamedPropertyManagerCount () const | 
|  | Returns the number of named property managers.  More... 
 | 
|  | 
| const char * | getParameterColumnName (IlInt paramno) const | 
|  | Returns the name of the column, which the parameter is attached to.  More... 
 | 
|  | 
| const char * | getParameterDataSourceName (IlInt paramno) const | 
|  | Returns the name of the data source which the parameter is attached to.  More... 
 | 
|  | 
| IliValue | getParameterDataSourceValue (IlInt paramno) const | 
|  | Returns the current value of one parameter.  More... 
 | 
|  | 
| IlInt | getParameterIndex (const char *name) const | 
|  | Returns the position of one parameter.  More... 
 | 
|  | 
| IlInt | getParameterMaxLength (IlInt paramno) const | 
|  | Returns the maximum length allowed for one parameter.  More... 
 | 
|  | 
| const char * | getParameterName (IlInt paramno) const | 
|  | Returns a parameter name.  More... 
 | 
|  | 
| IlInt | getParametersCount () const | 
|  | Returns the number of parameters defined for this table.  More... 
 | 
|  | 
| const IliDatatype * | getParameterType (IlInt paramno) const | 
|  | Returns the parameter type.  More... 
 | 
|  | 
| IliValue | getParameterValue (IliName paramName) const | 
|  | Returns the current value of one parameter.  More... 
 | 
|  | 
| IliValue | getParameterValue (IlInt paramno) const | 
|  | Returns the current value of one parameter.  More... 
 | 
|  | 
| IlBoolean | getProperty (IlInt rowno, IlInt colno, const IlvSymbol *propName, IliValue &propVal) const | 
|  | Returns a property value attached to the part of the table.  More... 
 | 
|  | 
| IlInt | getPropertyCount (IlInt rowno, IlInt colno) const | 
|  | Returns the property count attached to the part of the table.  More... 
 | 
|  | 
| const char * | getPropertyManagerNameAt (IlInt idx) const | 
|  | Returns the name of the named property manager.  More... 
 | 
|  | 
| const IlvSymbol * | getPropertyNameAt (IlInt rowno, IlInt colno, IlInt propIndex) const | 
|  | Returns a property name attached to the part of the table.  More... 
 | 
|  | 
| IliRowPtr | getRowPtr (IlInt rowno=-1) const | 
|  | Returns an IliRowPtrthat points to one row.  More...
 | 
|  | 
| virtual IliRowStatus | getRowStatus (IlInt rowno) const | 
|  | Returns the status of one row.  More... 
 | 
|  | 
| IliTransactionManager * | getTransactionManager () const | 
|  | Returns the transaction manager managing the table.  More... 
 | 
|  | 
| const char * | getTransactionManagerName () const | 
|  | Returns the name of the transaction manager that manages the table.  More... 
 | 
|  | 
| virtual IlBoolean | insertRowInCache (IlInt rowno, IliTableBuffer *buff) | 
|  | Inserts a row that is defined by the table buffer.  More... 
 | 
|  | 
| virtual IlBoolean | insertRowsFrom (const IliTable *src, IlInt srcFromRow=0, IlInt srcToRow=-1, IlBoolean stopAtFirstError=IlTrue, IlInt insertAt=-1) | 
|  | Inserts rows into this table by copying them from another table.  More... 
 | 
|  | 
| IlBoolean | isColumnCompletionEnabled (IlInt colno) const | 
|  | Returns IlTrueif completion is enabled for the column.  More...
 | 
|  | 
| IlBoolean | isColumnValueConstrained (IlInt colno) const | 
|  | Returns IlTrueif the column is constrained to taking its values from the domain of the value column of the foreign table.  More...
 | 
|  | 
| IlBoolean | isModified () const | 
|  | Returns IlTrueif the rows of the table have been modified since the last time.  More...
 | 
|  | 
| virtual IlBoolean | isQueryModeSupported () const | 
|  | Returns IlTrueif the table supports query mode.  More...
 | 
|  | 
| IlBoolean | isReadOnly () const | 
|  | Returns IlTrueif the table is read-only.  More...
 | 
|  | 
| virtual IlBoolean | isSelectDone () const | 
|  | Returns IlTrueif theselect()member function has been called since the object was constructed.  More...
 | 
|  | 
| virtual IliTable * | makeQueryTable () const | 
|  | Returns a memory table having the same number of columns as this table.  More... 
 | 
|  | 
| virtual IlBoolean | moveRowInCache (IlInt from, IlInt to) | 
|  | Moves a row.  More... 
 | 
|  | 
| IliTablePropertyManager * | newNamedPropertyManager (const char *name) | 
|  | Creates and returns a new named property manager.  More... 
 | 
|  | 
| virtual IliTablePropertyManager * | newPropertyManager () | 
|  | Creates and returns a new anonymous property manager.  More... 
 | 
|  | 
| virtual IlBoolean | refreshAndLockRow (IlInt rowno) | 
|  | Refreshes and lock a row.  More... 
 | 
|  | 
| virtual IlBoolean | refreshRow (IlInt rowno) | 
|  | Refreshes a row.  More... 
 | 
|  | 
| void | releaseBuffer (IliTableBuffer *buff) | 
|  | Releases a table buffer.  More... 
 | 
|  | 
| void | removeErrorSink (IliErrorSink *sink) | 
|  | Removes an error sink from this table.  More... 
 | 
|  | 
| void | removeNamedPropertyManager (const char *name) | 
|  | Removes a property manager.  More... 
 | 
|  | 
| void | removeProperty (IlInt rowno, IlInt colno, const IlvSymbol *propName) | 
|  | Removes a property from the part of the table.  More... 
 | 
|  | 
| virtual IlBoolean | select () | 
|  | Reads all rows from a remote database.  More... 
 | 
|  | 
| IlBoolean | set (IlInt rowno, IliName colname, const IliValue &value) | 
|  | Sets a value.  More... 
 | 
|  | 
| IlBoolean | set (IlInt rowno, IlInt colno, const IliValue &value) | 
|  | Sets a value.  More... 
 | 
|  | 
| void | setColumnForeignDataSourceName (IlInt colno, const char *dsname) | 
|  | Sets the name of the foreign data source for one column.  More... 
 | 
|  | 
| void | setColumnForeignDisplayColumn (IlInt colno, const char *name) | 
|  | Sets the name of the display column in the foreign table.  More... 
 | 
|  | 
| void | setColumnForeignTable (IlInt colno, IliTable *table) | 
|  | Sets the foreign table of one column.  More... 
 | 
|  | 
| void | setColumnForeignValueColumn (IlInt colno, const char *name) | 
|  | Sets the name of the value column in the foreign table.  More... 
 | 
|  | 
| void | setColumnValueConstrained (IlInt colno, IlBoolean flag) | 
|  | Specifies that the column is constrained to take its values from the domain of the value column of the foreign table.  More... 
 | 
|  | 
| void | setCompareFunction (IliCompareFunction fct, IlAny arg=0) | 
|  | Defines the function and user data that must be used to compare two rows.  More... 
 | 
|  | 
| void | setGadgetHolder (IlvGadgetHolder *gadHold) | 
|  | Attaches the table to a gadget holder.  More... 
 | 
|  | 
| IlBoolean | setInCache (IlInt rowno, IlInt colno, const IliValue &value) | 
|  | Sets a value.  More... 
 | 
|  | 
| virtual void | setModified (IlBoolean flag) | 
|  | Sets the value of the modified property of the table.  More... 
 | 
|  | 
| void | setParameterColumnName (IlInt paramno, const char *colname) | 
|  | Attaches a parameter to one column.  More... 
 | 
|  | 
| void | setParameterDataSourceName (IlInt paramno, const char *dsname) | 
|  | Attaches one parameter to one data source.  More... 
 | 
|  | 
| void | setParameterMaxLength (IlInt paramno, IlInt maxlen) | 
|  | Sets the maximum length allowed for the parameter.  More... 
 | 
|  | 
| void | setParameterName (IlInt paramno, const char *name) | 
|  | Sets a parameter name.  More... 
 | 
|  | 
| void | setParameterType (IlInt paramno, const IliDatatype *type) | 
|  | Sets the type of one parameter.  More... 
 | 
|  | 
| void | setParameterValue (IliName paramName, const IliValue &value) | 
|  | Sets the value of one parameter.  More... 
 | 
|  | 
| void | setParameterValue (IlInt paramno, const IliValue &value) | 
|  | Sets the value of one parameter.  More... 
 | 
|  | 
| void | setProperty (IlInt rowno, IlInt colno, const IlvSymbol *propName, const IliValue &propVal) | 
|  | Sets a property value to a part of the table.  More... 
 | 
|  | 
| virtual void | setReadOnly (IlBoolean readOnly) | 
|  | Specifies whether the table is read-only.  More... 
 | 
|  | 
| void | setTransactionManager (IliTransactionManager *tm) | 
|  | Changes the transaction that manages this table.  More... 
 | 
|  | 
| void | setTransactionManagerName (const char *name) | 
|  | Changes the transaction that manages this table.  More... 
 | 
|  | 
| void | sortRows (const IlInt *colnoArray, IlInt columnsCount, IlInt fromRow=0, IlInt toRow=-1, IliCompareFunction fct=0, IlAny data=0) | 
|  | Sorts a set of rows.  More... 
 | 
|  | 
| virtual IlBoolean | updateRowInCache (IlInt rowno, IliTableBuffer *buff) | 
|  | Updates a row.  More... 
 | 
|  | 
| void | writeTable (std::ostream &output) const | 
|  | Writes the definition of the table to an output stream, in a form suitable to be read back by the ReadTable()static member function.  More...
 | 
|  | 
|  | IliSchema (const IliSchema &) | 
|  | This is the copy constructor of the IliSchemaclass.
 | 
|  | 
|  | IliSchema (IlvDisplay *display) | 
|  | This constructor initializes a schema object.  More... 
 | 
|  | 
|  | IliSchema (IlvDisplay *display, IL_STDPREF istream &input) | 
|  | This constructor initializes a schema by reading its definition from an input stream.  More... 
 | 
|  | 
| void | addHook (IliTableHook *hook) | 
|  | Adds a hook to the list of hooks of the schema object.  More... 
 | 
|  | 
| virtual IlBoolean | allowColumnMove () const | 
|  | Returns IlTrueif columns can be moved to this schema.  More...
 | 
|  | 
| IlInt | appendColumn (const char *name, const IliDatatype *type, IlInt maxlen=-1) | 
|  | Appends a new column to the schema.  More... 
 | 
|  | 
| const IliDatatype * | asDatatype () const | 
|  | Returns the data type that is defined by this schema.  More... 
 | 
|  | 
| virtual IlBoolean | deleteColumn (IlInt colno) | 
|  | Deletes a column.  More... 
 | 
|  | 
| void | endOfBatch () | 
|  | Used in conjunction with the startOfBatch()member function to terminate a series of modifications on the schema.  More...
 | 
|  | 
| IlvAlignment | getColumnAlignment (IlInt colno) const | 
|  | Returns the column alignment.  More... 
 | 
|  | 
| const char * | getColumnDefault (IlInt colno) const | 
|  | Returns the default value for one column.  More... 
 | 
|  | 
| IlInt | getColumnDisplayWidth (IlInt colno) const | 
|  | Returns the display width, in pixels, of one column.  More... 
 | 
|  | 
| const IliFormat & | getColumnFormat (IlInt colno) const | 
|  | Returns the format of one column.  More... 
 | 
|  | 
| IlInt | getColumnIndex (const char *name) const | 
|  | Returns the position of the column.  More... 
 | 
|  | 
| IlInt | getColumnIndex (IlInt token) const | 
|  | Returns the position of the column.  More... 
 | 
|  | 
| const char * | getColumnLabel (IlInt colno) const | 
|  | Returns the label of one column.  More... 
 | 
|  | 
| const IliInputMask & | getColumnMask (IlInt colno) const | 
|  | Returns the input mask of one column.  More... 
 | 
|  | 
| IlInt | getColumnMaxLength (IlInt colno) const | 
|  | Returns the maximum length allowed for one column.  More... 
 | 
|  | 
| const char * | getColumnName (IlInt colno) const | 
|  | Returns the name of the column.  More... 
 | 
|  | 
| IlInt | getColumnsCount () const | 
|  | Returns the number of columns in the schema.  More... 
 | 
|  | 
| const char * | getColumnTitle (IlInt colno) const | 
|  | Returns the title of one column.  More... 
 | 
|  | 
| IlInt | getColumnToken (IlInt colno) const | 
|  | Returns the token of the column.  More... 
 | 
|  | 
| const IliDatatype * | getColumnType (IlInt colno) const | 
|  | Returns the type of the column.  More... 
 | 
|  | 
| IlvDisplay * | getDisplay () const | 
|  | Returns the display of the schema object.  More... 
 | 
|  | 
| const char * | getElementTypeName () const | 
|  | Returns the type name of the objects in the collection.  More... 
 | 
|  | 
| IliSchema * | getNestedSchema (const IliAttributePath &path) | 
|  | Returns the nested schema.  More... 
 | 
|  | 
| const IliSchema * | getNestedSchema (const IliAttributePath &path) const | 
|  | Returns the nested schema.  More... 
 | 
|  | 
| const char * | getSchemaName () const | 
|  | Returns the schema name.  More... 
 | 
|  | 
| IlBoolean | hasHook (IliTableHook *hook) const | 
|  | Returns IlTrueif the hook is already into the list of hooks of the schema object.  More...
 | 
|  | 
| virtual IlBoolean | insertColumn (IlInt colno, const char *colname, const IliDatatype *type, IlInt maxlen=-1) | 
|  | Inserts a new column in the schema.  More... 
 | 
|  | 
| IlBoolean | isACollection () const | 
|  | Returns IlTrueif the schema defines a type that is a collection of objects or values.  More...
 | 
|  | 
| IlBoolean | isASimpleCollection () const | 
|  | Returns IlTrueif the schema is defined as a simple collection type.  More...
 | 
|  | 
| IlBoolean | isColumnNullable (IlInt colno) const | 
|  | Returns IlTrueif the column allows null values.  More...
 | 
|  | 
| IlBoolean | isColumnPartOfKey (IlInt colno) const | 
|  | Returns IlTrueif the column is part of the primary key of the schema.  More...
 | 
|  | 
| IlBoolean | isColumnReadOnly (IlInt colno) const | 
|  | Returns IlTrueif the column is read-only.  More...
 | 
|  | 
| IlBoolean | isColumnVisible (IlInt colno) const | 
|  | Returns IlTrueif the column should be visible.  More...
 | 
|  | 
| IlBoolean | isPrimaryKeyDefined () const | 
|  | Returns IlTrueif the schema has one or more columns defined as being part of the primary key.  More...
 | 
|  | 
| virtual IlBoolean | moveColumn (IlInt from, IlInt to) | 
|  | Moves a column.  More... 
 | 
|  | 
| void | removeHook (IliTableHook *hook) | 
|  | Removes a hook from the list of hooks of the schema object.  More... 
 | 
|  | 
| void | setAsCollection (IlBoolean flag) | 
|  | Sets the schema as a collection type.  More... 
 | 
|  | 
| void | setAsSimpleCollection (IlBoolean flag) | 
|  | Sets the schema as a simple collection type.  More... 
 | 
|  | 
| virtual void | setColumnAlignment (IlInt colno, IlvAlignment align) | 
|  | Sets the alignment of one column.  More... 
 | 
|  | 
| virtual void | setColumnDefault (IlInt colno, const char *val) | 
|  | Sets the default value for one column.  More... 
 | 
|  | 
| virtual void | setColumnDisplayWidth (IlInt colno, IlInt width) | 
|  | Sets the display width of one column.  More... 
 | 
|  | 
| virtual void | setColumnFormat (IlInt colno, const IliFormat &fmt) | 
|  | Sets the format of the column.  More... 
 | 
|  | 
| virtual void | setColumnLabel (IlInt colno, const char *label) | 
|  | Sets the label of one column.  More... 
 | 
|  | 
| virtual void | setColumnMask (IlInt colno, const IliInputMask &mask) | 
|  | Sets the input mask of one column.  More... 
 | 
|  | 
| virtual void | setColumnMaxLength (IlInt colno, IlInt maxlen) | 
|  | Sets the maximum length for one column.  More... 
 | 
|  | 
| virtual void | setColumnName (IlInt colno, const char *colname) | 
|  | Sets the name of the column.  More... 
 | 
|  | 
| virtual void | setColumnNullable (IlInt colno, IlBoolean nullable) | 
|  | Determines if the column positioned at colno is nullable (that is, may contain null values).  More... 
 | 
|  | 
| virtual void | setColumnPartOfKey (IlInt colno, IlBoolean partOfKey) | 
|  | Specifies whether the column is part of the primary key.  More... 
 | 
|  | 
| virtual void | setColumnReadOnly (IlInt colno, IlBoolean readOnly) | 
|  | Specifies whether a column is read-only.  More... 
 | 
|  | 
| virtual void | setColumnTitle (IlInt colno, const char *title) | 
|  | Sets the title of one column.  More... 
 | 
|  | 
| virtual void | setColumnType (IlInt colno, const IliDatatype *type) | 
|  | Sets the type of the column.  More... 
 | 
|  | 
| virtual void | setColumnVisible (IlInt colno, IlBoolean visible) | 
|  | Sets the column visibility.  More... 
 | 
|  | 
| void | setElementTypeName (const char *name) | 
|  | Sets the element type name.  More... 
 | 
|  | 
| void | setSchemaName (const char *name) | 
|  | Sets the schema name.  More... 
 | 
|  | 
| void | startOfBatch () | 
|  | Used to start a series of modifications on the schema object.  More... 
 | 
|  | 
| IlInt | getRefCount () const | 
|  | Returns the reference count of the object. Initially, this property is set to 0.  More...
 | 
|  | 
| void | lock () const | 
|  | Increments the reference count of the object. 
 | 
|  | 
| void | unLock () const | 
|  | Decrements the reference count of the object.  More... 
 | 
|  |