C# Class AsyncPoco.DatabaseTypes.OracleDatabaseType

Inheritance: AsyncPoco.Internal.DatabaseType
Mostrar archivo Open project: tmenier/AsyncPoco

Public Methods

Method Description
BuildPageQuery ( long skip, long take, AsyncPoco.Internal.PagingHelper parts, object &args ) : string
EscapeSqlIdentifier ( string str ) : string
ExecuteInsertAsync ( Database db, DbCommand cmd, string PrimaryKeyName ) : Task
GetAutoIncrementExpression ( TableInfo ti ) : string
GetParameterPrefix ( string ConnectionString ) : string
PreExecute ( IDbCommand cmd ) : void

Method Details

BuildPageQuery() public method

public BuildPageQuery ( long skip, long take, AsyncPoco.Internal.PagingHelper parts, object &args ) : string
skip long
take long
parts AsyncPoco.Internal.PagingHelper
args object
return string

EscapeSqlIdentifier() public method

public EscapeSqlIdentifier ( string str ) : string
str string
return string

ExecuteInsertAsync() public method

public ExecuteInsertAsync ( Database db, DbCommand cmd, string PrimaryKeyName ) : Task
db Database
cmd System.Data.Common.DbCommand
PrimaryKeyName string
return Task

GetAutoIncrementExpression() public method

public GetAutoIncrementExpression ( TableInfo ti ) : string
ti TableInfo
return string

GetParameterPrefix() public method

public GetParameterPrefix ( string ConnectionString ) : string
ConnectionString string
return string

PreExecute() public method

public PreExecute ( IDbCommand cmd ) : void
cmd IDbCommand
return void