
|
Assign(TPersistent)
|
Copies the properties and value of one TDbParameter object to another.
|

|
AssignField(TField)
|
Assigns the DataType, Name, and Value properties from a TField object.
|

|
AssignFieldValue(TField,Variant)
|
Assigns the DataType and Value properties from a TField object.
|

|
AssignParam(TParam)
|
Represents method AssignParam(TParam).
|

|
AssignParameter(TDbParameter)
|
Represents method AssignParameter(TDbParameter).
|

|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent).
|

|
Clear
|
Sets the Value of the parameter to NULL.
|

|
DoGetParameterIntf
|
Represents method DoGetParameterIntf.
|

|
GetAsAnsiString
|
Represents method GetAsAnsiString.
|

|
GetAsBCD
|
Represents method GetAsBCD.
|

|
GetAsBoolean
|
Represents method GetAsBoolean.
|

|
GetAsBytes
|
Represents method GetAsBytes.
|

|
GetAsCurrency
|
Represents method GetAsCurrency.
|

|
GetAsDateTime
|
Represents method GetAsDateTime.
|

|
GetAsFloat
|
Represents method GetAsFloat.
|

|
GetAsFMTBCD
|
Represents method GetAsFMTBCD.
|

|
GetAsInteger
|
Represents method GetAsInteger.
|

|
GetAsLargeInt
|
Represents method GetAsLargeInt.
|

|
GetAsLongWord
|
Represents method GetAsLongWord.
|

|
GetAsMemo
|
Represents method GetAsMemo.
|

|
GetAsSingle
|
Represents method GetAsSingle.
|

|
GetAsSQLTimeStamp
|
Represents method GetAsSQLTimeStamp.
|

|
GetAsSQLTimeStampOffset
|
Represents method GetAsSQLTimeStampOffset.
|

|
GetAsString
|
Represents method GetAsString.
|

|
GetAsVariant
|
Represents method GetAsVariant.
|

|
GetAsWideString
|
Represents method GetAsWideString.
|

|
GetData(TValueBuffer)
|
Fills the buffer with the Value of the parameter in the native format of a database field of the appropriate type.
|

|
GetDataSize
|
Returns the number of bytes needed to hold the parameter's value in the format used by the corresponding type of database field.
|

|
GetDataType
|
Represents method GetDataType.
|

|
GetDisplayName
|
Represents method GetDisplayName.
|

|
GetIsNull
|
Represents method GetIsNull.
|

|
GetName
|
Represents method GetName.
|

|
GetParameters
|
Represents method GetParameters.
|

|
GetParamObject
|
Represents method GetParamObject.
|

|
HasParamObject(TClass)
|
Represents method HasParamObject(TClass).
|

|
IsEqual(TDbParameter)
|
Represents method IsEqual(TDbParameter).
|

|
LoadFromFile(string,TDataType)
|
Loads the value of a BLOB parameter from the specified file.
|

|
LoadFromStream(TStream,TDataType)
|
Loads the value of a BLOB parameter from a stream.
|

|
ResetDbType
|
Resets the DbType property to its original settings.
|

|
SetAsAnsiString(AnsiString)
|
Represents method SetAsAnsiString(AnsiString).
|

|
SetAsBCD(Currency)
|
Represents method SetAsBCD(Currency).
|

|
SetAsBlob(TBlobData)
|
Represents method SetAsBlob(TBlobData).
|

|
SetAsBoolean(Boolean)
|
Represents method SetAsBoolean(Boolean).
|

|
SetAsByte(LongInt)
|
Represents method SetAsByte(LongInt).
|

|
SetAsBytes(TArray)
|
Represents method SetAsBytes(TArray).
|

|
SetAsCurrency(Currency)
|
Represents method SetAsCurrency(Currency).
|

|
SetAsDate(TDateTime)
|
Represents method SetAsDate(TDateTime).
|

|
SetAsDateTime(TDateTime)
|
Represents method SetAsDateTime(TDateTime).
|

|
SetAsFloat(Double)
|
Represents method SetAsFloat(Double).
|

|
SetAsFMTBCD(TBcd)
|
Represents method SetAsFMTBCD(TBcd).
|

|
SetAsInteger(Longint)
|
Represents method SetAsInteger(Longint).
|

|
SetAsLargeInt(LargeInt)
|
Represents method SetAsLargeInt(LargeInt).
|

|
SetAsLongWord(LongWord)
|
Represents method SetAsLongWord(LongWord).
|

|
SetAsMemo(string)
|
Represents method SetAsMemo(string).
|

|
SetAsShortInt(LongInt)
|
Represents method SetAsShortInt(LongInt).
|

|
SetAsSingle(Single)
|
Represents method SetAsSingle(Single).
|

|
SetAsSmallInt(LongInt)
|
Represents method SetAsSmallInt(LongInt).
|

|
SetAsSQLTimeStamp(TSQLTimeStamp)
|
Represents method SetAsSQLTimeStamp(TSQLTimeStamp).
|

|
SetAsSQLTimeStampOffset(TSQLTimeStampOffset)
|
Represents method SetAsSQLTimeStampOffset(TSQLTimeStampOffset).
|

|
SetAsString(string)
|
Represents method SetAsString(string).
|

|
SetAsTime(TDateTime)
|
Represents method SetAsTime(TDateTime).
|

|
SetAsVariant(Variant)
|
Represents method SetAsVariant(Variant).
|

|
SetAsWideString(string)
|
Represents method SetAsWideString(string).
|

|
SetAsWord(LongInt)
|
Represents method SetAsWord(LongInt).
|

|
SetBlobData(TValueBuffer,Integer)
|
Copies a new value for the parameter in physical database format from Buffer.
|

|
SetData(TValueBuffer)
|
Copies a new value for the parameter in physical database format from Buffer.
|

|
SetDataType(TDataType)
|
Represents method SetDataType(TDataType).
|

|
SetDbData(OleVariant)
|
Represents method SetDbData(OleVariant).
|

|
SetName(String)
|
Represents method SetName(String).
|

|
SetText(string)
|
Represents method SetText(string).
|