JDBC Classes and Methods
this page lists methods that are currently not supported by the jdbc driver for use in java programs the ocient jdbc driver supports methods not listed on this page see the linked reference java 8 documentation pages for details on the functionality of each class java class unsupported methods or comments drivermanager https //docs oracle com/javase/8/docs/api/java/sql/drivermanager html there are no unsupported methods get a connection with getconnection() getconnection(string, properties) the string is a url and must be of the form jdbc\ ocient //ip\ port/databasename\[;property=value;…] for description of supported properties, see jdbc connection properties docid apnndn tjqmjdd5oqdvd connection https //docs oracle com/javase/8/docs/api/java/sql/connection html createsqlxml() preparecall() releasesavepoint() rollback() setnetworktimeout() setsavepoint() statement https //docs oracle com/javase/8/docs/api/java/sql/statement html clearbatch() closeoncompletion() getgeneratedkeys() getmoreresults() setcursorname() setescapeprocessing() setmaxfieldsize() setpoolable() preparedstatement https //docs oracle com/javase/8/docs/api/java/sql/preparedstatement html getparametermetadata() setref() setrowid() setsqlxml() setunicodestream() seturl() resultset https //docs oracle com/javase/8/docs/api/java/sql/resultset html absolute() afterlast() beforefirst() cancelrowupdates() deleterow() first() getcursorname() getref() getrowid() getsqlxml() getunicodestream() geturl() insertrow() islast() last() movetocurrentrow() movetoinsertrow() previous() refreshrow() relative() updatearray() updateasciistream() updatebigdecimal() updatebinarystream() updateblob() updateboolean() updatebyte() updatebytes() updatecharacterstream() updateclob() updatedate() updatedouble() updatefloat() updateint() updatelong() updatencharacterstream() updatenclob() updatenstring() updatenull() updateobject() updateref() updaterow() updaterowid() updateshort() updatesqlxml() updatestring() updatetime() updatetimestamp() resultsetmetadata https //docs oracle com/javase/8/docs/api/java/sql/resultsetmetadata html all methods are supported databasemetadata https //docs oracle com/javase/8/docs/api/java/sql/databasemetadata html all methods are supported related links connect using jdbc docid 1 p8y vgpzkd8k 0hxqd7