Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.data.cursor
Class CursorInput

java.lang.Object
  extended by oracle.olapi.data.cursor.CursorInput


Deprecated. As of Oracle 11g Release 1 (11.1); no replacement; see Parameter.

public class CursorInput
extends java.lang.Object

Constructor Summary
CursorInput(boolean initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.
CursorInput(java.util.Date initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.
CursorInput(double initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
CursorInput(float initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
CursorInput(int initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
CursorInput(java.lang.Object initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.
CursorInput(short initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
CursorInput(java.lang.String initialValue)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.
CursorInput(ValueCursor valueCursor)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.

 

Method Summary
 boolean getCurrentBoolean()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.
 java.util.Date getCurrentDate()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.
 double getCurrentDouble()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 float getCurrentFloat()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 int getCurrentInteger()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 short getCurrentShort()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 java.lang.String getCurrentString()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See StringParameter.
 java.lang.Object getCurrentValue()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of Parameter.
 interface getSourceType()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.
 ValueCursor getValueCursor()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.
 void setCurrentBoolean(boolean value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.
 void setCurrentDate(java.util.Date value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.
 void setCurrentDouble(double value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 void setCurrentFloat(float value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 void setCurrentInteger(int value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 void setCurrentShort(short value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.
 void setCurrentString(java.lang.String value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of StringParameter.
 void setCurrentValue(java.lang.Object value)
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of Parameter.
 void synchronize()
          Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CursorInput

public CursorInput(java.lang.Object initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.

CursorInput

public CursorInput(java.lang.String initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.

CursorInput

public CursorInput(java.util.Date initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.

CursorInput

public CursorInput(short initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

CursorInput

public CursorInput(int initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

CursorInput

public CursorInput(float initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

CursorInput

public CursorInput(double initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

CursorInput

public CursorInput(boolean initialValue)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.

CursorInput

public CursorInput(ValueCursor valueCursor)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See Parameter.

Method Detail

getCurrentValue

public java.lang.Object getCurrentValue()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of Parameter.

getCurrentString

public java.lang.String getCurrentString()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See StringParameter.

getCurrentDate

public java.util.Date getCurrentDate()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.

getCurrentShort

public short getCurrentShort()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

getCurrentInteger

public int getCurrentInteger()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

getCurrentFloat

public float getCurrentFloat()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

getCurrentDouble

public double getCurrentDouble()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

getCurrentBoolean

public boolean getCurrentBoolean()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.

setCurrentValue

public void setCurrentValue(java.lang.Object value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of Parameter.

setCurrentString

public void setCurrentString(java.lang.String value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See the subclasses of StringParameter.

setCurrentDate

public void setCurrentDate(java.util.Date value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See DateParameter.

setCurrentShort

public void setCurrentShort(short value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

setCurrentInteger

public void setCurrentInteger(int value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

setCurrentFloat

public void setCurrentFloat(float value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

setCurrentDouble

public void setCurrentDouble(double value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See NumberParameter.

setCurrentBoolean

public void setCurrentBoolean(boolean value)
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement. See BooleanParameter.

synchronize

public void synchronize()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.

getValueCursor

public final ValueCursor getValueCursor()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.

getSourceType

public final getSourceType()
Deprecated. As of Oracle 11g Release 1 (11.1); no replacement.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.