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;
-
StringValue
-
-
type
-
-
PrimitiveValue()
-
-
PrimitiveValue(boolean)
-
-
PrimitiveValue(double)
-
-
PrimitiveValue(long)
-
-
PrimitiveValue(String)
-
-
getSQL()
-
StringValue
String StringValue
type
int type
PrimitiveValue
private PrimitiveValue()
PrimitiveValue
public PrimitiveValue(long newValue)
PrimitiveValue
public PrimitiveValue(double newValue)
PrimitiveValue
public PrimitiveValue(boolean newValue)
PrimitiveValue
public PrimitiveValue(String newValue)
getSQL
public String getSQL() throws Exception
All Packages Class Hierarchy This Package Previous Next Index