Constructor and Description |
---|
CTFullTextIndexDictionary()
Default constructor for the CTFullTextIndexDictionary class.
|
CTFullTextIndexDictionary(CTDatabase Handle)
Creates a new Full Text Index Dictionary object related to a database
|
CTFullTextIndexDictionary(CTFullTextIndexDictionary FTID)
Copy constructor for the CTFullTextIndexDictionary class.
|
CTFullTextIndexDictionary(CTSession Handle)
Creates a new Full Text Index Dictionary object related to a session
|
CTFullTextIndexDictionary(CTTable Handle)
Creates a new Full Text Index Dictionary object related to a table
|
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Destroys an allocated CTFullTextIndexDictionary object This method should
be called in order to avoid memory leaks.
|
void |
SetOption(int option,
java.lang.String sValue,
int iValue)
Set Full Text index Dictionary options
|
Abort, Begin, ClearSavePoint, Commit, GetAutoCommit, GetHandle, GetKeepLock, GetLockMode, GetOperation, GetTransactionMode, IsLockActive, IsTransActive, IsUnicodeLib, Lock, PrepareCommit, RestoreSavePoint, SetAutoCommit, SetHandle, SetKeepLock, SetOperation, SetSavePoint, SetTransactionMode, Unlock
public CTFullTextIndexDictionary()
public CTFullTextIndexDictionary(CTFullTextIndexDictionary FTID)
FTID
- CTFullTextIndex object to be copiedCTFullTextIndexDictionary()
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTSession)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTDatabase)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTTable)
,
finalize()
public CTFullTextIndexDictionary(CTSession Handle) throws CTException
Handle
- the session objectCTException
- in case of errorCTFullTextIndexDictionary()
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTFullTextIndexDictionary)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTDatabase)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTTable)
,
finalize()
public CTFullTextIndexDictionary(CTDatabase Handle) throws CTException
Handle
- the database objectCTException
- in case of errorCTFullTextIndexDictionary()
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTFullTextIndexDictionary)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTSession)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTTable)
,
finalize()
public CTFullTextIndexDictionary(CTTable Handle) throws CTException
Handle
- the table objectCTException
- in case of errorCTFullTextIndexDictionary()
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTFullTextIndexDictionary)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTSession)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTDatabase)
,
finalize()
public void finalize()
finalize
in class java.lang.Object
CTFullTextIndexDictionary()
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTFullTextIndexDictionary)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTSession)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTDatabase)
,
CTFullTextIndexDictionary(FairCom.CtreeDb.CTTable)
public void SetOption(int option, java.lang.String sValue, int iValue) throws CTException
option
- option to set use the
FTI_OPTION
to pass this valuesValue
- value to set the option to for option taking string valueiValue
- value to set the option to for option taking long valueCTException
- in case of error