Platforms to show: All Mac Windows Linux Cross-Platform
SQLLongBinaryMBS class
Super class: SQLLongOrLobMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SQL | MBS SQL Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Basicly this is a SQLStringMBS which is always marked to contain binary data. You only need this class to use the constructor with dataprovider to stream data to the database.
Subclass of the SQLLongOrLobMBS class.
- 5 methods
- method Constructor Private
- method Constructor(Data as MemoryBlock)
- method Constructor(data as SQLStringMBS)
- method Constructor(Data as string, isText as Boolean = True)
- method Constructor(dataProvider as SQLDataProviderMBS, BlockSize as UInt32)
Super class SQLLongOrLobMBS
Super class SQLStringMBS
- 4 properties
- property BinaryLength as UInt32
- property DebugText as String
- property IsEmpty as boolean
- property Length as UInt32
- 23 methods
- method Compare(text as SQLStringMBS) as Integer
- method Compare(text as string) as Integer
- method CompareNoCase(text as SQLStringMBS) as Integer
- method CompareNoCase(text as string) as Integer
- method Constructor
- method Constructor(Data as MemoryBlock)
- method Constructor(Data as string, isText as Boolean = True)
- method Constructor(other as SQLStringMBS)
- method CopyBinaryData as string
- method CopyText as string
- method Empty
- method Left(count as Integer) as SQLStringMBS
- method MakeLower
- method MakeUpper
- method Mid(first as Integer) as SQLStringMBS
- method Mid(first as Integer, Count as Integer) as SQLStringMBS
- method Operator_Convert as string
- method Operator_Convert(text as string)
- method Right(count as Integer) as SQLStringMBS
- method TrimLeft
- method TrimRight
This class has no sub classes.
Blog Entries
The items on this page are in the following plugins: MBS SQL Plugin.
