Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
IliSQLTableDef Member List

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

addHook(IliTableHook *hook)IliSchema
allowColumnMove() constIliSchemavirtual
appendCandidateKey()IliSQLTableDef
appendColumn(const char *name, const IliDatatype *type, IlInt maxlen=-1)IliSchema
appendForeignKey(const IliSQLTableRef &ref)IliSQLTableDef
asDatatype() constIliSchema
deleteColumn(IlInt colno)IliSchemavirtual
endOfBatch()IliSchema
getCandidateKeysCount() constIliSQLTableDef
getColumnAlignment(IlInt colno) constIliSchema
getColumnDefault(IlInt colno) constIliSchema
getColumnDisplayWidth(IlInt colno) constIliSchema
getColumnForeignColumn(IlInt colno, IlInt fkno) constIliSQLTableDef
getColumnFormat(IlInt colno) constIliSchema
getColumnIndex(const char *name) constIliSchema
getColumnIndex(IlInt token) constIliSchema
getColumnLabel(IlInt colno) constIliSchema
getColumnMask(IlInt colno) constIliSchema
getColumnMaxLength(IlInt colno) constIliSchema
getColumnName(IlInt colno) constIliSchema
getColumnPrecision(IlInt colno) constIliSQLTableDef
getColumnScale(IlInt colno) constIliSQLTableDef
getColumnsCount() constIliSchema
getColumnSQLDefault(IlInt colno) constIliSQLTableDef
getColumnSQLType(IlInt colno) constIliSQLTableDef
getColumnTitle(IlInt colno) constIliSchema
getColumnToken(IlInt colno) constIliSchema
getColumnType(IlInt colno) constIliSchema
getCreateStatementsCount(IliSQLSession *session) constIliSQLTableDef
getDisplay() constIliSchema
getElementTypeName() constIliSchema
getForeignKeysCount() constIliSQLTableDef
getForeignKeyTable(IlInt fkno) constIliSQLTableDef
getNestedSchema(const IliAttributePath &path) constIliSchema
getNestedSchema(const IliAttributePath &path)IliSchema
getRefCount() constIliRefCounted
getSchemaName() constIliSchema
getTableRef() constIliSQLTableDef
hasHook(IliTableHook *hook) constIliSchema
IliSchema(IlvDisplay *display)IliSchema
IliSchema(const IliSchema &)IliSchema
IliSchema(IlvDisplay *display, IL_STDPREF istream &input)IliSchema
IliSQLTableDef(IlvDisplay *display)IliSQLTableDef
IliSQLTableDef(const IliSQLTableDef &)IliSQLTableDef
IliSQLTableDef(IlvDisplay *display, IL_STDPREF istream &input)IliSQLTableDef
insertCandidateKey(IlInt ckno)IliSQLTableDef
insertColumn(IlInt colno, const char *colname, const IliDatatype *type, IlInt maxlen=-1)IliSchemavirtual
insertForeignKey(IlInt fkno, const IliSQLTableRef &ref)IliSQLTableDef
isABaseTable() constIliSQLTableDef
isACollection() constIliSchema
isASimpleCollection() constIliSchema
isAView() constIliSQLTableDef
isColumnNullable(IlInt colno) constIliSchema
isColumnPartOfCandidateKey(IlInt colno, IlInt ckno) constIliSQLTableDef
isColumnPartOfForeignKey(IlInt colno, IlInt fkno) constIliSQLTableDef
isColumnPartOfKey(IlInt colno) constIliSchema
isColumnReadOnly(IlInt colno) constIliSchema
isColumnVisible(IlInt colno) constIliSchema
isPrimaryKeyDefined() constIliSchema
lock() constIliRefCounted
makeCreateStatement(IliSQLSession *session, IlInt index, IliString &stmt, IliErrorMessage &msg) constIliSQLTableDef
moveColumn(IlInt from, IlInt to)IliSchemavirtual
normalizeKeys()IliSQLTableDef
removeCandidateKey(IlInt ckno)IliSQLTableDef
removeForeignKey(IlInt fkno)IliSQLTableDef
removeHook(IliTableHook *hook)IliSchema
setAsCollection(IlBoolean flag)IliSchema
setAsSimpleCollection(IlBoolean flag)IliSchema
setAsView(IlBoolean f)IliSQLTableDef
setColumnAlignment(IlInt colno, IlvAlignment align)IliSchemavirtual
setColumnDefault(IlInt colno, const char *val)IliSchemavirtual
setColumnDisplayWidth(IlInt colno, IlInt width)IliSchemavirtual
setColumnForeignColumn(IlInt colno, IlInt fkno, const char *name)IliSQLTableDef
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
setColumnPartOfCandidateKey(IlInt colno, IlInt ckno, IlBoolean f)IliSQLTableDef
setColumnPartOfForeignKey(IlInt colno, IlInt fkno, IlBoolean f)IliSQLTableDef
setColumnPartOfKey(IlInt colno, IlBoolean partOfKey)IliSchemavirtual
setColumnPrecision(IlInt colno, IlInt precision)IliSQLTableDef
setColumnReadOnly(IlInt colno, IlBoolean readOnly)IliSchemavirtual
setColumnScale(IlInt colno, IlInt scale)IliSQLTableDef
setColumnSQLDefault(IlInt colno, const char *def)IliSQLTableDef
setColumnSQLType(IlInt colno, const char *type)IliSQLTableDef
setColumnTitle(IlInt colno, const char *title)IliSchemavirtual
setColumnType(IlInt colno, const IliDatatype *type)IliSchemavirtual
setColumnVisible(IlInt colno, IlBoolean visible)IliSchemavirtual
setElementTypeName(const char *name)IliSchema
setForeignKeyTable(IlInt fkno, const IliSQLTableRef &ref)IliSQLTableDef
setSchemaName(const char *name)IliSchema
setTableRef(const IliSQLTableRef &ref)IliSQLTableDef
startOfBatch()IliSchema
unLock() constIliRefCounted
write(IL_STDPREF ostream &output) constIliSQLTableDefvirtual
~IliRefCounted()IliRefCountedprotectedvirtual