Java Doc for AbstractParserTest.java in  » Database-DBMS » axion » org » axiondb » parser » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » axion » org.axiondb.parser 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.axiondb.parser.AbstractParserTest

All known Subclasses:   org.axiondb.parser.TestAxionSqlParser,
AbstractParserTest
abstract public class AbstractParserTest extends TestCase (Code)

version:
   $Revision: 1.9 $ $Date: 2005/12/20 18:32:28 $
author:
   Rodney Waldhoff
author:
   Chuck Burdick
author:
   Dave Pekarek Krohn



Constructor Summary
public  AbstractParserTest(String testName)
    

Method Summary
abstract public  ParsergetParser()
    
public  voidtestAlterTableAddConstraintNameNotNull()
    
public  voidtestAlterTableAddConstraintNamePrimaryKey()
    
public  voidtestAlterTableAddConstraintNameUnique()
    
public  voidtestAlterTableAddConstraintNotNull()
    
public  voidtestAlterTableAddConstraintPrimaryKey()
    
public  voidtestAlterTableAddConstraintUnique()
    
public  voidtestAlterTableAddConstraintUniqueDeferrable()
    
public  voidtestAlterTableAddConstraintUniqueDeferrableInitiallyDeferred()
    
public  voidtestAlterTableAddConstraintUniqueDeferrableInitiallyImmediate()
    
public  voidtestAlterTableAddConstraintUniqueNotDeferrableInitiallyImmediate()
    
public  voidtestAlterTableDropConstraint()
    
public  voidtestAxionSpecificKeywordsAreSafe()
    
public  voidtestBadSQL()
    
public  voidtestBooleanLiterals()
    
public  voidtestCreateTable()
    
public  voidtestCreateTableIfNotExists()
    
public  voidtestCreateTableMultipleColumns()
    
public  voidtestCreateTableOneColumn()
    
public  voidtestCreateTableWithCheckConstraint()
    
public  voidtestCreateTableWithConstraintPrimaryKey()
    
public  voidtestCreateTableWithDeferredUniqueTableConstraint()
    
public  voidtestCreateTableWithMultipleConstraints()
    
public  voidtestCreateTableWithNamedPrimaryKey()
    
public  voidtestCreateTableWithNamedUniqueConstraint()
    
public  voidtestCreateTableWithNotNullAndNullConstraints()
    
public  voidtestCreateTableWithPrimaryKey()
    
public  voidtestCreateTableWithSemicolon()
    
public  voidtestCreateTableWithUniqueAndPrimaryKeyTableConstraints()
    
public  voidtestCreateTableWithUniqueConstraint()
    
public  voidtestCreateTableWithUniqueTableConstraint()
    
public  voidtestCreateTableWithVarChar()
    
public  voidtestCreateTableWithVarCharAndInteger()
    
public  voidtestDropTable()
    
public  voidtestInsert()
    
public  voidtestInsertUnicode()
    
public  voidtestSelectAllFromOneTable()
    
public  voidtestSelectColumnFromOneTable()
    
public  voidtestSelectColumnsFromOneTable()
    
public  voidtestSelectWhereNotParenValEqNumericLiteralParen()
    
public  voidtestSelectWhereNotValEqNumericLiteral()
    
public  voidtestSelectWhereParenNotParenValEqNumericLiteralParenParen()
    
public  voidtestSelectWhereValBangEqNumericLiteral()
    
public  voidtestSelectWhereValBetweenNumericLiteral()
    
public  voidtestSelectWhereValBetweenNumericLiteralAndColumn()
    
public  voidtestSelectWhereValEqNumericLiteral()
    
public  voidtestSelectWhereValEqStringLiteral()
    
public  voidtestSelectWhereValEqStringLiteral2()
    
public  voidtestSelectWhereValGtEqNumericLiteral()
    
public  voidtestSelectWhereValGtNumericLiteral()
    
public  voidtestSelectWhereValLtEqNumericLiteral()
    
public  voidtestSelectWhereValLtGtNumericLiteral()
    
public  voidtestSelectWhereValLtNumericLiteral()
    
public  voidtestTypedCreateTable()
    
public  voidtestVarious()
    
public  voidtestWhereIn()
    
