|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLValueIF
INTERNAL: Represents a SQL value.
Field Summary | |
---|---|
static int |
COLUMNS
INTERNAL: Constant referring to the SQLColumns class. |
static int |
FUNCTION
INTERNAL: Constant referring to the SQLFunction class. |
static int |
NULL
INTERNAL: Constant referring to the SQLNull class. |
static int |
PARAMETER
INTERNAL: Constant referring to the SQLParameter class. |
static int |
PRIMITIVE
INTERNAL: Constant referring to the SQLPrimitive class. |
static int |
TUPLE
INTERNAL: Constant referring to the SQLTuple class. |
static int |
VERBATIM
INTERNAL: Constant referring to the SQLVerbatim class. |
Method Summary | |
---|---|
java.lang.String |
getAlias()
INTERNAL: The column alias to use if this value is included in the projection. |
int |
getArity()
INTERNAL: Returns the [column] arity of the value. |
FieldHandlerIF |
getFieldHandler()
INTERNAL: Returns the field handler for the columns. |
SQLValueIF |
getReference()
INTERNAL: Returns the referenced value if one exists. |
int |
getType()
INTERNAL: Returns the value class type. |
int |
getValueArity()
INTERNAL: Returns the value arity of the value. |
java.lang.Class |
getValueType()
INTERNAL: Returns the value type. |
boolean |
isReference()
INTERNAL: Returns true if this value is a reference to another. |
void |
setAlias(java.lang.String alias)
INTERNAL: Sets the column alias. |
void |
setFieldHandler(FieldHandlerIF fhandler)
INTERNAL: Sets the field handler for the value. |
void |
setValueType(java.lang.Class vtype)
INTERNAL: Sets the value type. |
Field Detail |
---|
static final int NULL
SQLNull
class.
static final int TUPLE
SQLTuple
class.
static final int COLUMNS
SQLColumns
class.
static final int PRIMITIVE
SQLPrimitive
class.
static final int PARAMETER
SQLParameter
class.
static final int VERBATIM
SQLVerbatim
class.
static final int FUNCTION
SQLFunction
class.
Method Detail |
---|
int getType()
SQLValueIF
interface.
int getArity()
int getValueArity()
java.lang.String getAlias()
void setAlias(java.lang.String alias)
boolean isReference()
SQLValueIF getReference()
java.lang.Class getValueType()
void setValueType(java.lang.Class vtype)
FieldHandlerIF getFieldHandler()
void setFieldHandler(FieldHandlerIF fhandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |