SQLCreateFunctionStatement

Created by wenshao on 23/05/2017.

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
SQLCreateFunctionStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getAuthid
SQLName getAuthid()
Undocumented in source. Be warned that the author may not have intended to support it.
getBlock
SQLStatement getBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getComment
string getComment()
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.
getDefiner
SQLName getDefiner()
Undocumented in source. Be warned that the author may not have intended to support it.
getJavaCallSpec
string getJavaCallSpec()
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.
getParameters
List!SQLParameter getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getReturnDataType
SQLDataType getReturnDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchema
string getSchema()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsing
SQLName getUsing()
Undocumented in source. Be warned that the author may not have intended to support it.
getWrappedSource
string getWrappedSource()
Undocumented in source. Be warned that the author may not have intended to support it.
isAggregate
bool isAggregate()
Undocumented in source. Be warned that the author may not have intended to support it.
isCreate
bool isCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
isDeterministic
bool isDeterministic()
Undocumented in source. Be warned that the author may not have intended to support it.
isOrReplace
bool isOrReplace()
Undocumented in source. Be warned that the author may not have intended to support it.
isParallelEnable
bool isParallelEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
isPipelined
bool isPipelined()
Undocumented in source. Be warned that the author may not have intended to support it.
isResultCache
bool isResultCache()
Undocumented in source. Be warned that the author may not have intended to support it.
setAggregate
void setAggregate(bool aggregate)
Undocumented in source. Be warned that the author may not have intended to support it.
setAuthid
void setAuthid(SQLName authid)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
void setBlock(SQLStatement block)
Undocumented in source. Be warned that the author may not have intended to support it.
setComment
void setComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
setCreate
void setCreate(bool create)
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.
setDefiner
void setDefiner(SQLName definer)
Undocumented in source. Be warned that the author may not have intended to support it.
setDeterministic
void setDeterministic(bool deterministic)
Undocumented in source. Be warned that the author may not have intended to support it.
setJavaCallSpec
void setJavaCallSpec(string javaCallSpec)
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.
setOrReplace
void setOrReplace(bool orReplace)
Undocumented in source. Be warned that the author may not have intended to support it.
setParallelEnable
void setParallelEnable(bool parallel_enable)
Undocumented in source. Be warned that the author may not have intended to support it.
setParameters
void setParameters(List!SQLParameter parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
setPipelined
void setPipelined(bool pipelined)
Undocumented in source. Be warned that the author may not have intended to support it.
setResultCache
void setResultCache(bool resultCache)
Undocumented in source. Be warned that the author may not have intended to support it.
setReturnDataType
void setReturnDataType(SQLDataType returnDataType)
Undocumented in source. Be warned that the author may not have intended to support it.
setUsing
void setUsing(SQLName using)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrappedSource
void setWrappedSource(string wrappedSource)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

returnDataType
SQLDataType returnDataType;
Undocumented in source.

Meta