public  voidtestWithComment()
    
public  voidtest_bad_remount()
    
public  voidtest_create_index_bar_on_foo_num()
    
public  voidtest_create_index_bar_on_foo_num_descr()
    
public  voidtest_create_transient_index_bar_on_foo_num()
    
public  voidtest_create_unique_index_bar_on_foo_num()
    
public  voidtest_create_unique_transient_index_bar_on_foo_num()
    
public  voidtest_delete_foo()
    
public  voidtest_delete_foo_with_where()
    
public  voidtest_delete_foo_with_where_semicolon()
    
public  voidtest_delete_from_foo()
    
public  voidtest_delete_from_foo_with_where()
    
public  voidtest_insert_into_foo_val_valtwo_values_1_2()
    
public  voidtest_insert_into_foo_val_valtwo_values_1_a()
    
public  voidtest_insert_into_foo_val_values_1()
    
public  voidtest_insert_into_foo_val_values_manydigits()
    
public  voidtest_remount()
    
public  voidtest_remount_table()
    
public  voidtest_remount_table_data()
    
public  voidtest_remount_with_bindvar()
    
public  voidtest_select_countstar_from_foo()
    
public  voidtest_select_max_of_val_from_foo()
    
public  voidtest_select_string_literal_from_foo()
    
public  voidtest_select_string_literal_without_from()
    
public  voidtest_select_val_from_foo()
    
public  voidtest_select_val_from_foo_limit()
    
public  voidtest_select_val_from_foo_order_by_upper_trim_val_asc()
    
public  voidtest_select_val_from_foo_order_by_upper_val()
    
public  voidtest_select_val_from_foo_order_by_upper_val_asc()
    
public  voidtest_select_val_from_foo_order_by_val()
    
public  voidtest_select_val_from_foo_order_by_val_asc()
    
public  voidtest_select_val_from_foo_order_by_val_desc()
    
public  voidtest_select_val_from_foo_where_paren_valtwo_eq_3_and_a_eq_b_paren()
    
public  voidtest_select_val_from_foo_where_true()
    
public  voidtest_select_val_from_foo_where_valtwo_eq_3()
    
public  voidtest_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b()
    
public  voidtest_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b_semicolon()
    
public  voidtest_select_val_from_foo_where_valtwo_eq_3_and_paren_a_eq_b_paren()
    
public  voidtest_select_val_valtwo_from_foo_bar()
    
public  voidtest_select_val_valtwo_valthree_from_foo()
    
public  voidtest_select_with_bindvar_limit()
    
public  voidtest_select_with_literal_limit()
    
public  voidtest_select_xyzzy_from_foo()
    
public  voidtest_shutdown()
    
public  voidtest_update_foo_set_bar_eq_3()
    
public  voidtest_update_foo_set_bar_eq_3_barstr_eq_literalstr_where_bar_gt_7()
    
public  voidtest_update_foo_set_bar_eq_3_where_bar_gt_7()
    
public  voidtest_where_A_and_B_or_C()
    
public  voidtest_where_A_and_B_or_paren_C_paren()
    
public  voidtest_where_A_and_paren_B_or_C_paren()
    
public  voidtest_where_paren_A_and_B_or_C_paren()
    
public  voidtest_where_paren_A_and_B_or_paren_C_paren_paren()
    
public  voidtest_where_paren_A_and_paren_B_or_C_paren_paren()
    
public  voidtest_where_paren_paren_A_and_B_paren_or_C_paren()
    
public  voidtest_where_paren_paren_A_paren_and_B_or_C_paren()
    


Constructor Detail
AbstractParserTest
public AbstractParserTest(String testName)(Code)




Method Detail
getParser
abstract public Parser getParser()(Code)



testAlterTableAddConstraintNameNotNull
public void testAlterTableAddConstraintNameNotNull() throws Exception(Code)



testAlterTableAddConstraintNamePrimaryKey
public void testAlterTableAddConstraintNamePrimaryKey() throws Exception(Code)



testAlterTableAddConstraintNameUnique
public void testAlterTableAddConstraintNameUnique() throws Exception(Code)



testAlterTableAddConstraintNotNull
public void testAlterTableAddConstraintNotNull() throws Exception(Code)



