⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oracle.sql.customdatumfactory.html

📁 Oracle JDBC 的javaDoc
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--NewPage--><html><head><!-- Generated by javadoc on Thu Dec 02 03:30:11 PST 1999 --><title>  Interface oracle.sql.CustomDatumFactory</title></head><body><a name="_top_"></a><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.sql.html">This Package</a>  <a href="oracle.sql.CustomDatum.html#_top_">Previous</a>  <a href="oracle.sql.Mutable.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Interface oracle.sql.CustomDatumFactory</h1><dl>  <dt> public interface <b>CustomDatumFactory</b></dl><hr><a name="index"></a><h2>  <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl>  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#create(oracle.sql.Datum, int)"><b>create</b></a>(Datum, int)  <dd> create an Object from SQL Type and return it.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="create(oracle.sql.Datum, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="create"><b>create</b></a><pre> public abstract <a href="oracle.sql.CustomDatum.html#_top_">CustomDatum</a> create(Datum d,                                    int sqlType) throws SQLException</pre><dl>  <dd> create an Object from SQL Type and return it.It is sometimes convenient to have the same class implement bothCustomDatum and CustomDatumFactory, but normally they are distinct.<p>sqlType should really be a class of some sort, but introducing sucha class would go well beyond the current state of JDBC and so forthe moment we just provide the type code. Note that for named types(such as SQL Object types) the name can be determined from the Datum.<p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> d - some SQL data that should be used to initialize an Object.    <dd> sqlType - the SQL type that the    <dt> <b>Returns:</b>    <dd> an Object that embeds information from d.  </dl></dd></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.sql.html">This Package</a>  <a href="oracle.sql.CustomDatum.html#_top_">Previous</a>  <a href="oracle.sql.Mutable.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -