Java Doc for TestAxionSqlParser.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
   org.axiondb.parser.TestAxionSqlParser

TestAxionSqlParser
public class TestAxionSqlParser extends AbstractParserTest (Code)

version:
   $Revision: 1.3 $ $Date: 2003/11/07 08:11:13 $
author:
   Doug Sale



Constructor Summary
public  TestAxionSqlParser(String testName)
    

Method Summary
public  ParsergetParser()
    
public  voidsetUp()
    
public static  Testsuite()
    
public  voidtearDown()
    


Constructor Detail
TestAxionSqlParser
public TestAxionSqlParser(String testName) throws Exception(Code)




Method Detail
getParser
public Parser getParser()(Code)



setUp
public void setUp() throws Exception(Code)



suite
public static Test suite()(Code)



tearDown
public void tearDown() throws Exception(Code)



Methods inherited from org.axiondb.parser.AbstractParserTest
abstract public Parser getParser()(Code)(Java Doc)
public void testAlterTableAddConstraintNameNotNull() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintNamePrimaryKey() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintNameUnique() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintNotNull() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintPrimaryKey() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintUnique() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintUniqueDeferrable() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintUniqueDeferrableInitiallyDeferred() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintUniqueDeferrableInitiallyImmediate() throws Exception(Code)(Java Doc)
public void testAlterTableAddConstraintUniqueNotDeferrableInitiallyImmediate() throws Exception(Code)(Java Doc)
public void testAlterTableDropConstraint() throws Exception(Code)(Java Doc)
public void testAxionSpecificKeywordsAreSafe() throws Exception(Code)(Java Doc)
public void testBadSQL() throws Exception(Code)(Java Doc)
public void testBooleanLiterals() throws Exception(Code)(Java Doc)
public void testCreateTable() throws Exception(Code)(Java Doc)
public void testCreateTableIfNotExists() throws Exception(Code)(Java Doc)
public void testCreateTableMultipleColumns() throws Exception(Code)(Java Doc)
public void testCreateTableOneColumn() throws Exception(Code)(Java Doc)
public void testCreateTableWithCheckConstraint() throws Exception(Code)(Java Doc)
public void testCreateTableWithConstraintPrimaryKey() throws Exception(Code)(Java Doc)
public void testCreateTableWithDeferredUniqueTableConstraint() throws Exception(Code)(Java Doc)
public void testCreateTableWithMultipleConstraints() throws Exception(Code)(Java Doc)
public void testCreateTableWithNamedPrimaryKey() throws Exception(Code)(Java Doc)
public void testCreateTableWithNamedUniqueConstraint() throws Exception(Code)(Java Doc)
public void testCreateTableWithNotNullAndNullConstraints() throws Exception(Code)(Java Doc)
public void testCreateTableWithPrimaryKey() throws Exception(Code)(Java Doc)
public void testCreateTableWithSemicolon() throws Exception(Code)(Java Doc)
public void testCreateTableWithUniqueAndPrimaryKeyTableConstraints() throws Exception(Code)(Java Doc)
public void testCreateTableWithUniqueConstraint() throws Exception(Code)(Java Doc)
public void testCreateTableWithUniqueTableConstraint() throws Exception(Code)(Java Doc)
public void testCreateTableWithVarChar() throws Exception(Code)(Java Doc)
public void testCreateTableWithVarCharAndInteger() throws Exception(Code)(Java Doc)
public void testDropTable() throws Exception(Code)(Java Doc)
public void testInsert() throws Exception(Code)(Java Doc)
public void testInsertUnicode() throws Exception(Code)(Java Doc)
public void testSelectAllFromOneTable() throws Exception(Code)(Java Doc)
public void testSelectColumnFromOneTable() throws Exception(Code)(Java Doc)
public void testSelectColumnsFromOneTable() throws Exception(Code)(Java Doc)
public void testSelectWhereNotParenValEqNumericLiteralParen() throws Exception(Code)(Java Doc)
public void testSelectWhereNotValEqNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereParenNotParenValEqNumericLiteralParenParen() throws Exception(Code)(Java Doc)
public void testSelectWhereValBangEqNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValBetweenNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValBetweenNumericLiteralAndColumn() throws Exception(Code)(Java Doc)
public void testSelectWhereValEqNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValEqStringLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValEqStringLiteral2() throws Exception(Code)(Java Doc)
public void testSelectWhereValGtEqNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValGtNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValLtEqNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValLtGtNumericLiteral() throws Exception(Code)(Java Doc)
public void testSelectWhereValLtNumericLiteral() throws Exception(Code)(Java Doc)
public void testTypedCreateTable() throws Exception(Code)(Java Doc)
public void testVarious() throws Exception(Code)(Java Doc)
public void testWhereIn() throws Exception(Code)(Java Doc)
public void testWithComment() throws Exception(Code)(Java Doc)
public void test_bad_remount() throws Exception(Code)(Java Doc)
public void test_create_index_bar_on_foo_num() throws Exception(Code)(Java Doc)
public void test_create_index_bar_on_foo_num_descr() throws Exception(Code)(Java Doc)
public void test_create_transient_index_bar_on_foo_num() throws Exception(Code)(Java Doc)
public void test_create_unique_index_bar_on_foo_num() throws Exception(Code)(Java Doc)
public void test_create_unique_transient_index_bar_on_foo_num() throws Exception(Code)(Java Doc)
public void test_delete_foo() throws Exception(Code)(Java Doc)
public void test_delete_foo_with_where() throws Exception(Code)(Java Doc)
public void test_delete_foo_with_where_semicolon() throws Exception(Code)(Java Doc)
public void test_delete_from_foo() throws Exception(Code)(Java Doc)
public void test_delete_from_foo_with_where() throws Exception(Code)(Java Doc)
public void test_insert_into_foo_val_valtwo_values_1_2() throws Exception(Code)(Java Doc)
public void test_insert_into_foo_val_valtwo_values_1_a() throws Exception(Code)(Java Doc)
public void test_insert_into_foo_val_values_1() throws Exception(Code)(Java Doc)
public void test_insert_into_foo_val_values_manydigits() throws Exception(Code)(Java Doc)
public void test_remount() throws Exception(Code)(Java Doc)
public void test_remount_table() throws Exception(Code)(Java Doc)
public void test_remount_table_data() throws Exception(Code)(Java Doc)
public void test_remount_with_bindvar() throws Exception(Code)(Java Doc)
public void test_select_countstar_from_foo() throws Exception(Code)(Java Doc)
public void test_select_max_of_val_from_foo() throws Exception(Code)(Java Doc)
public void test_select_string_literal_from_foo() throws Exception(Code)(Java Doc)
public void test_select_string_literal_without_from() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_limit() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_upper_trim_val_asc() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_upper_val() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_upper_val_asc() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_val() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_val_asc() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_order_by_val_desc() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_paren_valtwo_eq_3_and_a_eq_b_paren() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_true() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_valtwo_eq_3() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_valtwo_eq_3_and_a_eq_b_semicolon() throws Exception(Code)(Java Doc)
public void test_select_val_from_foo_where_valtwo_eq_3_and_paren_a_eq_b_paren() throws Exception(Code)(Java Doc)
public void test_select_val_valtwo_from_foo_bar() throws Exception(Code)(Java Doc)
public void test_select_val_valtwo_valthree_from_foo() throws Exception(Code)(Java Doc)
public void test_select_with_bindvar_limit() throws Exception(Code)(Java Doc)
public void test_select_with_literal_limit() throws Exception(Code)(Java Doc)
public void test_select_xyzzy_from_foo() throws Exception(Code)(Java Doc)
public void test_shutdown() throws Exception(Code)(Java Doc)
public void test_update_foo_set_bar_eq_3() throws Exception(Code)(Java Doc)
public void test_update_foo_set_bar_eq_3_barstr_eq_literalstr_where_bar_gt_7() throws Exception(Code)(Java Doc)
public void test_update_foo_set_bar_eq_3_where_bar_gt_7() throws Exception(Code)(Java Doc)
public void test_where_A_and_B_or_C() throws Exception(Code)(Java Doc)
public void test_where_A_and_B_or_paren_C_paren() throws Exception(Code)(Java Doc)
public void test_where_A_and_paren_B_or_C_paren() throws Exception(Code)(Java Doc)
public void test_where_paren_A_and_B_or_C_paren() throws Exception(Code)(Java Doc)
public void test_where_paren_A_and_B_or_paren_C_paren_paren() throws Exception(Code)(Java Doc)
public void test_where_paren_A_and_paren_B_or_C_paren_paren() throws Exception(Code)(Java Doc)
public void test_where_paren_paren_A_and_B_paren_or_C_paren() throws Exception(Code)(Java Doc)
public void test_where_paren_paren_A_paren_and_B_or_C_paren() throws Exception(Code)(Java Doc)

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