Class TInt
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: NFX.RelationalModel.DataTypes
Assembly: NFX.dll
Syntax
public sealed class TInt : UncategorizedNumericValue, INamed, IConfigurable
Constructors
TInt()
Declaration
public TInt()
TInt(Int32)
Declaration
public TInt(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | size |
TInt(Int32, Boolean)
Declaration
public TInt(int size, bool unsigned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | size | |
| System.Boolean | unsigned |
Fields
Size
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Unsigned
Declaration
public readonly bool Unsigned
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
GetTypeName(RDBMSCompiler)
Declaration
public override string GetTypeName(RDBMSCompiler compiler)
Parameters
| Type | Name | Description |
|---|---|---|
| RDBMSCompiler | compiler |
Returns
| Type | Description |
|---|---|
| System.String |