testAlterTableAddConstraintPrimaryKey
public void testAlterTableAddConstraintPrimaryKey() throws Exception(Code)



testAlterTableAddConstraintUnique
public void testAlterTableAddConstraintUnique() throws Exception(Code)



testAlterTableAddConstraintUniqueDeferrable
public void testAlterTableAddConstraintUniqueDeferrable() throws Exception(Code)



testAlterTableAddConstraintUniqueDeferrableInitiallyDeferred
public void testAlterTableAddConstraintUniqueDeferrableInitiallyDeferred() throws Exception(Code)



testAlterTableAddConstraintUniqueDeferrableInitiallyImmediate
public void testAlterTableAddConstraintUniqueDeferrableInitiallyImmediate() throws Exception(Code)



testAlterTableAddConstraintUniqueNotDeferrableInitiallyImmediate
public void testAlterTableAddConstraintUniqueNotDeferrableInitiallyImmediate() throws Exception(Code)



testAlterTableDropConstraint
public void testAlterTableDropConstraint() throws Exception(Code)



testAxionSpecificKeywordsAreSafe
public void testAxionSpecificKeywordsAreSafe() throws Exception(Code)



testBadSQL
public void testBadSQL() throws Exception(Code)



testBooleanLiterals
public void testBooleanLiterals() throws Exception(Code)



testCreateTable
public void testCreateTable() throws Exception(Code)



testCreateTableIfNotExists
public void testCreateTableIfNotExists() throws Exception(Code)



testCreateTableMultipleColumns
public void testCreateTableMultipleColumns() throws Exception(Code)



testCreateTableOneColumn
public void testCreateTableOneColumn() throws Exception(Code)



testCreateTableWithCheckConstraint
public void testCreateTableWithCheckConstraint() throws Exception(Code)



testCreateTableWithConstraintPrimaryKey
public void testCreateTableWithConstraintPrimaryKey() throws Exception(Code)



testCreateTableWithDeferredUniqueTableConstraint
public void testCreateTableWithDeferredUniqueTableConstraint() throws Exception(Code)



testCreateTableWithMultipleConstraints
public void testCreateTableWithMultipleConstraints() throws Exception(Code)



testCreateTableWithNamedPrimaryKey
public void testCreateTableWithNamedPrimaryKey() throws Exception(Code)



testCreateTableWithNamedUniqueConstraint
public void testCreateTableWithNamedUniqueConstraint() throws Exception(Code)



testCreateTableWithNotNullAndNullConstraints
public void testCreateTableWithNotNullAndNullConstraints() throws Exception(Code)



testCreateTableWithPrimaryKey
public void testCreateTableWithPrimaryKey() throws Exception(Code)



testCreateTableWithSemicolon
public void testCreateTableWithSemicolon() throws Exception(Code)



testCreateTableWithUniqueAndPrimaryKeyTableConstraints
public void testCreateTableWithUniqueAndPrimaryKeyTableConstraints() throws Exception(Code)



testCreateTableWithUniqueConstraint
public void testCreateTableWithUniqueConstraint() throws Exception(Code)



testCreateTableWithUniqueTableConstraint
public void testCreateTableWithUniqueTableConstraint() throws Exception(Code)



testCreateTableWithVarChar
public void testCreateTableWithVarChar() throws Exception(Code)



testCreateTableWithVarCharAndInteger
public void testCreateTableWithVarCharAndInteger() throws Exception(Code)



testDropTable
public void testDropTable() throws Exception(Code)



testInsert
public void testInsert() throws Exception(Code)



testInsertUnicode
public void testInsertUnicode() throws Exception(Code)



testSelectAllFromOneTable
public void testSelectAllFromOneTable() throws Exception(Code)



testSelectColumnFromOneTable
public void testSelectColumnFromOneTable() throws Exception(Code)



testSelectColumnsFromOneTable
public void testSelectColumnsFromOneTable() throws Exception(Code)



testSelectWhereNotParenValEqNumericLiteralParen
public void testSelectWhereNotParenValEqNumericLiteralParen() throws Exception(Code)



testSelectWhereNotValEqNumericLiteral
public void testSelectWhereNotValEqNumericLiteral() throws Exception(Code)



