Connection Driver Reference
JDBC Manual
Supported JDBC Classes and Methods
the following {{java}} classes and methods are supported by the {{ocient}} jdbc driver for use in java programs java class / interface unsupported methods or comments drivermanager 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;…] properties is a properties object with the supported properties "user" and "password" (required), and "force", "loglevel", and "logfile" (optional) the meanings of these properties is described under the connect cli command any properties specified on the url will be added to the properties object passed to getconnection() if a property exists in both places, the value on the url will take precedence connection createarrayof() createblob() createclob() createnclob() createsqlxml() createstruct() preparecall() releasesavepoint() rollback() setnetworktimeout() setsavepoint() unwrap() statement addbatch() clearbatch() closeoncompletion() executebatch() getgeneratedkeys() getmoreresults() setcursorname() setescapeprocessing() setmaxfieldsize() setpoolable() unwrap() preparedstatement getparametermetadata() setarray() setasciistream() setbinarystream() setblob() setcharacterstream() setclob() setncharacterstream() setnclob() setnstring() setref() setrowid() setsqlxml() setunicodestream() seturl() resultset absolute() afterlast() beforefirst() cancelrowupdates() deleterow() first() getasciistream() getbinarystream() getblob() getcharacterstream() getclob() getcursorname() getncharacterstream() getnclob() getnstring() getref() getrowid() getsqlxml() getunicodestream() geturl() insertrow() islast() last() movetocurrentrow() movetoinsertrow() previous() refreshrow() relative() unwrap() 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 unwrap() databasemetadata unwrap() related links connect using jdbc docid\ fpyaptctcu3mul0c66p8d