C# Class Simple.Metadata.PostgreSqlSchemaProvider

Inheritance: DbSchemaProvider
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
GetDbColumnType ( string providerDbType ) : DbType
GetTables ( IList includedTables, IList excludedTables ) : IEnumerable
PostgreSqlSchemaProvider ( MetaContext context ) : System.Collections.Generic
QualifiedTableName ( DbTableName table ) : string

Private Methods

Méthode Description
DoubleQuoteIfNeeded ( string variable ) : string

Method Details

GetConstraints() public méthode

public GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Résultat IEnumerable

GetDbColumnType() public méthode

public GetDbColumnType ( string providerDbType ) : DbType
providerDbType string
Résultat DbType

GetTables() public méthode

public GetTables ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Résultat IEnumerable

PostgreSqlSchemaProvider() public méthode

public PostgreSqlSchemaProvider ( MetaContext context ) : System.Collections.Generic
context MetaContext
Résultat System.Collections.Generic

QualifiedTableName() public méthode

public QualifiedTableName ( DbTableName table ) : string
table DbTableName
Résultat string