rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IliTable Member List

This is the complete list of members for IliTable, including all inherited members.

addErrorSink(IliErrorSink *sink)IliTable
addHook(IliTableHook *hook)IliSchema
allowColumnMove() const IliSchemavirtual
allowRowMove() const IliTablevirtual
appendColumn(const char *name, const IliDatatype *type, IlInt maxlen=-1)IliSchema
appendParameter(const char *paramName, const IliDatatype *type, IlInt maxlen=-1)IliTable
appendRow(IliTableBuffer *tblBuf)IliTable
appendRowInCache(IliTableBuffer *tblBuf)IliTable
applyQueryMode(IliTable *queryTable)IliTablevirtual
asDatatype() const IliSchema
at(IlInt rowno, IlInt colno) const IliTable
at(IlInt rowno, IliName colname) const IliTable
cellChanged(IlInt rowno, IlInt colno)IliTableprotectedvirtual
checkConstraints(IlInt rowno, IliTableBuffer *buff) const IliTablevirtual
clearRows()IliTablevirtual
copyTable() const IliTable
deleteColumn(IlInt colno)IliSchemavirtual
deleteParameter(IlInt paramno)IliTable
deleteRow(IlInt rowno)IliTablevirtual
deleteRowInCache(IlInt rowno)IliTablevirtual
enableColumnCompletion(IlInt colno, IlBoolean flag)IliTable
endOfBatch()IliSchema
exchangeRows(IlInt rowno1, IlInt rowno2)IliTablevirtual
exchangeRowsInCache(IlInt rowno1, IlInt rowno2)IliTablevirtual
fetchAll()IliTablevirtual
fetchCompleted() const IliTablevirtual
fetchNext(IlInt count=1)IliTablevirtual
findFirstRow(const IliValue &value, IlInt colno, IlBoolean complete, IlInt fromRow=0, IlInt toRow=-1) const IliTable
findRow(const IliValue &value, IlInt colno, IlBoolean complete, IlInt fromRow=0, IlInt toRow=-1) const IliTable
getBuffer()IliTable
getColumnAlignment(IlInt colno) const IliSchema
getColumnDefault(IlInt colno) const IliSchema
getColumnDisplayValue(IlInt colno, const IliValue &value, IliValue &displayValue, IlvGraphicHolder *=NULL)IliTable
getColumnDisplayWidth(IlInt colno) const IliSchema
getColumnEffectiveForeignTable(IlInt colno, IlvGraphicHolder *h=NULL) const IliTable
getColumnForeignDataSourceName(IlInt colno) const IliTable
getColumnForeignDisplayColumn(IlInt colno) const IliTable
getColumnForeignTable(IlInt colno) const IliTable
getColumnForeignValueColumn(IlInt colno) const IliTable
getColumnFormat(IlInt colno) const IliSchema
getColumnIndex(const char *name) const IliSchema
getColumnIndex(IlInt token) const IliSchema
getColumnLabel(IlInt colno) const IliSchema
getColumnMask(IlInt colno) const IliSchema
getColumnMaxLength(IlInt colno) const IliSchema
getColumnName(IlInt colno) const IliSchema
getColumnsCount() const IliSchema
getColumnTitle(IlInt colno) const IliSchema
getColumnToken(IlInt colno) const IliSchema
getColumnType(IlInt colno) const IliSchema
getCompareData() const IliTable
getCompareFunction() const IliTable
getDefaultPropertyManager() const IliTable
getDefaultPropertyManager()IliTable
getDisplay() const IliSchema
getElementTypeName() const IliSchema
getGadgetHolder() const IliTable
getNamedPropertyManager(const char *name) const IliTable
getNamedPropertyManagerCount() const IliTable
getNestedSchema(const IliAttributePath &path) const IliSchema
getNestedSchema(const IliAttributePath &path)IliSchema
getParameterColumnName(IlInt paramno) const IliTable
getParameterDataSourceName(IlInt paramno) const IliTable
getParameterDataSourceValue(IlInt paramno) const IliTable
getParameterIndex(const char *name) const IliTable
getParameterMaxLength(IlInt paramno) const IliTable
getParameterName(IlInt paramno) const IliTable
getParametersCount() const IliTable
getParameterType(IlInt paramno) const IliTable
getParameterValue(IlInt paramno) const IliTable
getParameterValue(IliName paramName) const IliTable
getProperty(IlInt rowno, IlInt colno, const IlvSymbol *propName, IliValue &propVal) const IliTable
getPropertyCount(IlInt rowno, IlInt colno) const IliTable
getPropertyManagerNameAt(IlInt idx) const IliTable
getPropertyNameAt(IlInt rowno, IlInt colno, IlInt propIndex) const IliTable
getRefCount() const IliRefCounted
getRowPtr(IlInt rowno=-1) const IliTable
getRowsCount() const IliTablevirtual
getRowStatus(IlInt rowno) const IliTablevirtual
getSchemaName() const IliSchema
getTransactionManager() const IliTable
getTransactionManagerName() const IliTable
getValue(IlInt rowno, IlInt colno, IliValue &value) const IliTablevirtual
hasHook(IliTableHook *hook) const IliSchema
IliSchema(IlvDisplay *)IliSchema
IliSchema(const IliSchema &)IliSchema
IliSchema(IlvDisplay *display, IL_STDPREF istream &input)IliSchema
insertColumn(IlInt colno, const char *colname, const IliDatatype *type, IlInt maxlen=-1)IliSchemavirtual
insertRow(IlInt rowno, IliTableBuffer *buff)IliTablevirtual
insertRowInCache(IlInt rowno, IliTableBuffer *buff)IliTablevirtual
insertRowsFrom(const IliTable *src, IlInt srcFromRow=0, IlInt srcToRow=-1, IlBoolean stopAtFirstError=IlTrue, IlInt insertAt=-1)IliTablevirtual
isACollection() const IliSchema
isASimpleCollection() const IliSchema
isColumnCompletionEnabled(IlInt colno) const IliTable
isColumnNullable(IlInt colno) const IliSchema
isColumnPartOfKey(IlInt colno) const IliSchema
isColumnReadOnly(IlInt colno) const IliSchema
isColumnValueConstrained(IlInt colno) const IliTable
isColumnVisible(IlInt colno) const IliSchema
isModified() const IliTable
isPrimaryKeyDefined() const IliSchema
isQueryModeSupported() const IliTablevirtual
isSelectDone() const IliTablevirtual
lock() const IliRefCounted
makeQueryTable() const IliTablevirtual
moveColumn(IlInt from, IlInt to)IliSchemavirtual
moveRow(IlInt from, IlInt to)IliTablevirtual
moveRowInCache(IlInt from, IlInt to)IliTablevirtual
newNamedPropertyManager(const char *name)IliTable
newPropertyManager()IliTablevirtual
raiseError(const IliErrorMessage &msg) const IliTableprotectedvirtual
ReadTable(IlvDisplay *disp, IL_STDPREF istream &input)IliTablestatic
refreshAndLockRow(IlInt rowno)IliTablevirtual
refreshRow(IlInt rowno)IliTablevirtual
releaseBuffer(IliTableBuffer *buff)IliTable
removeErrorSink(IliErrorSink *sink)IliTable
removeHook(IliTableHook *hook)IliSchema
removeNamedPropertyManager(const char *name)IliTable
removeProperty(IlInt rowno, IlInt colno, const IlvSymbol *propName)IliTable
rowChanged(IlInt rowno)IliTableprotectedvirtual
rowDeleted(IlInt rowno)IliTableprotectedvirtual
rowFetched(IlInt rowno)IliTableprotectedvirtual
rowInserted(IlInt rowno)IliTableprotectedvirtual
rowMoved(IlInt src, IlInt dest)IliTableprotectedvirtual
rowToBeChanged(IlInt rowno)IliTableprotectedvirtual
rowToBeDeleted(IlInt rowno)IliTableprotectedvirtual
select()IliTablevirtual
set(IlInt rowno, IlInt colno, const IliValue &value)IliTable
set(IlInt rowno, IliName colname, const IliValue &value)IliTable
setAsCollection(IlBoolean flag)IliSchema
setAsSimpleCollection(IlBoolean flag)IliSchema
setColumnAlignment(IlInt colno, IlvAlignment align)IliSchemavirtual
setColumnDefault(IlInt colno, const char *val)IliSchemavirtual
setColumnDisplayWidth(IlInt colno, IlInt width)IliSchemavirtual
setColumnForeignDataSourceName(IlInt colno, const char *dsname)IliTable
setColumnForeignDisplayColumn(IlInt colno, const char *name)IliTable
setColumnForeignTable(IlInt colno, IliTable *table)IliTable
setColumnForeignValueColumn(IlInt colno, const char *name)IliTable
setColumnFormat(IlInt colno, const IliFormat &fmt)IliSchemavirtual
setColumnLabel(IlInt colno, const char *label)IliSchemavirtual
setColumnMask(IlInt colno, const IliInputMask &mask)IliSchemavirtual
setColumnMaxLength(IlInt colno, IlInt maxlen)IliSchemavirtual
setColumnName(IlInt colno, const char *colname)IliSchemavirtual
setColumnNullable(IlInt colno, IlBoolean nullable)IliSchemavirtual
setColumnPartOfKey(IlInt colno, IlBoolean partOfKey)IliSchemavirtual
setColumnReadOnly(IlInt colno, IlBoolean readOnly)IliSchemavirtual
setColumnTitle(IlInt colno, const char *title)IliSchemavirtual
setColumnType(IlInt colno, const IliDatatype *type)IliSchemavirtual
setColumnValueConstrained(IlInt colno, IlBoolean flag)IliTable
setColumnVisible(IlInt colno, IlBoolean visible)IliSchemavirtual
setCompareFunction(IliCompareFunction fct, IlAny arg=0)IliTable
setElementTypeName(const char *name)IliSchema
setGadgetHolder(IlvGadgetHolder *gadHold)IliTable
setInCache(IlInt rowno, IlInt colno, const IliValue &value)IliTable
setModified(IlBoolean flag)IliTablevirtual
setParameterColumnName(IlInt paramno, const char *colname)IliTable
setParameterDataSourceName(IlInt paramno, const char *dsname)IliTable
setParameterMaxLength(IlInt paramno, IlInt maxlen)IliTable
setParameterName(IlInt paramno, const char *name)IliTable
setParameterType(IlInt paramno, const IliDatatype *type)IliTable
setParameterValue(IlInt paramno, const IliValue &value)IliTable
setParameterValue(IliName paramName, const IliValue &value)IliTable
setProperty(IlInt rowno, IlInt colno, const IlvSymbol *propName, const IliValue &propVal)IliTable
setSchemaName(const char *name)IliSchema
setTransactionManager(IliTransactionManager *tm)IliTable
setTransactionManagerName(const char *name)IliTable
sortRows(const IlInt *colnoArray, IlInt columnsCount, IlInt fromRow=0, IlInt toRow=-1, IliCompareFunction fct=0, IlAny data=0)IliTable
startOfBatch()IliSchema
tableChanged()IliTableprotectedvirtual
unLock() const IliRefCounted
updateRow(IlInt rowno, IliTableBuffer *buff)IliTablevirtual
updateRowInCache(IlInt rowno, IliTableBuffer *buff)IliTablevirtual
write(IL_STDPREF ostream &) const IliTablevirtual
writeTable(IL_STDPREF ostream &output) const IliTable
~IliRefCounted()IliRefCountedprotectedvirtual

© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.