Java Doc for CachedRowSetImplTest.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » sql » tests » internal » rowset » 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 » Apache Harmony Java SE » org package » org.apache.harmony.sql.tests.internal.rowset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase
   org.apache.harmony.sql.tests.internal.rowset.CachedRowSetImplTest

CachedRowSetImplTest
public class CachedRowSetImplTest extends CachedRowSetTestCase (Code)

Inner Class :public class Listener implements RowSetListener,Cloneable



Method Summary
public  voidsetUp()
    
public  voidtearDown()
    
public  voidtestAbsolute()
    
public  voidtestAcceptChanges()
    
public  voidtestAcceptChanges_Delete()
    
public  voidtestAcceptChanges_DeleteException()
    
public  voidtestAcceptChanges_Insert()
    
public  voidtestAcceptChanges_InsertException()
    
public  voidtestAcceptChanges_Update()
    
public  voidtestAcceptChanges_UpdateException()
    
public  voidtestAfterLast()
    
public  voidtestColumnUpdatedInt()
    
public  voidtestColumnUpdatedString()
    
public  voidtestConstructor()
    
public  voidtestCopySchema()
    
public  voidtestCopySchema2()
    
public  voidtestCreateCopy()
    
public  voidtestCreateCopy2()
    
public  voidtestCreateCopy3()
    
public  voidtestCreateShared()
    
public  voidtestDeleteRow()
    
public  voidtestExecute()
    
public  voidtestExecute2()
    
public  voidtestExecute3()
    
public  voidtestFirstAndLast()
    
public  voidtestGetOriginalRow()
    
public  voidtestGetPageSize()
    
public  voidtestGetTableName()
    
public  voidtestInsertRow()
    
public  voidtestNextAndPrevious()
    
public  voidtestNextandPreviousPage()
    
public  voidtestPopulate_LResultSet()
    
public  voidtestPopulate_LResultSet_I()
    
public  voidtestPopulate_use_copy()
    
public  voidtestRelative()
    
public  voidtestRowDeleted()
    
public  voidtestSetPageSize()
    
public  voidtestSetSyncProvider()
    
public  voidtestSetTableName()
    
public  voidtestSize()
    
public  voidtestcreateCopyNoConstraints()
    
public  voidtestcreateCopyNoConstraints2()
    



Method Detail
setUp
public void setUp() throws Exception(Code)



tearDown
public void tearDown() throws Exception(Code)



testAbsolute
public void testAbsolute() throws Exception(Code)



testAcceptChanges
public void testAcceptChanges() throws SQLException(Code)



testAcceptChanges_Delete
public void testAcceptChanges_Delete() throws Exception(Code)



testAcceptChanges_DeleteException
public void testAcceptChanges_DeleteException() throws Exception(Code)



testAcceptChanges_Insert
public void testAcceptChanges_Insert() throws Exception(Code)



testAcceptChanges_InsertException
public void testAcceptChanges_InsertException() throws Exception(Code)



testAcceptChanges_Update
public void testAcceptChanges_Update() throws Exception(Code)



testAcceptChanges_UpdateException
public void testAcceptChanges_UpdateException() throws Exception(Code)



testAfterLast
public void testAfterLast() throws Exception(Code)



testColumnUpdatedInt
public void testColumnUpdatedInt() throws SQLException(Code)



testColumnUpdatedString
public void testColumnUpdatedString() throws SQLException(Code)



testConstructor
public void testConstructor() throws Exception(Code)



testCopySchema
public void testCopySchema() throws Exception(Code)



testCopySchema2
public void testCopySchema2() throws Exception(Code)



testCreateCopy
public void testCreateCopy() throws Exception(Code)



testCreateCopy2
public void testCreateCopy2() throws Exception(Code)



testCreateCopy3
public void testCreateCopy3() throws Exception(Code)



testCreateShared
public void testCreateShared() throws Exception(Code)



testDeleteRow
public void testDeleteRow() throws SQLException(Code)



testExecute
public void testExecute() throws SQLException(Code)



testExecute2
public void testExecute2() throws Exception(Code)



testExecute3
public void testExecute3() throws Exception(Code)



testFirstAndLast
public void testFirstAndLast() throws Exception(Code)



testGetOriginalRow
public void testGetOriginalRow() throws Exception(Code)



testGetPageSize
public void testGetPageSize() throws SQLException(Code)



testGetTableName
public void testGetTableName() throws SQLException(Code)



testInsertRow
public void testInsertRow() throws SQLException(Code)



testNextAndPrevious
public void testNextAndPrevious() throws Exception(Code)



testNextandPreviousPage
public void testNextandPreviousPage() throws Exception(Code)



testPopulate_LResultSet
public void testPopulate_LResultSet() throws Exception(Code)



testPopulate_LResultSet_I
public void testPopulate_LResultSet_I() throws Exception(Code)



testPopulate_use_copy
public void testPopulate_use_copy() throws Exception(Code)



testRelative
public void testRelative() throws Exception(Code)



testRowDeleted
public void testRowDeleted() throws SQLException(Code)



testSetPageSize
public void testSetPageSize() throws SQLException(Code)



testSetSyncProvider
public void testSetSyncProvider() throws Exception(Code)



testSetTableName
public void testSetTableName() throws SQLException(Code)



testSize
public void testSize() throws Exception(Code)



testcreateCopyNoConstraints
public void testcreateCopyNoConstraints() throws Exception(Code)



testcreateCopyNoConstraints2
public void testcreateCopyNoConstraints2() throws Exception(Code)



Fields inherited from org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase
final public static int DEFAULT_COLUMN_COUNT(Code)(Java Doc)
final public static int DEFAULT_ROW_COUNT(Code)(Java Doc)
final public static String DERBY_URL(Code)(Java Doc)
final public static String DERBY_URL_Create(Code)(Java Doc)
protected Connection conn(Code)(Java Doc)
protected CachedRowSet crset(Code)(Java Doc)
protected CachedRowSet noInitialCrset(Code)(Java Doc)
protected ResultSet rs(Code)(Java Doc)
protected Statement st(Code)(Java Doc)

Methods inherited from org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase
protected void insertData() throws Exception(Code)(Java Doc)
protected void insertMoreData(int rows) throws Exception(Code)(Java Doc)
protected void isMetaDataEquals(ResultSetMetaData expected, ResultSetMetaData actual) throws SQLException(Code)(Java Doc)
protected CachedRowSet newNoInitialInstance() throws Exception(Code)(Java Doc)
protected void reloadCachedRowSet() throws SQLException(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)

w_w__w__.___j_a__v___a___2s_.__c__o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.