borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlCrossProductCursor
Variables Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
protected Column[] columns
This variable is used internally by other com.borland
classes. You should never use this variable directly.
protected int cursorCount
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public Cursor[] cursors
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public SqlCrossProductCursor()
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public SqlCrossProductCursor(Cursor[] cursors)
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public Column[] getColumns()
This property is used internally by other com.borland
classes. You should never use this property directly.
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()
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()
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)
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)
public void init(Cursor[] cursors)
This method is used internally by other com.borland
classes. You should never use this method directly.
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()
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)