4D S.A. Copyright 2001

j4d.open
Class opSelection

java.lang.Object
  |
  +--j4d.open.opSelection

public class opSelection
extends java.lang.Object

This object describes a selection. It will be used to create, to delete or to modify selections on the server. The current selection is a key feature of 4D. For more information, please refer to the 4D Server Reference Manual.


Field Summary
 int mCurrentRecord
           
 int mRecordNumber
           
 int mRecordsInSelection
           
 java.lang.String mSelectionName
           
 short mTableNumber
           
 
Constructor Summary
opSelection()
           
opSelection(int tableNumber)
           
opSelection(int tableNumber, java.lang.String selectionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTableNumber

public short mTableNumber

mRecordsInSelection

public int mRecordsInSelection

mRecordNumber

public int mRecordNumber

mCurrentRecord

public int mCurrentRecord

mSelectionName

public java.lang.String mSelectionName
Constructor Detail

opSelection

public opSelection()

opSelection

public opSelection(int tableNumber)

opSelection

public opSelection(int tableNumber,
                   java.lang.String selectionName)

4D S.A. Copyright 2001

4D S.A.