testSelectWhereParenNotParenValEqNumericLiteralParenParen
public void testSelectWhereParenNotParenValEqNumericLiteralParenParen() throws Exception(Code)



testSelectWhereValBangEqNumericLiteral
public void testSelectWhereValBangEqNumericLiteral() throws Exception(Code)



testSelectWhereValBetweenNumericLiteral
public void testSelectWhereValBetweenNumericLiteral() throws Exception(Code)



testSelectWhereValBetweenNumericLiteralAndColumn
public void testSelectWhereValBetweenNumericLiteralAndColumn() throws Exception(Code)



testSelectWhereValEqNumericLiteral
public void testSelectWhereValEqNumericLiteral() throws Exception(Code)



testSelectWhereValEqStringLiteral
public void testSelectWhereValEqStringLiteral() throws Exception(Code)



testSelectWhereValEqStringLiteral2
public void testSelectWhereValEqStringLiteral2() throws Exception(Code)



testSelectWhereValGtEqNumericLiteral
public void testSelectWhereValGtEqNumericLiteral() throws Exception(Code)



testSelectWhereValGtNumericLiteral
public void testSelectWhereValGtNumericLiteral() throws Exception(Code)



testSelectWhereValLtEqNumericLiteral
public void testSelectWhereValLtEqNumericLiteral() throws Exception(Code)



testSelectWhereValLtGtNumericLiteral
public void testSelectWhereValLtGtNumericLiteral() throws Exception(Code)



testSelectWhereValLtNumericLiteral
public void testSelectWhereValLtNumericLiteral() throws Exception(Code)



testTypedCreateTable
public void testTypedCreateTable() throws Exception(Code)



testVarious
public void testVarious() throws Exception(Code)



testWhereIn
public void testWhereIn() throws Exception(Code)



testWithComment
public void testWithComment() throws Exception(Code)



test_bad_remount
public void test_bad_remount() throws Exception(Code)



test_create_index_bar_on_foo_num
public void test_create_index_bar_on_foo_num() throws Exception(Code)



test_create_index_bar_on_foo_num_descr
public void test_create_index_bar_on_foo_num_descr() throws Exception(Code)



test_create_transient_index_bar_on_foo_num
public void test_create_transient_index_bar_on_foo_num() throws Exception(Code)



test_create_unique_index_bar_on_foo_num
public void test_create_unique_index_bar_on_foo_num() throws Exception(Code)



test_create_unique_transient_index_bar_on_foo_num
public void test_create_unique_transient_index_bar_on_foo_num() throws Exception(Code)



test_delete_foo
public void test_delete_foo() throws Exception(Code)



test_delete_foo_with_where
public void test_delete_foo_with_where() throws Exception(Code)



test_delete_foo_with_where_semicolon
public void test_delete_foo_with_where_semicolon() throws Exception(Code)



test_delete_from_foo
public void test_delete_from_foo() throws Exception(Code)



test_delete_from_foo_with_where
public void test_delete_from_foo_with_where() throws Exception(Code)



test_insert_into_foo_val_valtwo_values_1_2
public void test_insert_into_foo_val_valtwo_values_1_2() throws Exception(Code)



test_insert_into_foo_val_valtwo_values_1_a
public void test_insert_into_foo_val_valtwo_values_1_a() throws Exception(Code)



test_insert_into_foo_val_values_1
public void test_insert_into_foo_val_values_1() throws Exception(Code)



test_insert_into_foo_val_values_manydigits
public void test_insert_into_foo_val_values_manydigits() throws Exception(Code)



test_remount
public void test_remount() throws Exception(Code)



test_remount_table
public void test_remount_table() throws Exception(Code)



test_remount_table_data
public void test_remount_table_data() throws Exception(Code)



test_remount_with_bindvar
public void test_remount_with_bindvar() throws Exception(Code)



test_select_countstar_from_foo
public void test_select_countstar_from_foo() throws Exception(Code)



test_select_max_of_val_from_foo
public void test_select_max_of_val_from_foo() throws Exception(Code)



test_select_string_literal_from_foo
public void test_select_string_literal_from_foo() throws Exception(Code)



