TMysqlParameterStream

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TOutputStreamA stream of bytes that can be written from front to end.
3TAbstractBufferingOutputStreamAbstract base class for a TOutputStream that buffers data before flushing it at once.
4TMysqlParameterStream

Source

Sql.Database.Physical.Mysql.Protocol.Client.pas (538)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTMysqlProtocolClientClient
InstanceprotectedTPositiveInteger32StatementId
InstanceprotectedTPositiveInteger16ParameterId

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedFlushBuffer(Buffer: TMemoryBlock; Count: TPositiveInteger32)
InstanceprotectedTBooleanShouldFlushEmptyBuffer()
InstancepublicCreate(Client: TMysqlProtocolClient; StatementId: TPositiveInteger32; ParameterId: TPositiveInteger16)