Calculates the number of characters of data in a blob.
size();
Integer. Returns the number of characters in the blob, or 0 if empty for success, and a negative number, if failed.
Pointer to object |
Object |
---|---|
|
|
|
|
blob myblob;
int num;
myblob = “abcdefg”;
num = myblob.size();
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |