SQLParameter

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLParameter clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getCursorName
SQLName getCursorName()
Undocumented in source. Be warned that the author may not have intended to support it.
getCursorParameters
List!SQLParameter getCursorParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataType
SQLDataType getDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultValue
SQLExpr getDefaultValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getParamType
ParameterType getParamType()
Undocumented in source. Be warned that the author may not have intended to support it.
isConstant
bool isConstant()
Undocumented in source. Be warned that the author may not have intended to support it.
isMap
bool isMap()
Undocumented in source. Be warned that the author may not have intended to support it.
isMember
bool isMember()
Undocumented in source. Be warned that the author may not have intended to support it.
isNoCopy
bool isNoCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
isOrder
bool isOrder()
Undocumented in source. Be warned that the author may not have intended to support it.
setConstant
void setConstant(bool constant)
Undocumented in source. Be warned that the author may not have intended to support it.
setCursorName
void setCursorName(SQLName cursorName)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataType
void setDataType(SQLDataType dataType)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultValue
void setDefaultValue(SQLExpr deaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setMap
void setMap(bool map)
Undocumented in source. Be warned that the author may not have intended to support it.
setMember
void setMember(bool member)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
setNoCopy
void setNoCopy(bool noCopy)
Undocumented in source. Be warned that the author may not have intended to support it.
setOrder
void setOrder(bool order)
Undocumented in source. Be warned that the author may not have intended to support it.
setParamType
void setParamType(ParameterType paramType)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ParameterType
struct ParameterType
Undocumented in source.

Inherited Members

From SQLObjectImpl

parent
SQLObject parent;
Undocumented in source.
attributes
Map!(string, Object) attributes;
Undocumented in source.
accept
void accept(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source.
acceptChild
void acceptChild(SQLASTVisitor visitor, List!(T) children)
Undocumented in source. Be warned that the author may not have intended to support it.
acceptChild
void acceptChild(SQLASTVisitor visitor, SQLObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
SQLObject getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(SQLObject parent)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Object getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source. Be warned that the author may not have intended to support it.
hasAfterComment
bool hasAfterComment()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLObject clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.

From SQLObjectWithDataType

getDataType
SQLDataType getDataType()
Undocumented in source.
setDataType
void setDataType(SQLDataType dataType)
Undocumented in source.

Meta