Platforms to show: All Mac Windows Linux Cross-Platform
The class SQLCLobMBS
class SQLCLobMBS
MBS REALbasic SQL Plugin (SQL), super class: SQLLongOrLobMBS
class, SQL, MBS REALbasic SQL Plugin (SQL), class SQLCLobMBS, Console safe, Plugin version: 9.3, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: A class for a clob (character large object).
Notes:
Basicly this is a SQLStringMBS which is always marked to contain text. You only need this class to use the constructor with dataprovider to stream data to the database.
Subclass of the SQLLongOrLobMBS class.
Function: A class for a clob (character large object).
Notes:
Basicly this is a SQLStringMBS which is always marked to contain text. You only need this class to use the constructor with dataprovider to stream data to the database.
Subclass of the SQLLongOrLobMBS class.
- method Constructor(data as SQLStringMBS)
- method Constructor(dataProvider as SQLDataProviderMBS, BlockSize as UInt32)
Methods, properties and events inherited from super classes:
- class class SQLLongOrLobMBS
- method CopyText as string
- method GetBinaryLength as UInt32
- method CopyBinaryData as string
- method Constructor
- method Mid(first as integer, Count as integer) as SQLStringMBS
- class class SQLStringMBS
- method Constructor(Data as string, isText as boolean=true)
- method Left(count as integer) as SQLStringMBS
- method Compare(text as string) as integer
- method Compare(text as SQLStringMBS) as integer
- method GetLength as UInt32
- method TrimLeft
- method TrimRight
- method Constructor(other as SQLStringMBS)
- method CompareNoCase(text as string) as integer
- method CompareNoCase(text as SQLStringMBS) as integer
- method Empty
- method Right(count as integer) as SQLStringMBS
- method MakeUpper
- method IsEmpty as boolean
- method Mid(first as integer) as SQLStringMBS
- method MakeLower
This class has no sub classes.
The items on this page are in the following plugins: MBS REALbasic SQL Plugin.