Qore FreetdsSqlUtil Module Reference  1.1
FreetdsSqlUtil::FreetdsIndex Class Reference

represents a FreeTDS-specific index More...

Inheritance diagram for FreetdsSqlUtil::FreetdsIndex:

Public Member Functions

 constructor (string n_name, bool n_unique, hash n_cols, *string n_filegroup)
 creates the object from the arguments
 
private bool equalImpl (AbstractIndex ix)
 returns True if the argument is equal to the current index, False if not
 
string getCreateSql (string table_name, *hash opt)
 returns a string that can be used to create the index in the database
 
string getRenameSql (string table_name, string new_name)
 returns a string that can be used to rename the index in the database
 

Public Attributes

*string filegroup
 the tablespace (filegroup) name of the index
 

Detailed Description

represents a FreeTDS-specific index