index-all.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.5.0_07) on Mon May 21 15:05:09 EDT 2007 -->
  6. <TITLE>
  7. Index (c3p0-oracle-thin-extras-0.9.1.2 API Documentation)
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
  10. <SCRIPT type="text/javascript">
  11. function windowTitle()
  12. {
  13. parent.document.title="Index (c3p0-oracle-thin-extras-0.9.1.2 API Documentation)";
  14. }
  15. </SCRIPT>
  16. <NOSCRIPT>
  17. </NOSCRIPT>
  18. </HEAD>
  19. <BODY BGCOLOR="white" onload="windowTitle();">
  20. <!-- ========= START OF TOP NAVBAR ======= -->
  21. <A NAME="navbar_top"><!-- --></A>
  22. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  23. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  24. <TR>
  25. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  26. <A NAME="navbar_top_firstrow"><!-- --></A>
  27. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  28. <TR ALIGN="center" VALIGN="top">
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/mchange/v2/c3p0/dbms/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/mchange/v2/c3p0/dbms/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  35. </TR>
  36. </TABLE>
  37. </TD>
  38. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  39. </EM>
  40. </TD>
  41. </TR>
  42. <TR>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. &nbsp;PREV&nbsp;
  45. &nbsp;NEXT</FONT></TD>
  46. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  47. <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
  48. &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  49. &nbsp;<SCRIPT type="text/javascript">
  50. <!--
  51. if(window==top) {
  52. document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  53. }
  54. //-->
  55. </SCRIPT>
  56. <NOSCRIPT>
  57. <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
  58. </NOSCRIPT>
  59. </FONT></TD>
  60. </TR>
  61. </TABLE>
  62. <A NAME="skip-navbar_top"></A>
  63. <!-- ========= END OF TOP NAVBAR ========= -->
  64. <A HREF="#_C_">C</A> <A HREF="#_O_">O</A> <HR>
  65. <A NAME="_C_"><!-- --></A><H2>
  66. <B>C</B></H2>
  67. <DL>
  68. <DT><A HREF="./com/mchange/v2/c3p0/dbms/package-summary.html"><B>com.mchange.v2.c3p0.dbms</B></A> - package com.mchange.v2.c3p0.dbms<DD>&nbsp;<DT><A HREF="./com/mchange/v2/c3p0/dbms/OracleUtils.html#createTemporaryBLOB(java.sql.Connection, boolean, int)"><B>createTemporaryBLOB(Connection, boolean, int)</B></A> -
  69. Static method in class com.mchange.v2.c3p0.dbms.<A HREF="./com/mchange/v2/c3p0/dbms/OracleUtils.html" title="class in com.mchange.v2.c3p0.dbms">OracleUtils</A>
  70. <DD>Uses Oracle-specific API on the raw, underlying Connection to create a temporary BLOB.
  71. <DT><A HREF="./com/mchange/v2/c3p0/dbms/OracleUtils.html#createTemporaryCLOB(java.sql.Connection, boolean, int)"><B>createTemporaryCLOB(Connection, boolean, int)</B></A> -
  72. Static method in class com.mchange.v2.c3p0.dbms.<A HREF="./com/mchange/v2/c3p0/dbms/OracleUtils.html" title="class in com.mchange.v2.c3p0.dbms">OracleUtils</A>
  73. <DD>Uses Oracle-specific API on the raw, underlying Connection to create a temporary CLOB.
  74. </DL>
  75. <HR>
  76. <A NAME="_O_"><!-- --></A><H2>
  77. <B>O</B></H2>
  78. <DL>
  79. <DT><A HREF="./com/mchange/v2/c3p0/dbms/OracleUtils.html" title="class in com.mchange.v2.c3p0.dbms"><B>OracleUtils</B></A> - Class in <A HREF="./com/mchange/v2/c3p0/dbms/package-summary.html">com.mchange.v2.c3p0.dbms</A><DD>A convenience class for OracleUsers who wish to use Oracle-specific Connection API
  80. without working directly with c3p0 raw connection operations.</DL>
  81. <HR>
  82. <A HREF="#_C_">C</A> <A HREF="#_O_">O</A>
  83. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  84. <A NAME="navbar_bottom"><!-- --></A>
  85. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  86. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  87. <TR>
  88. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  89. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  90. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  91. <TR ALIGN="center" VALIGN="top">
  92. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/mchange/v2/c3p0/dbms/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  93. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  94. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/mchange/v2/c3p0/dbms/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  95. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  96. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  97. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  98. </TR>
  99. </TABLE>
  100. </TD>
  101. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  102. </EM>
  103. </TD>
  104. </TR>
  105. <TR>
  106. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  107. &nbsp;PREV&nbsp;
  108. &nbsp;NEXT</FONT></TD>
  109. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  110. <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
  111. &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  112. &nbsp;<SCRIPT type="text/javascript">
  113. <!--
  114. if(window==top) {
  115. document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  116. }
  117. //-->
  118. </SCRIPT>
  119. <NOSCRIPT>
  120. <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
  121. </NOSCRIPT>
  122. </FONT></TD>
  123. </TR>
  124. </TABLE>
  125. <A NAME="skip-navbar_bottom"></A>
  126. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  127. <HR>
  128. </BODY>
  129. </HTML>