Java Doc for TestAxionResultSet_DelimitedFlatfile.java in  » Database-DBMS » axion » org » axiondb » jdbc » 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.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.axiondb.jdbc.TestAxionResultSet
   org.axiondb.jdbc.TestAxionResultSet_DelimitedFlatfile

TestAxionResultSet_DelimitedFlatfile
public class TestAxionResultSet_DelimitedFlatfile extends TestAxionResultSet (Code)

author:
   Jonathan Giron
version:
   $Revision: 1.2 $



Constructor Summary
public  TestAxionResultSet_DelimitedFlatfile(String testName)
     Constructor for TestAxionResultSet_DelimitedFlatfile.

Method Summary
protected  voidcreateBasicTable()
     Creates basic (scrollable, read-only) table for use in general ResultSet testing.
protected  voidcreateEmptyTable()
     Creates empty table for use in testing position logic against a degenerate AxionResultSet.
protected  voidcreateOneRowTable()
     Creates empty table for use in testing position logic against a degenerate AxionResultSet.
protected  voidcreateUpdateTable()
     Constructs a table for use in testing updating methods in AxionResultSet.
protected  voiddoCleanup()
    
protected  FilegetDatabaseDirectory()
    
protected  StringgetDatabaseName()
    
public static  voidmain(String[] args)
    
public static  Testsuite()
    


Constructor Detail
TestAxionResultSet_DelimitedFlatfile
public TestAxionResultSet_DelimitedFlatfile(String testName)(Code)
Constructor for TestAxionResultSet_DelimitedFlatfile.
Parameters:
  arg0 -




Method Detail
createBasicTable
protected void createBasicTable() throws Exception(Code)
Creates basic (scrollable, read-only) table for use in general ResultSet testing.
throws:
  Exception - if error occurs during table or ResultSet construction



createEmptyTable
protected void createEmptyTable() throws Exception(Code)
Creates empty table for use in testing position logic against a degenerate AxionResultSet.
throws:
  Exception - if error occurs during table or ResultSet construction



createOneRowTable
protected void createOneRowTable() throws Exception(Code)
Creates empty table for use in testing position logic against a degenerate AxionResultSet.
throws:
  Exception - if error occurs during table or ResultSet construction



createUpdateTable
protected void createUpdateTable() throws Exception(Code)
Constructs a table for use in testing updating methods in AxionResultSet.
throws:
  Exception - if error occurs during table or ResultSet construction



doCleanup
protected void doCleanup() throws Exception(Code)



getDatabaseDirectory
protected File getDatabaseDirectory()(Code)



getDatabaseName
protected String getDatabaseName()(Code)



main
public static void main(String[] args)(Code)



suite
public static Test suite()(Code)



Fields inherited from org.axiondb.jdbc.TestAxionResultSet
protected static int IMAX(Code)(Java Doc)
protected static int JMAX(Code)(Java Doc)
protected Connection _conn(Code)(Java Doc)
protected ResultSet _rset(Code)(Java Doc)
protected AxionStatement _stmt(Code)(Java Doc)
protected Table _table(Code)(Java Doc)

