Searched refs:sql (Results 51 - 75 of 130) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/java/sql/
H A DDriverPropertyInfo.java26 package java.sql;
H A DRef.java26 package java.sql;
H A DSQLInput.java26 package java.sql;
62 // java.sql.ResultSet.
186 * Reads the next attribute in the stream and returns it as a <code>java.sql.Date</code> object.
194 java.sql.Date readDate() throws SQLException;
197 * Reads the next attribute in the stream and returns it as a <code>java.sql.Time</code> object.
205 java.sql.Time readTime() throws SQLException;
208 * Reads the next attribute in the stream and returns it as a <code>java.sql.Timestamp</code> object.
216 java.sql.Timestamp readTimestamp() throws SQLException;
H A DSQLOutput.java26 package java.sql;
54 // java.sql.ResultSet.
187 * Writes the next attribute to the stream as a java.sql.Date object.
188 * Writes the next attribute to the stream as a <code>java.sql.Date</code> object
197 void writeDate(java.sql.Date x) throws SQLException;
200 * Writes the next attribute to the stream as a java.sql.Time object.
201 * Writes the next attribute to the stream as a <code>java.sql.Date</code> object
210 void writeTime(java.sql.Time x) throws SQLException;
213 * Writes the next attribute to the stream as a java.sql.Timestamp object.
214 * Writes the next attribute to the stream as a <code>java.sql
[all...]
H A DSQLNonTransientConnectionException.java26 package java.sql;
38 public class SQLNonTransientConnectionException extends java.sql.SQLNonTransientException {
H A DSQLNonTransientException.java26 package java.sql;
36 public class SQLNonTransientException extends java.sql.SQLException {
H A DSQLRecoverableException.java26 package java.sql;
39 public class SQLRecoverableException extends java.sql.SQLException {
H A DSQLTransientConnectionException.java26 package java.sql;
38 public class SQLTransientConnectionException extends java.sql.SQLTransientException {
H A DSQLTransientException.java26 package java.sql;
36 public class SQLTransientException extends java.sql.SQLException {
H A DDriver.java26 package java.sql;
H A DParameterMetaData.java26 package java.sql;
129 * @return SQL type from <code>java.sql.Types</code>
H A DTypes.java26 package java.sql;
H A DPreparedStatement.java26 package java.sql;
103 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
253 * Sets the designated parameter to the given <code>java.sql.Date</code> value
265 void setDate(int parameterIndex, java.sql.Date x)
269 * Sets the designated parameter to the given <code>java.sql.Time</code> value.
279 void setTime(int parameterIndex, java.sql.Time x)
283 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
293 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
395 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
541 * Sets the designated parameter to the given <code>java.sql
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DBaseRow.java28 import java.sql.*;
H A DXmlErrorHandler.java32 import javax.sql.rowset.*;
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_sql_Timestamp.java31 import java.sql.Timestamp;
/openjdk7/jdk/make/javax/
H A DMakefile39 sql \
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialStruct.java26 package javax.sql.rowset.serial;
28 import java.sql.*;
29 import javax.sql.*;
35 import javax.sql.rowset.*;
88 * @see java.sql.Struct
238 } else if (attribs[i] instanceof java.sql.Array) {
239 attribs[i] = new SerialArray((java.sql.Array)attribs[i], map);
H A DSQLInputImpl.java26 package javax.sql.rowset.serial;
28 import java.sql.*;
29 import javax.sql.*;
61 * @see java.sql.SQLData
156 // java.sql.ResultSet.
416 * a <code>java.sql.Date</code> object.
427 public java.sql.Date readDate() throws SQLException {
428 java.sql.Date attrib = (java.sql.Date)getNextAttribute();
441 * a <code>java.sql
[all...]
H A DSerialArray.java26 package javax.sql.rowset.serial;
28 import java.sql.*;
64 * <code>java.sql.Types</code>.
113 * Note: (2) If the <code>Array</code> contains <code>java.sql.Types.JAVA_OBJECT</code>
157 case java.sql.Types.STRUCT:
163 case java.sql.Types.ARRAY:
169 case java.sql.Types.BLOB:
175 case java.sql.Types.CLOB:
181 case java.sql.Types.DATALINK:
187 case java.sql
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetMetaData.java26 package javax.sql;
28 import java.sql.*;
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java26 package javax.sql.rowset;
28 import java.sql.*;
29 import javax.sql.*;
35 import javax.sql.rowset.spi.*;
208 * <code>java.sql.ResultSet</code> and return a <code>RowSetMetaData</code> object.
652 * @see java.sql.ResultSet
653 * @see java.sql.ResultSetMetaData
682 * @see java.sql.Connection
741 * @see #acceptChanges(java.sql.Connection)
742 * @see javax.sql
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/providers/
H A DRIOptimisticProvider.java29 import javax.sql.*;
32 import javax.sql.rowset.spi.*;
46 * rowsets as <code>javax.sql.RowSetReader</code> and <code>javax.sql.RowSetWriter</code>
84 * @see javax.sql.rowset.spi.SyncProvider
85 * @see javax.sql.rowset.spi.SyncProviderException
86 * @see javax.sql.rowset.spi.SyncFactory
87 * @see javax.sql.rowset.spi.SyncFactoryException
135 * Returns the <code>'javax.sql.rowset.providers.RIOptimisticProvider'</code>
145 * Returns the <code>javax.sql
[all...]
H A DRIXMLProvider.java30 import java.sql.*;
31 import javax.sql.*;
33 import javax.sql.rowset.spi.*;
73 * @see javax.sql.rowset.spi.SyncProvider
74 * @see javax.sql.rowset.spi.SyncProviderException
75 * @see javax.sql.rowset.spi.SyncFactory
76 * @see javax.sql.rowset.spi.SyncFactoryException
114 * Returns <code>"javax.sql.rowset.providers.RIXMLProvider"</code>, which is
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java28 import java.sql.*;
29 import javax.sql.*;
37 import javax.sql.rowset.*;
38 import javax.sql.rowset.spi.*;
117 (String)env.get(javax.sql.rowset.spi.SyncFactory.ROWSET_SYNC_PROVIDER);

Completed in 99 milliseconds

123456