public class BasicPostStatement.Item
extends java.lang.Object
WrappedField
object or the value of a ContextParam
object.Modifier and Type | Field and Description |
---|---|
static int |
_date |
static int |
_double |
static int |
_long |
static int |
_text |
boolean |
m_buildFromDirtyPrm |
java.lang.String |
name |
int |
type |
java.lang.String |
valueLiteral |
Constructor and Description |
---|
Item() |
Item(java.lang.String name,
java.lang.String valueLiteral) |
Item(java.lang.String name,
java.lang.String valueLiteral,
int type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
type()
Helps
org.joty.common.MethodExecutor#exec(org.joty.common.BasicPostStatement, Boolean, java.sql.Connection) method in addressing reflection. |
java.lang.String |
unquoted() |
java.lang.Object |
value() |
public static final int _text
public static final int _long
public static final int _double
public static final int _date
public int type
public java.lang.String name
public java.lang.String valueLiteral
public boolean m_buildFromDirtyPrm
public Item()
public Item(java.lang.String name, java.lang.String valueLiteral)
public Item(java.lang.String name, java.lang.String valueLiteral, int type)
public java.lang.Class type()
org.joty.common.MethodExecutor#exec(org.joty.common.BasicPostStatement, Boolean, java.sql.Connection)
method in addressing reflection.public java.lang.String unquoted()
public java.lang.Object value()