Methods inherited from org.axiondb.jdbc.TestAxionResultSet
protected void assertAfterLast() throws Exception(Code)(Java Doc)
protected void assertBeforeFirst() throws Exception(Code)(Java Doc)
protected void assertEmptyResultSet() throws Exception(Code)(Java Doc)
protected void assertFirstInMultirowRS() throws Exception(Code)(Java Doc)
protected void assertInMiddleInMultirowRS() throws Exception(Code)(Java Doc)
protected void assertLastInMultirowRS() throws Exception(Code)(Java Doc)
protected void createBasicTable() throws Exception(Code)(Java Doc)
protected Database createDatabase() throws Exception(Code)(Java Doc)
protected void createEmptyTable() throws Exception(Code)(Java Doc)
protected void createForwardOnlyTable() throws Exception(Code)(Java Doc)
protected void createOneRowTable() throws Exception(Code)(Java Doc)
protected Table createTableInstance() throws Exception(Code)(Java Doc)
protected void createUpdateTable() throws Exception(Code)(Java Doc)
protected void createUpdateTableWithNotNullColumn() throws Exception(Code)(Java Doc)
protected void doCleanup() throws Exception(Code)(Java Doc)
protected File getDatabaseDirectory()(Code)(Java Doc)
protected String getDatabaseName()(Code)(Java Doc)
public static void main(String args)(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public static Test suite()(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)
public void testAbsolute() throws Exception(Code)(Java Doc)
public void testCancelRowUpdates() throws Exception(Code)(Java Doc)
public void testClearWarnings() throws Exception(Code)(Java Doc)
public void testCreate() throws Exception(Code)(Java Doc)
public void testDeleteEndThenOtherRows() throws Exception(Code)(Java Doc)
public void testDeleteFirstThenOtherRows() throws Exception(Code)(Java Doc)
public void testDeleteRow2ThenOtherRows() throws Exception(Code)(Java Doc)
public void testEmptyResultSet() throws Exception(Code)(Java Doc)
public void testGetType() throws Exception(Code)(Java Doc)
public void testInsertRowMultipleTimes() throws Exception(Code)(Java Doc)
public void testInsertRowOnce() throws Exception(Code)(Java Doc)
public void testMoveToCurrentRow() throws Exception(Code)(Java Doc)
public void testMoveToInsertRow() throws Exception(Code)(Java Doc)
public void testNegativeCancelRowUpdates() throws Exception(Code)(Java Doc)
public void testNegativeCursor() throws Exception(Code)(Java Doc)
public void testNegativeDeleteRow() throws Exception(Code)(Java Doc)
public void testNegativeForwardOnly() throws Exception(Code)(Java Doc)
public void testNegativeGets() throws Exception(Code)(Java Doc)
public void testNegativeInsertRow() throws Exception(Code)(Java Doc)
public void testNegativeUpdateRow() throws Exception(Code)(Java Doc)
public void testNextThrowsExceptionAfterClose() throws Exception(Code)(Java Doc)
public void testOneRowResultSet() throws Exception(Code)(Java Doc)
public void testPositionIndicators() throws Exception(Code)(Java Doc)
public void testPrevious() throws Exception(Code)(Java Doc)
public void testPreviousFollowingAfterLast() throws Exception(Code)(Java Doc)
public void testUpdateArrayStringArray() throws Exception(Code)(Java Doc)
public void testUpdateArrayintArray() throws Exception(Code)(Java Doc)
public void testUpdateAsciiStreamStringInputStreamint() throws Exception(Code)(Java Doc)
public void testUpdateAsciiStreamintInputStreamint() throws Exception(Code)(Java Doc)
public void testUpdateBigDecimalStringBigDecimal() throws Exception(Code)(Java Doc)
public void testUpdateBigDecimalintBigDecimal() throws Exception(Code)(Java Doc)
public void testUpdateBinaryStreamStringInputStreamint() throws Exception(Code)(Java Doc)
public void testUpdateBinaryStreamintInputStreamint() throws Exception(Code)(Java Doc)
public void testUpdateBlobStringBlob() throws Exception(Code)(Java Doc)
public void testUpdateBlobintBlob() throws Exception(Code)(Java Doc)
public void testUpdateBooleanStringboolean() throws Exception(Code)(Java Doc)
public void testUpdateBooleanintboolean() throws Exception(Code)(Java Doc)
public void testUpdateByteStringbyte() throws Exception(Code)(Java Doc)
public void testUpdateByteintbyte() throws Exception(Code)(Java Doc)
public void testUpdateBytesStringbyteArray() throws Exception(Code)(Java Doc)
public void testUpdateBytesintbyteArray() throws Exception(Code)(Java Doc)
public void testUpdateCharacterStreamStringReaderint() throws Exception(Code)(Java Doc)
public void testUpdateCharacterStreamintReaderint() throws Exception(Code)(Java Doc)
public void testUpdateClobStringClob() throws Exception(Code)(Java Doc)
public void testUpdateClobintClob() throws Exception(Code)(Java Doc)
public void testUpdateDateStringDate() throws Exception(Code)(Java Doc)
public void testUpdateDateintDate() throws Exception(Code)(Java Doc)
public void testUpdateDoubleStringdouble() throws Exception(Code)(Java Doc)
public void testUpdateDoubleintdouble() throws Exception(Code)(Java Doc)
public void testUpdateFloatStringfloat() throws Exception(Code)(Java Doc)
public void testUpdateFloatintfloat() throws Exception(Code)(Java Doc)
public void testUpdateIntStringint() throws Exception(Code)(Java Doc)
public void testUpdateIntintint() throws Exception(Code)(Java Doc)
public void testUpdateLongStringlong() throws Exception(Code)(Java Doc)
public void testUpdateLongintlong() throws Exception(Code)(Java Doc)
public void testUpdateNonNullColumn() throws Exception(Code)(Java Doc)
public void testUpdateNullString() throws Exception(Code)(Java Doc)
public void testUpdateNullint() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_Boolean() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_DateTimeTimestamp() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_DateTimeTimestamp_CaseInsensitivity() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_Double() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_Float() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_Integer() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_NoCurrentRow() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObject_String() throws Exception(Code)(Java Doc)
public void testUpdateObjectStringObjectint() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_Boolean() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_DateTimeTimestamp() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_Double() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_Float() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_Integer() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_NoCurrentRow() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObject_String() throws Exception(Code)(Java Doc)
public void testUpdateObjectintObjectint() throws Exception(Code)(Java Doc)
public void testUpdateRefStringRef() throws Exception(Code)(Java Doc)
public void testUpdateRefintRef() throws Exception(Code)(Java Doc)
public void testUpdateRow() throws Exception(Code)(Java Doc)
public void testUpdateShortStringshort() throws Exception(Code)(Java Doc)
public void testUpdateShortintshort() throws Exception(Code)(Java Doc)
public void testUpdateStringStringString() throws Exception(Code)(Java Doc)
public void testUpdateStringintString() throws Exception(Code)(Java Doc)
public void testUpdateTimeStringTime() throws Exception(Code)(Java Doc)
public void testUpdateTimeintTime() throws Exception(Code)(Java Doc)
public void testUpdateTimestampStringTimestamp() throws Exception(Code)(Java Doc)
public void testUpdateTimestampintTimestamp() throws Exception(Code)(Java Doc)
public void testWasNullWithInsertRow() 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.