HomeSort by relevance Sort by last modified time
    Searched refs:SQLClientInfoException (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/java/sql/
SQLClientInfoException.java 27 public class SQLClientInfoException extends SQLException {
33 * Creates an SQLClientInfoException object. The Reason string is set to
36 public SQLClientInfoException() {
41 * Creates an SQLClientInfoException object. The Reason string is set to the
50 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties) {
55 * Creates an SQLClientInfoException object. The Reason string is set to the
67 public SQLClientInfoException(
74 * Creates an SQLClientInfoException object. The Reason string is set to
84 public SQLClientInfoException(String reason,
91 * Creates an SQLClientInfoException object. The Reason string is set t
    [all...]
Connection.java     [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 22 import java.sql.SQLClientInfoException;
34 * @tests java.sql.SQLClientInfoException#SQLClientInfoException()
37 SQLClientInfoException sqlClientInfoException = new SQLClientInfoException();
38 assertNull("The SQLState of SQLClientInfoException should be null",
39 sqlClientInfoException.getSQLState());
40 assertNull("The reason of SQLClientInfoException should be null",
41 sqlClientInfoException.getMessage())
    [all...]
TestHelper_Connection1.java 28 import java.sql.SQLClientInfoException;
235 throws SQLClientInfoException {
240 throws SQLClientInfoException {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 485 throws SQLClientInfoException {
486 throw new SQLClientInfoException();
489 public void setClientInfo(Properties prop) throws SQLClientInfoException {
490 throw new SQLClientInfoException();
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 286 milliseconds