public class CheckpointValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CheckpointValue |
NO_OP
An instance which means that this checkpoint value is invalid and should be regarded as absent
|
Constructor and Description |
---|
CheckpointValue(java.lang.String value,
java.lang.Integer type) |
Modifier and Type | Method and Description |
---|---|
static CheckpointValue |
getCheckpointValue(java.sql.ResultSet rs,
int sqlIndex,
VariableReplacementMode replacementMode) |
java.lang.Integer |
getType() |
java.lang.String |
getValue() |
static boolean |
isEmpty(CheckpointValue value) |
boolean |
isNull() |
boolean |
isPlainString() |
void |
setCheckpointValue(java.sql.PreparedStatement stmt,
int sqlIndex) |
java.lang.String |
toString() |
public static final CheckpointValue NO_OP
public CheckpointValue(java.lang.String value, java.lang.Integer type)
public java.lang.String getValue()
public java.lang.Integer getType()
public boolean isPlainString()
public boolean isNull()
public static boolean isEmpty(CheckpointValue value)
public static CheckpointValue getCheckpointValue(java.sql.ResultSet rs, int sqlIndex, VariableReplacementMode replacementMode) throws java.sql.SQLException
java.sql.SQLException
public void setCheckpointValue(java.sql.PreparedStatement stmt, int sqlIndex) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 Dassault Systèmes, All Rights Reserved.