Methods for cSQLExecutor

View method list in hierarchical order

NameTypeDescriptionDefining Class
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
OnSQLErrorProcedureCalled if an ODBC error occurscBaseSQLExecutor
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
SQLColumnInfoFunctionReturns the column information for the result setcBaseSQLExecutor
SQLExecDirectFunctionExecutes a SQL Query and returns a result setcBaseSQLExecutor
SQLExecDirectProcedureExecutes a SQL QuerycBaseSQLExecutor
SQLExecuteProcedureExecutes a prepared SQL query without returning a result setcBaseSQLExecutor
SQLExecuteFunctionExecutes a prepared SQL query and returns a result setcBaseSQLExecutor
SQLParameterInfoFunctionReturns full set of parameters for a parameterized querycBaseSQLExecutor
SQLPrepareProcedurePrepares a query without executing itcBaseSQLExecutor
SQLSetParameterProcedureSets a parameter for a parameterized querycBaseSQLExecutor