borland Packages  Class Hierarchy  datastore Package 

SqlLocateCursor class

java.lang.Object
   +----com.borland.datastore.Cursor
           +----com.borland.datastore.SqlNavCursor
                   +----com.borland.datastore.SqlLocateCursor

About the SqlLocateCursor class

Variables  Properties  Methods  
Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


SqlLocateCursor variables

Variables implemented in this class

Variables implemented in com.borland.datastore.Cursor

SqlLocateCursor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.datastore.Cursor

Properties implemented in java.lang.Object

SqlLocateCursor methods

Methods implemented in this class

Methods implemented in com.borland.datastore.Cursor

Methods implemented in com.borland.datastore.SqlNavCursor

Methods implemented in java.lang.Object


SqlLocateCursor variables

locateValues

  public RowVariant[] locateValues

This variable is used internally by other com.borland classes. You should never use this variable directly.


SqlLocateCursor properties

columns

 public Column[] getColumns()

This property is used internally by other com.borland classes. You should never use this property directly.

rowCount

 public int getRowCount()

This property is used internally by other com.borland classes. You should never use this property directly.


SqlLocateCursor methods

close()

  public void close()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.close()

first()

  public boolean first()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.first()

getRowOffsets(int)

  protected void getRowOffsets(int count)

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.getRowOffsets(int)

getThisInternalRow(int)

  public long getThisInternalRow(int cursorIndex)

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.getThisInternalRow(int)

init()

  public final void init()

This method is used internally by other com.borland classes. You should never use this method directly.

next()

  public boolean next()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.next()

prior()

  public boolean prior()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.prior()

provideFieldBytes(int, int)

  public void provideFieldBytes(int off, int length)

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.Cursor.provideFieldBytes(int, int)

sqlLocateCursor()

  public SqlLocateCursor sqlLocateCursor()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.datastore.SqlNavCursor.sqlLocateCursor()