Uses of Class
org.jclarion.clarion.ClarionKey

Packages that use ClarionKey
org.jclarion.clarion   
org.jclarion.clarion.util   
org.jclarion.clarion.view   
 

Uses of ClarionKey in org.jclarion.clarion
 

Methods in org.jclarion.clarion that return ClarionKey
 ClarionKey ClarionKey.addAscendingField(ClarionObject object)
          Add field that is ascending
 ClarionKey ClarionKey.addDescendingField(ClarionObject object)
           
 ClarionKey ClarionKey.addField(ClarionObject object, boolean descend, java.lang.String function)
           
 ClarionKey ClarionFile.getKey(ClarionObject indx)
          Get a particular key based on index
 ClarionKey ClarionFile.getKey(int indx)
           
 ClarionKey ClarionFile.getPrimaryKey()
           
static ClarionKey Clarion.newKey(java.lang.String label)
           
 ClarionKey ClarionKey.setDuplicate()
          Key allows duplicate records
 ClarionKey ClarionKey.setName(java.lang.String name)
          Specify key name
 ClarionKey ClarionKey.setNocase()
          Key is case insensitive
 ClarionKey ClarionKey.setOptional()
          Key is optional, i.e.
 ClarionKey ClarionKey.setPrimary()
          Key is a primary key
 

Methods in org.jclarion.clarion that return types with arguments of type ClarionKey
 java.util.List<ClarionKey> ClarionFile.getKeys()
           
 

Methods in org.jclarion.clarion with parameters of type ClarionKey
 void ClarionFile.addKey(ClarionKey key)
          Add sort key
 boolean ClarionFile.duplicateCheck(ClarionKey clarionKey)
           
 boolean ClarionSQLFile.duplicateCheck(ClarionKey key)
           
 void ClarionBasicFile.get(ClarionKey akey)
           
 void ClarionAsciiFile.get(ClarionKey akey)
           
abstract  void ClarionFile.get(ClarionKey akey)
          Get record based on particular key
 void ClarionSQLFile.get(ClarionKey key)
           
 void ClarionBinaryFile.get(ClarionKey akey)
           
 ClarionString ClarionBasicFile.getPosition(ClarionKey key)
           
 ClarionString ClarionAsciiFile.getPosition(ClarionKey key)
           
abstract  ClarionString ClarionFile.getPosition(ClarionKey key)
           
 ClarionString ClarionSQLFile.getPosition(ClarionKey key)
           
 ClarionString ClarionBinaryFile.getPosition(ClarionKey key)
           
 void ClarionBasicFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionAsciiFile.reget(ClarionKey key, ClarionString string)
           
abstract  void ClarionFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionSQLFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionBinaryFile.reget(ClarionKey key, ClarionString string)
           
 void ClarionFile.removeKey(ClarionKey key)
          Remove a sort key.
 void ClarionBasicFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionAsciiFile.reset(ClarionKey key, ClarionString string)
           
abstract  void ClarionFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionSQLFile.reset(ClarionKey key, ClarionString string)
           
 void ClarionBinaryFile.reset(ClarionKey key, ClarionString string)
           
 boolean ClarionSQLFile.savePosition(FileState fs, SharedOutputStream position, ClarionKey scanKey, boolean inclusive)
           
 void ClarionBasicFile.set(ClarionKey key)
           
 void ClarionAsciiFile.set(ClarionKey key)
           
abstract  void ClarionFile.set(ClarionKey key)
          Set key based record processing
 void ClarionKey.set(ClarionKey key)
           
 void ClarionSQLFile.set(ClarionKey key)
           
 void ClarionBinaryFile.set(ClarionKey key)
           
 

Uses of ClarionKey in org.jclarion.clarion.util
 

Fields in org.jclarion.clarion.util declared as ClarionKey
 ClarionKey FileState.primaryKey
          Primary key and position
 ClarionKey FileState.scanKey
          Current scan key (if any)
 

Uses of ClarionKey in org.jclarion.clarion.view
 

Methods in org.jclarion.clarion.view with parameters of type ClarionKey
 ViewJoin ViewJoin.setKey(ClarionKey key)
           
 



Copyright © 2010. All Rights Reserved.