Class MsSQLServerCompiler
Compiles relation schema into Ms SQL Server scripts
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()
Namespace: Azos.Data.Modeling
Assembly: Azos.dll
Syntax
public class MsSQLServerCompiler : RDBMSCompiler, IConfigurable, INamed
Constructors
MsSQLServerCompiler(Schema)
Declaration
public MsSQLServerCompiler(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
Type | Description |
---|---|
TargetType |
Overrides
Methods
GetQuotedIdentifierName(RDBMSEntityType, String)
Declaration
public override string GetQuotedIdentifierName(RDBMSEntityType type, string name)
Parameters
Type | Name | Description |
---|---|---|
RDBMSEntityType | type | |
System.String | name |
Returns
Type | Description |
---|---|
System.String |
Overrides
GetStatementDelimiterScript(RDBMSEntityType, Boolean)
Declaration
public override string GetStatementDelimiterScript(RDBMSEntityType type, bool start)
Parameters
Type | Name | Description |
---|---|---|
RDBMSEntityType | type | |
System.Boolean | start |
Returns
Type | Description |
---|---|
System.String |