Class TMySQLCreateFunction
- Namespace
- gudusoft.gsqlparser.stmt.mysql
- Assembly
- gudusoft.gsqlparser.dll
public class TMySQLCreateFunction : TStoredProcedureSqlStatement, Visitable
- Inheritance
-
TMySQLCreateFunction
- Implements
- Inherited Members
Constructors
TMySQLCreateFunction(EDbVendor)
public TMySQLCreateFunction(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Properties
FunctionName
The name that you give to the function that you are declaring or defining. @return
public virtual TObjectName FunctionName { get; set; }
Property Value
ReturnDataType
public virtual TTypeName ReturnDataType { get; set; }
Property Value
StoredProcedureName
public override TObjectName StoredProcedureName { get; }
Property Value
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParseStatement(TCustomSqlStatement)
analyze SQL
public override int doParseStatement(TCustomSqlStatement psql)
Parameters
psqlTCustomSqlStatement