Java Doc for TestUnmodifiableResultSet.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
.AxionTestCaseSupport
org.axiondb.jdbc
.TestUnmodifiableResultSet
TestUnmodifiableResultSet
public
class TestUnmodifiableResultSet extends
AxionTestCaseSupport
(Code)
author:
Jonathan Giron
version:
$Revision: 1.3 $
Constructor Summary
public
TestUnmodifiableResultSet
(
String
testName)
Method Summary
public
void
setUp
()
public
static Test
suite
()
public
void
testCancelRowUpdates
()
public
void
testDeleteRow
()
public
void
testInsertRow
()
public
void
testMoveToCurrentRow
()
public
void
testMoveToInsertRow
()
public
void
testUpdateArrayStringArray
()
public
void
testUpdateArrayintArray
()
public
void
testUpdateAsciiStreamStringInputStreamint
()
public
void
testUpdateAsciiStreamintInputStreamint
()
public
void
testUpdateBigDecimalStringBigDecimal
()
public
void
testUpdateBigDecimalintBigDecimal
()
public
void
testUpdateBinaryStreamStringInputStreamint
()
public
void
testUpdateBinaryStreamintInputStreamint
()
public
void
testUpdateBlobStringBlob
()
public
void
testUpdateBlobintBlob
()
public
void
testUpdateBooleanStringboolean
()
public
void
testUpdateBooleanintboolean
()
public
void
testUpdateByteStringbyte
()
public
void
testUpdateByteintbyte
()
public
void
testUpdateBytesStringbyteArray
()
public
void
testUpdateBytesintbyteArray
()
public
void
testUpdateCharacterStreamStringReaderint
()
public
void
testUpdateCharacterStreamintReaderint
()
public
void
testUpdateClobStringClob
()
public
void
testUpdateClobintClob
()
public
void
testUpdateDateStringDate
()
public
void
testUpdateDateintDate
()
public
void
testUpdateDoubleStringdouble
()
public
void
testUpdateDoubleintdouble
()
public
void
testUpdateFloatStringfloat
()
public
void
testUpdateFloatintfloat
()
public
void
testUpdateIntStringint
()
public
void
testUpdateIntintint
()
public
void
testUpdateLongStringlong
()
public
void
testUpdateLongintlong
()
public
void
testUpdateNullString
()
public
void
testUpdateNullint
()
public
void
testUpdateObjectStringObject
()
public
void
testUpdateObjectStringObjectint
()
public
void
testUpdateObjectintObject
()
public
void
testUpdateObjectintObjectint
()
public
void
testUpdateRefStringRef
()
public
void
testUpdateRefintRef
()
public
void
testUpdateRow
()
public
void
testUpdateShortStringshort
()
public
void
testUpdateShortintshort
()
public
void
testUpdateStringStringString
()
public
void
testUpdateStringintString
()
public
void
testUpdateTimeStringTime
()
public
void
testUpdateTimeintTime
()
public
void
testUpdateTimestampStringTimestamp
()
public
void
testUpdateTimestampintTimestamp
()
Constructor Detail
TestUnmodifiableResultSet
public
TestUnmodifiableResultSet(
String
testName)
(Code)
Parameters:
testName -
Method Detail
setUp
public
void setUp() throws
Exception
(Code)
suite
public
static Test suite()
(Code)
testCancelRowUpdates
public
void testCancelRowUpdates()
(Code)
testDeleteRow
public
void testDeleteRow()
(Code)
testInsertRow
public
void testInsertRow()
(Code)
testMoveToCurrentRow
public
void testMoveToCurrentRow()
(Code)
testMoveToInsertRow
public
void testMoveToInsertRow()
(Code)
testUpdateArrayStringArray
public
void testUpdateArrayStringArray()
(Code)
testUpdateArrayintArray
public
void testUpdateArrayintArray()
(Code)
testUpdateAsciiStreamStringInputStreamint
public
void testUpdateAsciiStreamStringInputStreamint()
(Code)
testUpdateAsciiStreamintInputStreamint
public
void testUpdateAsciiStreamintInputStreamint()
(Code)
testUpdateBigDecimalStringBigDecimal
public
void testUpdateBigDecimalStringBigDecimal()
(Code)
testUpdateBigDecimalintBigDecimal
public
void testUpdateBigDecimalintBigDecimal()
(Code)
testUpdateBinaryStreamStringInputStreamint
public
void testUpdateBinaryStreamStringInputStreamint()
(Code)
testUpdateBinaryStreamintInputStreamint
public
void testUpdateBinaryStreamintInputStreamint()
(Code)
testUpdateBlobStringBlob
public
void testUpdateBlobStringBlob() throws
AxionException
(Code)
testUpdateBlobintBlob
public
void testUpdateBlobintBlob() throws
AxionException
(Code)
testUpdateBooleanStringboolean
public
void testUpdateBooleanStringboolean()
(Code)
testUpdateBooleanintboolean
public
void testUpdateBooleanintboolean()
(Code)
testUpdateByteStringbyte
public
void testUpdateByteStringbyte()
(Code)
testUpdateByteintbyte
public
void testUpdateByteintbyte()
(Code)
testUpdateBytesStringbyteArray
public
void testUpdateBytesStringbyteArray()
(Code)
testUpdateBytesintbyteArray
public
void testUpdateBytesintbyteArray()
(Code)
testUpdateCharacterStreamStringReaderint
public
void testUpdateCharacterStreamStringReaderint()
(Code)
testUpdateCharacterStreamintReaderint
public
void testUpdateCharacterStreamintReaderint()
(Code)
testUpdateClobStringClob
public
void testUpdateClobStringClob() throws
AxionException
(Code)
testUpdateClobintClob
public
void testUpdateClobintClob() throws
AxionException
(Code)
testUpdateDateStringDate
public
void testUpdateDateStringDate()
(Code)
testUpdateDateintDate
public
void testUpdateDateintDate()
(Code)
testUpdateDoubleStringdouble
public
void testUpdateDoubleStringdouble()
(Code)
testUpdateDoubleintdouble
public
void testUpdateDoubleintdouble()
(Code)
testUpdateFloatStringfloat
public
void testUpdateFloatStringfloat()
(Code)
testUpdateFloatintfloat
public
void testUpdateFloatintfloat()
(Code)
testUpdateIntStringint
public
void testUpdateIntStringint()
(Code)
testUpdateIntintint
public
void testUpdateIntintint()
(Code)
testUpdateLongStringlong
public
void testUpdateLongStringlong()
(Code)
testUpdateLongintlong
public
void testUpdateLongintlong()
(Code)
testUpdateNullString
public
void testUpdateNullString()
(Code)
testUpdateNullint
public
void testUpdateNullint()
(Code)
testUpdateObjectStringObject
public
void testUpdateObjectStringObject()
(Code)
testUpdateObjectStringObjectint
public
void testUpdateObjectStringObjectint()
(Code)
testUpdateObjectintObject
public
void testUpdateObjectintObject()
(Code)
testUpdateObjectintObjectint
public
void testUpdateObjectintObjectint()
(Code)
testUpdateRefStringRef
public
void testUpdateRefStringRef()
(Code)
testUpdateRefintRef
public
void testUpdateRefintRef()
(Code)
testUpdateRow
public
void testUpdateRow()
(Code)
testUpdateShortStringshort
public
void testUpdateShortStringshort()
(Code)
testUpdateShortintshort
public
void testUpdateShortintshort()
(Code)
testUpdateStringStringString
public
void testUpdateStringStringString()
(Code)
testUpdateStringintString
public
void testUpdateStringintString()
(Code)
testUpdateTimeStringTime
public
void testUpdateTimeStringTime()
(Code)
testUpdateTimeintTime
public
void testUpdateTimeintTime()
(Code)
testUpdateTimestampStringTimestamp
public
void testUpdateTimestampStringTimestamp()
(Code)
testUpdateTimestampintTimestamp
public
void testUpdateTimestampintTimestamp()
(Code)
Fields inherited from
org.axiondb.jdbc.AxionTestCaseSupport
final
protected
static
String
CONNECT_STRING
(Code)
(Java Doc)
Methods inherited from
org.axiondb.jdbc.AxionTestCaseSupport
protected
AxionConnection
getAxionConnection()
(Code)
(Java Doc)
protected
Connection
getConnection()
(Code)
(Java Doc)
public
void setUp() throws
Exception
(Code)
(Java Doc)
public
void tearDown() throws
Exception
(Code)
(Java Doc)
public
void testCreateConnection() 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.