
|
ApplyParamValues(Variant[],TFieldType[])
|
Represents method ApplyParamValues(Variant[],TFieldType[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Assign(TPersistent)
|
Represents method Assign(TPersistent). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
AssignCommandText(TStrings,Boolean)
|
Represents method AssignCommandText(TStrings,Boolean). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Cancel
|
Represents method Cancel. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
CheckCommandText
|
Represents method CheckCommandText. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
CheckConnectionActive
|
Represents method CheckConnectionActive. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
CheckConnectionInactive
|
Represents method CheckConnectionInactive. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Clone
|
Makes one OdbcCommand component a copy of another.
|

|
CommandTextChanged(TObject)
|
Represents method CommandTextChanged(TObject). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ComponentLoading
|
Represents method ComponentLoading. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ConnectionStateChange(TObject,Boolean)
|
Represents method ConnectionStateChange(TObject,Boolean). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
CreateOdbcParameters(TOdbcCommand)
|
Represents method CreateOdbcParameters(TOdbcCommand).
|

|
CreateParameters(TDbCommand)
|
Represents method CreateParameters(TDbCommand). (Overrides CNClrLib.ADONet.Client.TDbCommand.CreateParameters(TDbCommand).)
|

|
DoCancelCommand
|
Represents method DoCancelCommand. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoExecuteNonQuery
|
Represents method DoExecuteNonQuery. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoExecuteQuery
|
Represents method DoExecuteQuery. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoExecuteReader
|
Overloaded. Represents method DoExecuteReader. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoExecuteReader.)
|

|
DoExecuteReader(TCommandBehavior_Set)
|
Overloaded. Represents method DoExecuteReader(TCommandBehavior_Set). (Overrides CNClrLib.ADONet.Client.TDbCommand.DoExecuteReader(TCommandBehavior_Set).)
|

|
DoExecuteScalar
|
Represents method DoExecuteScalar. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoGetCloneCommand
|
Represents method DoGetCloneCommand. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoGetCloneCommand.)
|

|
DoGetCloneOdbcCommand
|
Represents method DoGetCloneOdbcCommand.
|

|
DoGetDbCommand
|
Represents method DoGetDbCommand. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoGetDbCommand.)
|

|
DoInitializeCommand
|
Represents method DoInitializeCommand. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoOdbcExecuteReader
|
Overloaded. Represents method DoOdbcExecuteReader.
|

|
DoOdbcExecuteReader(TCommandBehavior_Set)
|
Overloaded. Represents method DoOdbcExecuteReader(TCommandBehavior_Set).
|

|
DoOnCancel
|
Represents method DoOnCancel. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoOnCommandTextChanged
|
Represents method DoOnCommandTextChanged. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoOnExecute
|
Represents method DoOnExecute. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoOnPrepare
|
Represents method DoOnPrepare. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoOpenConnection
|
Represents method DoOpenConnection. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
DoPrepare
|
Represents method DoPrepare. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Execute
|
Overloaded. Represents method Execute. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Execute(Variant[])
|
Overloaded. Represents method Execute(Variant[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Execute(Variant[],TFieldType[])
|
Overloaded. Represents method Execute(Variant[],TFieldType[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteNonQuery
|
Overloaded. Represents method ExecuteNonQuery. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteNonQuery(Variant[])
|
Overloaded. Represents method ExecuteNonQuery(Variant[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteNonQuery(Variant[],TFieldType[])
|
Overloaded. Represents method ExecuteNonQuery(Variant[],TFieldType[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteReader
|
Executes the CommandText against the Connection component, and returns an OdbcDataReader.
|

|
ExecuteReader(TCommandBehavior_Set)
|
Executes the CommandText against the Connection, and returns an OdbcDataReader using one of the CommandBehavior values.
|

|
ExecuteReader(Variant[])
|
Overloaded. Represents method ExecuteReader(Variant[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteReader(Variant[],TFieldType[])
|
Overloaded. Represents method ExecuteReader(Variant[],TFieldType[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteScalar
|
Overloaded. Represents method ExecuteScalar. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteScalar(Variant[])
|
Overloaded. Represents method ExecuteScalar(Variant[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ExecuteScalar(Variant[],TFieldType[])
|
Overloaded. Represents method ExecuteScalar(Variant[],TFieldType[]). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
FindParam(string)
|
Finds the parameter in Params property by a given name.
|

|
GetDbParameters
|
Represents method GetDbParameters. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetDbParameters.)
|

|
GetNativeCommandText
|
Represents method GetNativeCommandText. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
GetOdbcConnection
|
Represents method GetOdbcConnection.
|

|
GetParameterClass
|
Represents method GetParameterClass. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetParameterClass.)
|

|
GetParameterCollectionClass
|
Represents method GetParameterCollectionClass. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetParameterCollectionClass.)
|

|
GetTransactionIntf
|
Represents method GetTransactionIntf. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Initialize(Boolean)
|
Represents method Initialize(Boolean). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
Loaded
|
Represents method Loaded. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ParamByName(string)
|
Returns parameter by its name.
|

|
Prepare
|
Represents method Prepare. (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
ResetCommandTimeout
|
Resets the CommandTimeout property to the default value.
|

|
SetConnection(TDbConnection)
|
Overloaded. Represents method SetConnection(TDbConnection). (Overrides CNClrLib.ADONet.Client.TDbCommand.SetConnection(TDbConnection).)
|

|
SetConnectionFlag(Integer,Boolean)
|
Represents method SetConnectionFlag(Integer,Boolean). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|

|
SetDbParameters(TDbParameters)
|
Represents method SetDbParameters(TDbParameters). (Overrides CNClrLib.ADONet.Client.TDbCommand.SetDbParameters(TDbParameters).)
|

|
SetOdbcConnection(TOdbcConnection)
|
Represents method SetOdbcConnection(TOdbcConnection).
|

|
SetTransactionIntf(_DbTransaction)
|
Represents method SetTransactionIntf(_DbTransaction). (Inherited from CNClrLib.ADONet.Client.TDbCommand.)
|