Compartir a través de


position Method (java.sql.Blob, long)

Returns the position of a specified pattern in the BLOB based on the given pattern and starting index.

public long position(java.sql.Blob pattern,
                     long start)

Parámetros

pattern

The pattern to search for.

start

The start index to search at.

Valor devuelto

A long value of the position where the pattern was found, or -1 if it was not found.

Excepciones

SQLServerException

Notas

This position method is specified by the position method in the java.sql.Blob interface.

Vea también

Referencia

SQLServerBlob Class

Conceptos

position Method (SQLServerBlob)
SQLServerBlob Methods
SQLServerBlob Members