C# Class Remotion.Linq.SqlBackend.UnitTests.SqlStatementModel.SqlStatementModelObjectMother

Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
CreateResolvedJoinInfo ( ) : ResolvedJoinInfo
CreateResolvedJoinInfo ( Type type ) : ResolvedJoinInfo
CreateResolvedJoinedGroupingTableInfo ( SqlStatement sqlStatement ) : ResolvedJoinedGroupingTableInfo
CreateResolvedTableInfo ( ) : ResolvedSimpleTableInfo
CreateResolvedTableInfo ( Type type ) : ResolvedSimpleTableInfo
CreateSqlColumn ( Type type = null, string owningTableAlias = null, string column = null, bool isPrimaryKey = false ) : SqlColumnExpression
CreateSqlEntityDefinitionExpression ( Type type = null, string name = null, string owningTableAlias = null, Type primaryKeyType = null ) : SqlEntityDefinitionExpression
CreateSqlEntityRefMemberExpression ( ) : SqlEntityRefMemberExpression
CreateSqlGroupingSelectExpression ( ) : SqlGroupingSelectExpression
CreateSqlJoinedTable_WithUnresolvedJoinInfo ( ) : SqlJoinedTable
CreateSqlPreparationContext ( ) : ISqlPreparationContext
CreateSqlStatement ( ) : SqlStatement
CreateSqlStatement ( Expression selectProjection ) : SqlStatement
CreateSqlStatementWithCook ( ) : SqlStatement
CreateSqlStatement_Resolved ( Type type ) : SqlStatement
CreateSqlStatement_Scalar ( ) : SqlStatement
CreateSqlStatement_Scalar ( Expression selectProjection ) : SqlStatement
CreateSqlStatement_Single ( ) : SqlStatement
CreateSqlTable ( ) : SqlTable
CreateSqlTable ( ITableInfo tableInfo ) : SqlTable
CreateSqlTable ( Type type ) : SqlTable
CreateSqlTable_WithResolvedTableInfo ( ) : SqlTable
CreateSqlTable_WithResolvedTableInfo ( Type type ) : SqlTable
CreateSqlTable_WithResolvedTableInfo ( Type type, string tableName, string tableAlias ) : SqlTable
CreateSqlTable_WithResolvedTableInfo ( string tableName, string tableAlias, JoinSemantics joinSemantics = JoinSemantics.Inner ) : SqlTable
CreateSqlTable_WithUnresolvedTableInfo ( ) : SqlTable
CreateSqlTable_WithUnresolvedTableInfo ( Type type ) : SqlTable
CreateUnresolvedCollectionJoinInfo_RestaurantCooks ( ) : UnresolvedCollectionJoinInfo
CreateUnresolvedGroupReferenceTableInfo ( ) : UnresolvedGroupReferenceTableInfo
CreateUnresolvedJoinInfo_CookSubstitution ( ) : UnresolvedJoinInfo
CreateUnresolvedJoinInfo_KitchenCook ( ) : UnresolvedJoinInfo
CreateUnresolvedJoinInfo_KitchenRestaurant ( ) : UnresolvedJoinInfo
CreateUnresolvedTableInfo ( ) : UnresolvedTableInfo
CreateUnresolvedTableInfo ( Type type ) : UnresolvedTableInfo

Method Details

CreateResolvedJoinInfo() public static méthode

public static CreateResolvedJoinInfo ( ) : ResolvedJoinInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedJoinInfo

CreateResolvedJoinInfo() public static méthode

public static CreateResolvedJoinInfo ( Type type ) : ResolvedJoinInfo
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedJoinInfo

CreateResolvedJoinedGroupingTableInfo() public static méthode

public static CreateResolvedJoinedGroupingTableInfo ( SqlStatement sqlStatement ) : ResolvedJoinedGroupingTableInfo
sqlStatement Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedJoinedGroupingTableInfo

CreateResolvedTableInfo() public static méthode

public static CreateResolvedTableInfo ( ) : ResolvedSimpleTableInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedSimpleTableInfo

CreateResolvedTableInfo() public static méthode

public static CreateResolvedTableInfo ( Type type ) : ResolvedSimpleTableInfo
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedSimpleTableInfo

CreateSqlColumn() public static méthode

public static CreateSqlColumn ( Type type = null, string owningTableAlias = null, string column = null, bool isPrimaryKey = false ) : SqlColumnExpression
type System.Type
owningTableAlias string
column string
isPrimaryKey bool
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlColumnExpression

CreateSqlEntityDefinitionExpression() public static méthode

