Class
SqlTestCase
In:
test/src/sql_test.rb
Parent:
ParserTestCase
Methods
testAndOrNot
testExpressionWithBool
testExpressionWithWildcard
testRelationWithBetween
testRelationWithCompoundPredicateInWhereClause
testRelationWithExists
testRelationWithGroupByWithHaving
testRelationWithGroupByWithoutHaving
testRelationWithGroupCompare
testRelationWithIn
testRelationWithInRelation
testRelationWithMultiJoins
testRelationWithNotBetween
testRelationWithNotIn
testRelationWithNotInRelation
testRelationWithNotInRelationAndAmbiguousSubRelation
testRelationWithOrderBy
testRelationWithOrderByAndLimit
testRelationWithSimpleJoin
testRelationWithWhere
testRelationWithWhereAndDistinct
testSimpleExpression
testSimpleRelation
testSimpleRelationWithAlias
testSimpleRelationWithQuotedName
testSimpleRelationWithStringLiteral
testSimpleRelationWithVar
testSubRelation
testSubRelationWithAlias
testUnion
verify_predicate
verify_relation
verify_sql
Included Modules
SqlParser
Public Instance methods
testAndOrNot
()
testExpressionWithBool
()
testExpressionWithWildcard
()
testRelationWithBetween
()
testRelationWithCompoundPredicateInWhereClause
()
testRelationWithExists
()
testRelationWithGroupByWithHaving
()
testRelationWithGroupByWithoutHaving
()
testRelationWithGroupCompare
()
testRelationWithIn
()
testRelationWithInRelation
()
testRelationWithMultiJoins
()
testRelationWithNotBetween
()
testRelationWithNotIn
()
testRelationWithNotInRelation
()
testRelationWithNotInRelationAndAmbiguousSubRelation
()
testRelationWithOrderBy
()
testRelationWithOrderByAndLimit
()
testRelationWithSimpleJoin
()
testRelationWithWhere
()
testRelationWithWhereAndDistinct
()
testSimpleExpression
()
testSimpleRelation
()
testSimpleRelationWithAlias
()
testSimpleRelationWithQuotedName
()
testSimpleRelationWithStringLiteral
()
testSimpleRelationWithVar
()
testSubRelation
()
testSubRelationWithAlias
()
testUnion
()
verify_predicate
(code, expected)
verify_relation
(code, expected)
verify_sql
(code, expected, parser)
[Validate]