summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/PreparedStatement.cxx
AgeCommit message (Expand)Author
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt
2013-09-06CID#1079051 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-26Quick hack to make driver usable with dbaccess/KeySet. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-23Set Null indicator in input SQLDA as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-23Improve comment. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-23Close cursors in PreparedStatement. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-23Use correct sqlda for number of parameters. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt
2013-08-11Explicit close/disposing.Andrzej J.R. Hunt
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt