Class SqliteDatabaseConstants
Inheritance
System.Object
SqliteDatabaseConstants
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: mix.database.dll
Syntax
public class SqliteDatabaseConstants : IDatabaseConstants
Explicit Interface Implementations
|
Improve this Doc
View Source
IDatabaseConstants.CharSet
Declaration
string IDatabaseConstants.CharSet { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.DatabaseCollation
Declaration
string IDatabaseConstants.DatabaseCollation { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.DateTime
Declaration
string IDatabaseConstants.DateTime { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.GenerateUUID
Declaration
string IDatabaseConstants.GenerateUUID { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.Guid
Declaration
string IDatabaseConstants.Guid { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.Integer
Declaration
string IDatabaseConstants.Integer { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.MaxLength
Declaration
string IDatabaseConstants.MaxLength { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.MediumLength
Declaration
string IDatabaseConstants.MediumLength { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.NString
Declaration
string IDatabaseConstants.NString { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.SmallLength
Declaration
string IDatabaseConstants.SmallLength { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.String
Declaration
string IDatabaseConstants.String { get; }
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IDatabaseConstants.Text
Declaration
string IDatabaseConstants.Text { get; }
Returns
| Type |
Description |
| System.String |
|
Implements