Class MySQLCompiler
Compiles relation schema into MySQL scripts
Inheritance
System.Object
MySQLCompiler
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.dll
Syntax
public class MySQLCompiler : RDBMSCompiler, IConfigurable, INamed
Constructors
MySQLCompiler(Schema)
Declaration
public MySQLCompiler(Schema schema)
Parameters
Type |
Name |
Description |
Schema |
schema |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Target
Declaration
public override TargetType Target { get; }
Property Value
Overrides
Methods
Declaration
protected override string FormatColumnStatement(string column, string type, string nnull, string auto, string dflt, string chk, string comment)
Parameters
Type |
Name |
Description |
System.String |
column |
|
System.String |
type |
|
System.String |
nnull |
|
System.String |
auto |
|
System.String |
dflt |
|
System.String |
chk |
|
System.String |
comment |
|
Returns
Type |
Description |
System.String |
|
Overrides
GetQuotedIdentifierName(RDBMSEntityType, String)
Declaration
public override string GetQuotedIdentifierName(RDBMSEntityType type, string name)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
GetStatementDelimiterScript(RDBMSEntityType, Boolean)
Declaration
public override string GetStatementDelimiterScript(RDBMSEntityType type, bool start)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override void TransformEntityName(RDBMSEntity entity)
Parameters
Overrides
Implements
Extension Methods