borland Packages  Class Hierarchy  datastore Package 

SqlCrossProductCursor component

java.lang.Object
   +----com.borland.datastore.Cursor
           +----com.borland.datastore.SqlCrossProductCursor

About the SqlCrossProductCursor component

Variables  Constructors  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.


SqlCrossProductCursor variables

Variables implemented in this class

Variables implemented in com.borland.datastore.Cursor

SqlCrossProductCursor constructors

SqlCrossProductCursor 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

SqlCrossProductCursor methods

Methods implemented in this class

Methods implemented in com.borland.datastore.Cursor

Methods implemented in java.lang.Object


SqlCrossProductCursor variables

columns

  protected Column[] columns

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

cursorCount

  protected int cursorCount

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

cursors

  public Cursor[] cursors

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


SqlCrossProductCursor constructors

SqlCrossProductCursor()

  public SqlCrossProductCursor()

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

SqlCrossProductCursor(com.borland.datastore.Cursor[])

  public SqlCrossProductCursor(Cursor[] cursors)

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


SqlCrossProductCursor properties

columns

 public Column[] getColumns()

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


SqlCrossProductCursor 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(com.borland.datastore.Cursor[])

  public void init(Cursor[] cursors)

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()

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)