M. A. Sridhar <[EMAIL PROTECTED]> wrote:
blobs and clobs (e.g., setObject, setBinaryStream/getBinaryStream and setCharacterStream/getCharacterStream).
setObject() is supported. Implementing support for set*Stream() would simply be a loop that empties the stream into a byte[] and calls setBytes(), like a ByteArrayOutputStream. I did not bother to implement the silly stream functions as they were a later addition to the API, JDBC 2.0 I think. What matters to me is building a high quality driver. Supporting every brain dead function Sun has thought of is not something I do for fun. d --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups-beta.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
