Java Doc for ByteArrayRow.java in  » Database-JDBC-Connection-Pool » mysql-connector-java-5.1.3 » com » mysql » 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 JDBC Connection Pool » mysql connector java 5.1.3 » com.mysql.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.mysql.jdbc.ResultSetRow
      com.mysql.jdbc.ByteArrayRow

ByteArrayRow
public class ByteArrayRow extends ResultSetRow (Code)
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
version:
   $Id: $


Field Summary
 byte[][]internalRowData
    

Constructor Summary
public  ByteArrayRow(byte[][] internalRowData)
    

Method Summary
public  voidcloseOpenStreams()
    
public  InputStreamgetBinaryInputStream(int columnIndex)
    
public  byte[]getColumnValue(int index)
    
public  DategetDateFast(int columnIndex, ConnectionImpl conn, ResultSetImpl rs)
    
public  intgetInt(int columnIndex)
    
public  longgetLong(int columnIndex)
    
public  DategetNativeDate(int columnIndex, ConnectionImpl conn, ResultSetImpl rs)
    
public  ObjectgetNativeDateTimeValue(int columnIndex, Calendar targetCalendar, int jdbcType, int mysqlType, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs)
    
public  doublegetNativeDouble(int columnIndex)
    
public  floatgetNativeFloat(int columnIndex)
    
public  intgetNativeInt(int columnIndex)
    
public  longgetNativeLong(int columnIndex)
    
public  shortgetNativeShort(int columnIndex)
    
public  TimegetNativeTime(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs)
    
public  TimestampgetNativeTimestamp(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs)
    
public  ReadergetReader(int columnIndex)
    
public  StringgetString(int index, String encoding, ConnectionImpl conn)
    
public  TimegetTimeFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs)
    
public  TimestampgetTimestampFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs)
    
public  booleanisFloatingPointNumber(int index)
    
public  booleanisNull(int index)
    
public  longlength(int index)
    
public  voidsetColumnValue(int index, byte[] value)
    

Field Detail
internalRowData
byte[][] internalRowData(Code)




Constructor Detail
ByteArrayRow
public ByteArrayRow(byte[][] internalRowData)(Code)




Method Detail
closeOpenStreams
public void closeOpenStreams()(Code)



getBinaryInputStream
public InputStream getBinaryInputStream(int columnIndex) throws SQLException(Code)



getColumnValue
public byte[] getColumnValue(int index) throws SQLException(Code)



getDateFast
public Date getDateFast(int columnIndex, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getInt
public int getInt(int columnIndex)(Code)



getLong
public long getLong(int columnIndex)(Code)



getNativeDate
public Date getNativeDate(int columnIndex, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getNativeDateTimeValue
public Object getNativeDateTimeValue(int columnIndex, Calendar targetCalendar, int jdbcType, int mysqlType, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getNativeDouble
public double getNativeDouble(int columnIndex) throws SQLException(Code)



getNativeFloat
public float getNativeFloat(int columnIndex) throws SQLException(Code)



getNativeInt
public int getNativeInt(int columnIndex) throws SQLException(Code)



getNativeLong
public long getNativeLong(int columnIndex) throws SQLException(Code)



getNativeShort
public short getNativeShort(int columnIndex) throws SQLException(Code)



getNativeTime
public Time getNativeTime(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getNativeTimestamp
public Timestamp getNativeTimestamp(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getReader
public Reader getReader(int columnIndex) throws SQLException(Code)



getString
public String getString(int index, String encoding, ConnectionImpl conn) throws SQLException(Code)



getTimeFast
public Time getTimeFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



getTimestampFast
public Timestamp getTimestampFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)



isFloatingPointNumber
public boolean isFloatingPointNumber(int index) throws SQLException(Code)



isNull
public boolean isNull(int index) throws SQLException(Code)



length
public long length(int index) throws SQLException(Code)



setColumnValue
public void setColumnValue(int index, byte[] value) throws SQLException(Code)



Fields inherited from com.mysql.jdbc.ResultSetRow
protected Field[] metadata(Code)(Java Doc)

Methods inherited from com.mysql.jdbc.ResultSetRow
abstract public void closeOpenStreams()(Code)(Java Doc)
abstract public InputStream getBinaryInputStream(int columnIndex) throws SQLException(Code)(Java Doc)
abstract public byte[] getColumnValue(int index) throws SQLException(Code)(Java Doc)
final protected java.sql.Date getDateFast(int columnIndex, byte[] dateAsBytes, int offset, int length, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public java.sql.Date getDateFast(int columnIndex, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public int getInt(int columnIndex) throws SQLException(Code)(Java Doc)
abstract public long getLong(int columnIndex) throws SQLException(Code)(Java Doc)
protected java.sql.Date getNativeDate(int columnIndex, byte[] bits, int offset, int length, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Date getNativeDate(int columnIndex, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
protected Object getNativeDateTimeValue(int columnIndex, byte[] bits, int offset, int length, Calendar targetCalendar, int jdbcType, int mysqlType, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Object getNativeDateTimeValue(int columnIndex, Calendar targetCalendar, int jdbcType, int mysqlType, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
protected double getNativeDouble(byte[] bits, int offset)(Code)(Java Doc)
abstract public double getNativeDouble(int columnIndex) throws SQLException(Code)(Java Doc)
protected float getNativeFloat(byte[] bits, int offset)(Code)(Java Doc)
abstract public float getNativeFloat(int columnIndex) throws SQLException(Code)(Java Doc)
protected int getNativeInt(byte[] bits, int offset)(Code)(Java Doc)
abstract public int getNativeInt(int columnIndex) throws SQLException(Code)(Java Doc)
protected long getNativeLong(byte[] bits, int offset)(Code)(Java Doc)
abstract public long getNativeLong(int columnIndex) throws SQLException(Code)(Java Doc)
protected short getNativeShort(byte[] bits, int offset)(Code)(Java Doc)
abstract public short getNativeShort(int columnIndex) throws SQLException(Code)(Java Doc)
protected Time getNativeTime(int columnIndex, byte[] bits, int offset, int length, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Time getNativeTime(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
protected Timestamp getNativeTimestamp(byte[] bits, int offset, int length, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Timestamp getNativeTimestamp(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Reader getReader(int columnIndex) throws SQLException(Code)(Java Doc)
abstract public String getString(int index, String encoding, ConnectionImpl conn) throws SQLException(Code)(Java Doc)
protected String getString(String encoding, ConnectionImpl conn, byte[] value, int offset, int length) throws SQLException(Code)(Java Doc)
protected Time getTimeFast(int columnIndex, byte[] timeAsBytes, int offset, int length, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Time getTimeFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
protected Timestamp getTimestampFast(int columnIndex, byte[] timestampAsBytes, int offset, int length, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public Timestamp getTimestampFast(int columnIndex, Calendar targetCalendar, TimeZone tz, boolean rollForward, ConnectionImpl conn, ResultSetImpl rs) throws SQLException(Code)(Java Doc)
abstract public boolean isFloatingPointNumber(int index) throws SQLException(Code)(Java Doc)
abstract public boolean isNull(int index) throws SQLException(Code)(Java Doc)
abstract public long length(int index) throws SQLException(Code)(Java Doc)
abstract public void setColumnValue(int index, byte[] value) throws SQLException(Code)(Java Doc)
public void setMetadata(Field[] f) throws SQLException(Code)(Java Doc)

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.