HomeSort by relevance Sort by last modified time
    Searched defs:sql (Results 1 - 25 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsr305/sampleUses/src/main/java/java/sql/
ResultSetConcurrency.java 1 package java.sql;
ResultSetHoldability.java 1 package java.sql;
ResultSetType.java 1 package java.sql;
  /external/tensorflow/tensorflow/core/kernels/data/sql/
driver_manager.cc 15 #include "tensorflow/core/kernels/data/sql/driver_manager.h"
16 #include "tensorflow/core/kernels/data/sql/sqlite_query_connection.h"
20 namespace sql { namespace in namespace:tensorflow
32 } // namespace sql
driver_manager.h 18 #include "tensorflow/core/kernels/data/sql/query_connection.h"
22 namespace sql { namespace in namespace:tensorflow
37 } // namespace sql
  /libcore/ojluni/src/main/java/java/sql/
NClob.java 26 package java.sql;
28 import java.sql.Clob;
32 * for the SQL <code>NCLOB</code> type.
33 * An SQL <code>NCLOB</code> is a built-in type
38 * length of an SQL <code>NCLOB</code> value,
46 * access an SQL <code>NCLOB</code> value. In addition, this interface
SQLPermission.java 26 package java.sql;
SQLDataException.java 26 package java.sql;
84 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
101 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLFeatureNotSupportedException.java 26 package java.sql;
87 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
104 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
152 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
168 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLIntegrityConstraintViolationException.java 26 package java.sql;
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
163 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLInvalidAuthorizationSpecException.java 26 package java.sql;
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
147 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
163 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLNonTransientConnectionException.java 26 package java.sql;
38 public class SQLNonTransientConnectionException extends java.sql.SQLNonTransientException {
83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLNonTransientException.java 26 package java.sql;
36 public class SQLNonTransientException extends java.sql.SQLException {
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLRecoverableException.java 26 package java.sql;
39 public class SQLRecoverableException extends java.sql.SQLException {
83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
148 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
164 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLSyntaxErrorException.java 26 package java.sql;
31 * in-progress query has violated SQL syntax rules.
81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
146 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTimeoutException.java 26 package java.sql;
79 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
96 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
144 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
160 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
SQLTransactionRollbackException.java 26 package java.sql;
81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
146 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
162 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
  /libcore/ojluni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 26 package javax.sql;
28 import java.sql.SQLException;
DataSource.java 26 package javax.sql;
28 import java.sql.Connection;
29 import java.sql.SQLException;
30 import java.sql.Wrapper;
RowSetEvent.java 26 package javax.sql;
RowSetReader.java 26 package javax.sql;
28 import java.sql.*;
RowSetWriter.java 26 package javax.sql;
28 import java.sql.*;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DatabaseMetaDataTest.java 18 package org.apache.harmony.sql.tests.java.sql;
20 import static java.sql.DatabaseMetaData.*;
TestHelper_Driver3.java 18 package org.apache.harmony.sql.tests.java.sql;
TypesTest.java 18 package org.apache.harmony.sql.tests.java.sql;
21 import static java.sql.Types.*;

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>