C# Class Nemo.Data.SqliteDialectProvider

Inheritance: DialectProvider
Mostrar archivo Open project: stepaside/Nemo

Public Properties

Property Type Description
Instance SqliteDialectProvider

Public Methods

Method Description
AssignVariable ( string variableName, object value ) : string
ComputeAutoIncrement ( string variableName, Func tableNameFactory ) : string
CreateTableIfNotExists ( string tableName, int>.Dictionary coulmns ) : string
CreateTemporaryTable ( string tableName, DbType>.Dictionary coulmns ) : string
DeclareVariable ( string variableName, DbType dbType ) : string
EvaluateVariable ( string variableName ) : string
GetTemporaryTableName ( string tableName ) : string

Protected Methods

Method Description
SqliteDialectProvider ( ) : System

Method Details

AssignVariable() public method

public AssignVariable ( string variableName, object value ) : string
variableName string
value object
return string

ComputeAutoIncrement() public method

public ComputeAutoIncrement ( string variableName, Func tableNameFactory ) : string
variableName string
tableNameFactory Func
return string

CreateTableIfNotExists() public method

public CreateTableIfNotExists ( string tableName, int>.Dictionary coulmns ) : string
tableName string
coulmns int>.Dictionary
return string

CreateTemporaryTable() public method

public CreateTemporaryTable ( string tableName, DbType>.Dictionary coulmns ) : string
tableName string
coulmns DbType>.Dictionary
return string

DeclareVariable() public method

public DeclareVariable ( string variableName, DbType dbType ) : string
variableName string
dbType DbType
return string

EvaluateVariable() public method

public EvaluateVariable ( string variableName ) : string
variableName string
return string

GetTemporaryTableName() public method

public GetTemporaryTableName ( string tableName ) : string
tableName string
return string

SqliteDialectProvider() protected method

protected SqliteDialectProvider ( ) : System
return System

Property Details

Instance public_oe static_oe property

public static SqliteDialectProvider,Nemo.Data Instance
return SqliteDialectProvider