Increases the blob to the size of the value in length. The new space is always placed at the end of the existing blob data. The length value must be greater than the current size of the blob or the method fails. The new space is initialized to null.
grow(int length);
Parameter |
Description |
---|---|
length |
How much to increase blob size. |
Integer. Returns the new size of the blob, if successful, and -1, if failed.
myblob.grow(500);
Pointer to object |
Object |
---|---|
|
|
|
|
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |