All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.PrimitiveValue

java.lang.Object
   |
   +----SWEEP.PrimitiveValue

public class PrimitiveValue
extends Object
implements Serializable
Primitive Value will include long, double, and string. They are based on the Primitive Type of Oracle;


Variable Index

 o StringValue
 o type

Constructor Index

 o PrimitiveValue()
 o PrimitiveValue(boolean)
 o PrimitiveValue(double)
 o PrimitiveValue(long)
 o PrimitiveValue(String)

Method Index

 o getSQL()

Variables

 o StringValue
 String StringValue
 o type
 int type

Constructors

 o PrimitiveValue
 private PrimitiveValue()
 o PrimitiveValue
 public PrimitiveValue(long newValue)
 o PrimitiveValue
 public PrimitiveValue(double newValue)
 o PrimitiveValue
 public PrimitiveValue(boolean newValue)
 o PrimitiveValue
 public PrimitiveValue(String newValue)

Methods

 o getSQL
 public String getSQL() throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index