Class SQL
Inheritance
System.Object
SQL
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class SQL
Constructors
| Improve this Doc View SourceSQL(SqliteConnection)
Declaration
public SQL(SqliteConnection aConnection)
Parameters
Type | Name | Description |
---|---|---|
SqliteConnection | aConnection |
Fields
| Improve this Doc View SourceConnection
Declaration
public readonly SqliteConnection Connection
Field Value
Type | Description |
---|---|
SqliteConnection |
Methods
| Improve this Doc View SourceExec(String)
Declaration
public void Exec(string aSql)
Parameters
Type | Name | Description |
---|---|---|
System.String | aSql |
MakeIndex(String, String, Boolean)
Declaration
public void MakeIndex(string aTable, string aCol, bool aUnique)
Parameters
Type | Name | Description |
---|---|---|
System.String | aTable | |
System.String | aCol | |
System.Boolean | aUnique |
MakeUniqueInt(String, String, Boolean)
Declaration
public void MakeUniqueInt(string aTable, string aCol, bool aAllowNulls)
Parameters
Type | Name | Description |
---|---|---|
System.String | aTable | |
System.String | aCol | |
System.Boolean | aAllowNulls |
MakeUniqueString(String, String, Boolean)
Declaration
public void MakeUniqueString(string aTable, string aCol, bool aAllowNulls)
Parameters
Type | Name | Description |
---|---|---|
System.String | aTable | |
System.String | aCol | |
System.Boolean | aAllowNulls |
SelectOneInt(String)
Declaration
public int? SelectOneInt(string aSql)
Parameters
Type | Name | Description |
---|---|---|
System.String | aSql |
Returns
Type | Description |
---|---|
System.Nullable<System.Int32> |