Product Documentation

FairCom Java & .NET Stored Procedures

Previous Topic

Next Topic

SQLCursor.getLongValue

Retrieves a chunk of a LONG VARCHAR field (in case the field content is too large).

Format

public Object getLongValue(int field, int offset, int len)

Parameters

  • field the field number
  • offset the starting point (0 based) where the portion you want to retrieve starts.
  • len the length of the portion to retrieve.

Returns

Returns NULL if there is no more to retrieve.

Throws

DhSQLException

TOCIndex