test_select_string_literal_without_from
public void test_select_string_literal_without_from() throws Exception(Code)



test_select_val_from_foo
public void test_select_val_from_foo() throws Exception(Code)



test_select_val_from_foo_limit
public void test_select_val_from_foo_limit() throws Exception(Code)



test_select_val_from_foo_order_by_upper_trim_val_asc
public void test_select_val_from_foo_order_by_upper_trim_val_asc() throws Exception(Code)



test_select_val_from_foo_order_by_upper_val
public void test_select_val_from_foo_order_by_upper_val() throws Exception(Code)



test_select_val_from_foo_order_by_upper_val_asc
public void test_select_val_from_foo_order_by_upper_val_asc() throws Exception(Code)



test_select_val_from_foo_order_by_val
public void test_select_val_from_foo_order_by_val() throws Exception(Code)



test_select_val_from_foo_order_by_val_asc
public void test_select_val_from_foo_order_by_val_asc() throws Exception(Code)



test_select_val_from_foo_order_by_val_desc
public void test_select_val_from_foo_order_by_val_desc() throws Exception(Code)



test_select_val_from_foo_where_paren_valtwo_eq_3_and_a_eq_b_paren
public void test_select_val_from_foo_where_paren_valtwo_eq_3_and_a_eq_b_paren() throws Exception(Code)



test_select_val_from_foo_where_true
public void test_select_val_from_foo_where_true() throws Exception(Code)



test_select_val_from_foo_where_valtwo_eq_3
public void test_select_val_from_foo_where_valtwo_eq_3() throws Exception(Code)



test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b
public void test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b() throws Exception(Code)



test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b_semicolon
public void test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b_semicolon() throws Exception(Code)



test_select_val_from_foo_where_valtwo_eq_3_and_paren_a_eq_b_paren
public void test_select_val_from_foo_where_valtwo_eq_3_and_paren_a_eq_b_paren() throws Exception(Code)



test_select_val_valtwo_from_foo_bar
public void test_select_val_valtwo_from_foo_bar() throws Exception(Code)



test_select_val_valtwo_valthree_from_foo
public void test_select_val_valtwo_valthree_from_foo() throws Exception(Code)



test_select_with_bindvar_limit
public void test_select_with_bindvar_limit() throws Exception(Code)



test_select_with_literal_limit
public void test_select_with_literal_limit() throws Exception(Code)



test_select_xyzzy_from_foo
public void test_select_xyzzy_from_foo() throws Exception(Code)



test_shutdown
public void test_shutdown() throws Exception(Code)



test_update_foo_set_bar_eq_3
public void test_update_foo_set_bar_eq_3() throws Exception(Code)



test_update_foo_set_bar_eq_3_barstr_eq_literalstr_where_bar_gt_7
public void test_update_foo_set_bar_eq_3_barstr_eq_literalstr_where_bar_gt_7() throws Exception(Code)



test_update_foo_set_bar_eq_3_where_bar_gt_7
public void test_update_foo_set_bar_eq_3_where_bar_gt_7() throws Exception(Code)



test_where_A_and_B_or_C
public void test_where_A_and_B_or_C() throws Exception(Code)



test_where_A_and_B_or_paren_C_paren
public void test_where_A_and_B_or_paren_C_paren() throws Exception(Code)



test_where_A_and_paren_B_or_C_paren
public void test_where_A_and_paren_B_or_C_paren() throws Exception(Code)



test_where_paren_A_and_B_or_C_paren
public void test_where_paren_A_and_B_or_C_paren() throws Exception(Code)



test_where_paren_A_and_B_or_paren_C_paren_paren
public void test_where_paren_A_and_B_or_paren_C_paren_paren() throws Exception(Code)



test_where_paren_A_and_paren_B_or_C_paren_paren
public void test_where_paren_A_and_paren_B_or_C_paren_paren() throws Exception(Code)



test_where_paren_paren_A_and_B_paren_or_C_paren
public void test_where_paren_paren_A_and_B_paren_or_C_paren() throws Exception(Code)



test_where_paren_paren_A_paren_and_B_or_C_paren
public void test_where_paren_paren_A_paren_and_B_or_C_paren() throws Exception(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.