public static CreateSqlEntityDefinitionExpression ( Type type = null, string name = null, string owningTableAlias = null, Type primaryKeyType = null ) : SqlEntityDefinitionExpression
type System.Type
name string
owningTableAlias string
primaryKeyType System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlEntityDefinitionExpression

CreateSqlEntityRefMemberExpression() public static méthode

public static CreateSqlEntityRefMemberExpression ( ) : SqlEntityRefMemberExpression
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.SqlEntityRefMemberExpression

CreateSqlGroupingSelectExpression() public static méthode

public static CreateSqlGroupingSelectExpression ( ) : SqlGroupingSelectExpression
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlGroupingSelectExpression

CreateSqlJoinedTable_WithUnresolvedJoinInfo() public static méthode

public static CreateSqlJoinedTable_WithUnresolvedJoinInfo ( ) : SqlJoinedTable
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlJoinedTable

CreateSqlPreparationContext() public static méthode

public static CreateSqlPreparationContext ( ) : ISqlPreparationContext
Résultat ISqlPreparationContext

CreateSqlStatement() public static méthode

public static CreateSqlStatement ( ) : SqlStatement
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatement() public static méthode

public static CreateSqlStatement ( Expression selectProjection ) : SqlStatement
selectProjection System.Linq.Expressions.Expression
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatementWithCook() public static méthode

public static CreateSqlStatementWithCook ( ) : SqlStatement
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatement_Resolved() public static méthode

public static CreateSqlStatement_Resolved ( Type type ) : SqlStatement
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatement_Scalar() public static méthode

public static CreateSqlStatement_Scalar ( ) : SqlStatement
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatement_Scalar() public static méthode

public static CreateSqlStatement_Scalar ( Expression selectProjection ) : SqlStatement
selectProjection System.Linq.Expressions.Expression
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlStatement_Single() public static méthode

public static CreateSqlStatement_Single ( ) : SqlStatement
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

CreateSqlTable() public static méthode

public static CreateSqlTable ( ) : SqlTable
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable() public static méthode

public static CreateSqlTable ( ITableInfo tableInfo ) : SqlTable
tableInfo ITableInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable() public static méthode

public static CreateSqlTable ( Type type ) : SqlTable
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithResolvedTableInfo() public static méthode

public static CreateSqlTable_WithResolvedTableInfo ( ) : SqlTable
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithResolvedTableInfo() public static méthode

public static CreateSqlTable_WithResolvedTableInfo ( Type type ) : SqlTable
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithResolvedTableInfo() public static méthode

public static CreateSqlTable_WithResolvedTableInfo ( Type type, string tableName, string tableAlias ) : SqlTable
type System.Type
tableName string
tableAlias string
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithResolvedTableInfo() public static méthode

public static CreateSqlTable_WithResolvedTableInfo ( string tableName, string tableAlias, JoinSemantics joinSemantics = JoinSemantics.Inner ) : SqlTable
tableName string
tableAlias string
joinSemantics JoinSemantics
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithUnresolvedTableInfo() public static méthode

public static CreateSqlTable_WithUnresolvedTableInfo ( ) : SqlTable
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateSqlTable_WithUnresolvedTableInfo() public static méthode

public static CreateSqlTable_WithUnresolvedTableInfo ( Type type ) : SqlTable
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

CreateUnresolvedCollectionJoinInfo_RestaurantCooks() public static méthode

public static CreateUnresolvedCollectionJoinInfo_RestaurantCooks ( ) : UnresolvedCollectionJoinInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedCollectionJoinInfo

CreateUnresolvedGroupReferenceTableInfo() public static méthode

public static CreateUnresolvedGroupReferenceTableInfo ( ) : UnresolvedGroupReferenceTableInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedGroupReferenceTableInfo

CreateUnresolvedJoinInfo_CookSubstitution() public static méthode

public static CreateUnresolvedJoinInfo_CookSubstitution ( ) : UnresolvedJoinInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedJoinInfo

CreateUnresolvedJoinInfo_KitchenCook() public static méthode

public static CreateUnresolvedJoinInfo_KitchenCook ( ) : UnresolvedJoinInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedJoinInfo

CreateUnresolvedJoinInfo_KitchenRestaurant() public static méthode

public static CreateUnresolvedJoinInfo_KitchenRestaurant ( ) : UnresolvedJoinInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedJoinInfo

CreateUnresolvedTableInfo() public static méthode

public static CreateUnresolvedTableInfo ( ) : UnresolvedTableInfo
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedTableInfo

CreateUnresolvedTableInfo() public static méthode

public static CreateUnresolvedTableInfo ( Type type ) : UnresolvedTableInfo
type System.Type
Résultat Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedTableInfo