Java Doc for ResultRow.java in » Database-ORM » ORBroker » net » sourceforge » orbroker » 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 ORM
»
ORBroker
»
net.sourceforge.orbroker
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
net.sourceforge.orbroker
.ResultRow
ResultRow
final class ResultRow
(Code)
Representation of a row. This wraps a result set with most ResultSet methods available. The next() method is not available to prevent unauthorized scrolling.
author:
Nils Kilden-Pedersen
Constructor Summary
ResultRow
(
ResultSet
resultSet,
ConnectionContext
context,
Connection
connection)
Constructor.
Method Summary
void
cacheResultObject
(
ResultKey
pk,
Object
resultObject)
int
findColumn
(
String
columnName)
public
Array
getArray
(int columnIndex)
public
InputStream
getAsciiStream
(int columnIndex)
public
BigDecimal
getBigDecimal
(int columnIndex)
public
InputStream
getBinaryStream
(int columnIndex)
public
Blob
getBlob
(int columnIndex)
public
boolean
getBoolean
(int columnIndex)
public
byte
getByte
(int columnIndex)
public
byte[]
getBytes
(int columnIndex)
Object
getCachedResultObject
(
ResultKey
pk)
public
Reader
getCharacterStream
(int columnIndex)
public
Clob
getClob
(int columnIndex)
String
getColumnLabel
(int columnIndex)
String
getColumnName
(int columnIndex)
String
getColumnTypeName
(int columnIndex)
Object
getColumnValue
(int columnIndex,
Class
requiredType)
Connection
getConnection
()
public
Date
getDate
(int columnIndex)
public
double
getDouble
(int columnIndex)
public
float
getFloat
(int columnIndex)
public
int
getInt
(int columnIndex)
public
long
getLong
(int columnIndex)
Object
getMappingStrategyKey
()
public
Object
getObject
(int columnIndex)
int[]
getReadableColumns
()
public
Ref
getRef
(int columnIndex)
public
short
getShort
(int columnIndex)
public
String
getString
(int columnIndex)
String
getTableName
(int columnIndex)
TextReplacements
getTextReplacements
()
public
Time
getTime
(int columnIndex)
public
Timestamp
getTimestamp
(int columnIndex)
int
getType
()
public
URL
getURL
(int columnIndex)
void
pullAliases
()
Pulls the current map of aliases off the stack.
void
pushAliases
(
Map
aliases)
Pushes a map of aliases on the alias stack.
boolean
wasNull
()
Constructor Detail
ResultRow
ResultRow(
ResultSet
resultSet,
ConnectionContext
context,
Connection
connection)
(Code)
Constructor.
Parameters:
resultSet -
Parameters:
context -
Parameters:
connection -
Method Detail
cacheResultObject
void cacheResultObject(
ResultKey
pk,
Object
resultObject)
(Code)
findColumn
int findColumn(
String
columnName)
(Code)
getArray
public
Array
getArray(int columnIndex)
(Code)
Parameters:
columnIndex - Array
See Also:
java.sql.ResultSet.getArray(int)
getAsciiStream
public
InputStream
getAsciiStream(int columnIndex)
(Code)
Parameters:
columnIndex - InputStream
See Also:
java.sql.ResultSet.getAsciiStream(int)
getBigDecimal
public
BigDecimal
getBigDecimal(int columnIndex)
(Code)
Parameters:
columnIndex - BigDecimal
See Also:
java.sql.ResultSet.getBigDecimal(int)
getBinaryStream
public
InputStream
getBinaryStream(int columnIndex)
(Code)
Parameters:
columnIndex - InputStream
See Also:
java.sql.ResultSet.getBinaryStream(int)
getBlob
public
Blob
getBlob(int columnIndex)
(Code)
Parameters:
columnIndex - Blob
See Also:
java.sql.ResultSet.getBlob(int)
getBoolean
public
boolean getBoolean(int columnIndex)
(Code)
Parameters:
columnIndex - boolean
See Also:
java.sql.ResultSet.getBoolean(int)
getByte
public
byte getByte(int columnIndex)
(Code)
Parameters:
columnIndex - byte
See Also:
java.sql.ResultSet.getByte(int)
getBytes
public
byte[] getBytes(int columnIndex)
(Code)
Parameters:
columnIndex - byte[]
See Also:
java.sql.ResultSet.getBytes(int)
getCachedResultObject
Object
getCachedResultObject(
ResultKey
pk)
(Code)
getCharacterStream
public
Reader
getCharacterStream(int columnIndex)
(Code)
Parameters:
columnIndex - Reader
See Also:
java.sql.ResultSet.getCharacterStream(int)
getClob
public
Clob
getClob(int columnIndex)
(Code)
Parameters:
columnIndex - Clob
See Also:
java.sql.ResultSet.getClob(int)
getColumnLabel
String
getColumnLabel(int columnIndex)
(Code)
Parameters:
columnIndex - column label
See Also:
ResultSetMetaData.getColumnName(int)
getColumnName
String
getColumnName(int columnIndex)
(Code)
Parameters:
columnIndex - column name
See Also:
ResultSetMetaData.getColumnName(int)
getColumnTypeName
String
getColumnTypeName(int columnIndex)
(Code)
Parameters:
columnIndex - column type name
See Also:
ResultSetMetaData.getColumnTypeName(int)
getColumnValue
Object
getColumnValue(int columnIndex,
Class
requiredType)
(Code)
getConnection
Connection
getConnection()
(Code)
getDate
public
Date
getDate(int columnIndex)
(Code)
Parameters:
columnIndex - Date
See Also:
java.sql.ResultSet.getDate(int)
getDouble
public
double getDouble(int columnIndex)
(Code)
Parameters:
columnIndex - double
See Also:
java.sql.ResultSet.getDouble(int)
getFloat
public
float getFloat(int columnIndex)
(Code)
Parameters:
columnIndex - float
See Also:
java.sql.ResultSet.getFloat(int)
getInt
public
int getInt(int columnIndex)
(Code)
Parameters:
columnIndex - int
See Also:
java.sql.ResultSet.getInt(int)
getLong
public
long getLong(int columnIndex)
(Code)
Parameters:
columnIndex - long
See Also:
java.sql.ResultSet.getLong(int)
getMappingStrategyKey
Object
getMappingStrategyKey()
(Code)
getObject
public
Object
getObject(int columnIndex)
(Code)
Parameters:
columnIndex - Object
See Also:
java.sql.ResultSet.getObject(int)
getReadableColumns
int[] getReadableColumns()
(Code)
getRef
public
Ref
getRef(int columnIndex)
(Code)
Parameters:
columnIndex - Ref
See Also:
java.sql.ResultSet.getRef(int)
getShort
public
short getShort(int columnIndex)
(Code)
Parameters:
columnIndex - short
See Also:
java.sql.ResultSet.getShort(int)
getString
public
String
getString(int columnIndex)
(Code)
Parameters:
columnIndex - String
See Also:
java.sql.ResultSet.getString(int)
getTableName
String
getTableName(int columnIndex)
(Code)
Parameters:
columnIndex - table name
See Also:
ResultSetMetaData.getTableName(int)
getTextReplacements
TextReplacements
getTextReplacements()
(Code)
getTime
public
Time
getTime(int columnIndex)
(Code)
Parameters:
columnIndex - Time
See Also:
java.sql.ResultSet.getTime(int)
getTimestamp
public
Timestamp
getTimestamp(int columnIndex)
(Code)
Parameters:
columnIndex - Timestamp
See Also:
java.sql.ResultSet.getTimestamp(int)
getType
int getType()
(Code)
Type
See Also:
java.sql.ResultSet.getType
getURL
public
URL
getURL(int columnIndex)
(Code)
Parameters:
columnIndex - URL
See Also:
java.sql.ResultSet.getURL(int)
pullAliases
void pullAliases()
(Code)
Pulls the current map of aliases off the stack.
See Also:
ResultRow.pushAliases(Map)
pushAliases
void pushAliases(
Map
aliases)
(Code)
Pushes a map of aliases on the alias stack.
Parameters:
aliases -
See Also:
ResultRow.pullAliases()
wasNull
boolean wasNull()
(Code)
true, if column was null.
See Also:
java.sql.ResultSet.wasNull
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(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.