Searched defs:sql (Results 1 - 25 of 142) sorted by path

123456

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DBatchUpdateExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.BatchUpdateException;
292 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(Throwable)}
308 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(int[], Throwable)}
327 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, int[], Throwable)}
347 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int[], Throwable)}
362 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int, int[], Throwable)}
H A DConnectionTest.java18 package org.apache.harmony.sql.tests.java.sql;
54 connectionClass = Class.forName("java.sql.Connection");
56 fail("java.sql.Connection class not found!");
H A DDataTruncationTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.DataTruncation;
97 * @tests {@link java.sql.DataTruncation#DataTruncation(int, boolean, boolean, int, int, Throwable)}
H A DDatabaseMetaDataTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import static java.sql.DatabaseMetaData.*;
H A DDateTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.Date;
27 * JUnit Testcase for the java.sql.Date class
320 * @tests java.sql.Date#valueOf(String)
H A DDriverManagerTest.java18 package org.apache.harmony.sql.tests.java.sql;
26 import java.sql.Connection;
27 import java.sql.Driver;
28 import java.sql.DriverManager;
29 import java.sql.DriverPropertyInfo;
30 import java.sql.SQLException;
31 import java.sql.SQLPermission;
39 * JUnit Testcase for the java.sql.DriverManager class
44 static final String DRIVER1 = "org.apache.harmony.sql
[all...]
H A DDriverPropertyInfoTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.DriverPropertyInfo;
26 * JUnit Testcase for the java.sql.DriverPropertyInfo class
H A DParameterMetaDataTest.java18 package org.apache.harmony.sql.tests.java.sql;
59 .forName("java.sql.ParameterMetaData");
61 fail("java.sql.ParameterMetaData class not found!");
H A DResultSetMetaDataTest.java18 package org.apache.harmony.sql.tests.java.sql;
49 .forName("java.sql.ResultSetMetaData");
51 fail("java.sql.ResultSetMetaData class not found!");
H A DResultSetTest.java18 package org.apache.harmony.sql.tests.java.sql;
67 resultSetClass = Class.forName("java.sql.ResultSet");
69 fail("java.sql.ResultSet class not found!");
H A DSQLClientInfoExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.ClientInfoStatus;
22 import java.sql.SQLClientInfoException;
34 * @tests java.sql.SQLClientInfoException#SQLClientInfoException()
50 * @tests java.sql.SQLClientInfoException#SQLClientInfoException(Map<String, ClientInfoStatus>)
71 * @tests java.sql.SQLClientInfoException#SQLClientInfoException(Map<String, ClientInfoStatus>, Throwable)
110 * @tests java.sql.SQLClientInfoException#SQLClientInfoException(String, Map<String, ClientInfoStatus>)
133 * @tests java.sql.SQLClientInfoException#SQLClientInfoException(String, Map<String, ClientInfoStatus>, Throwable)
160 * @tests java.sql
[all...]
H A DSQLDataExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLDataException;
40 * @test java.sql.SQLDataException(String)
55 * @test java.sql.SQLDataException(String)
69 * @test java.sql.SQLDataException(String, String)
87 * @test java.sql.SQLDataException(String, String)
103 * @test java.sql.SQLDataException(String, String)
119 * @test java.sql.SQLDataException(String, String)
134 * @test java.sql
[all...]
H A DSQLExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
22 import java.sql.SQLException;
42 Class<?> theClass = Class.forName("java.sql.SQLException");
516 * @tests java.sql.SQLException#setNextException(java.sql.SQLException)
540 * @tests {@link java.sql.SQLException#SQLException(Throwable)}
551 * @tests {@link java.sql.SQLException#SQLException(String, Throwable)}
563 * @tests {@link java.sql.SQLException#SQLException(String, String, Throwable)}
576 * @tests {@link java.sql
[all...]
H A DSQLFeatureNotSupportedExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLFeatureNotSupportedException;
40 * @test java.sql.SQLFeatureNotSupportedException(String)
58 * @test java.sql.SQLFeatureNotSupportedException(String)
76 * @test java.sql.SQLFeatureNotSupportedException(String, String)
95 * @test java.sql.SQLFeatureNotSupportedException(String, String)
113 * @test java.sql.SQLFeatureNotSupportedException(String, String)
131 * @test java.sql.SQLFeatureNotSupportedException(String, String)
149 * @test java.sql
[all...]
H A DSQLIntegrityConstraintViolationExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLIntegrityConstraintViolationException;
40 * @test java.sql.SQLIntegrityConstraintViolationException(String)
59 * @test java.sql.SQLIntegrityConstraintViolationException(String)
77 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
98 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
117 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
136 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
154 * @test java.sql
[all...]
H A DSQLInvalidAuthorizationSpecExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLInvalidAuthorizationSpecException;
40 * @test java.sql.SQLInvalidAuthorizationSpecException(String)
59 * @test java.sql.SQLInvalidAuthorizationSpecException(String)
77 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
98 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
117 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
136 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
154 * @test java.sql
[all...]
H A DSQLNonTransientConnectionExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLNonTransientConnectionException;
40 * @test java.sql.SQLNonTransientConnectionException(String)
58 * @test java.sql.SQLNonTransientConnectionException(String)
76 * @test java.sql.SQLNonTransientConnectionException(String, String)
97 * @test java.sql.SQLNonTransientConnectionException(String, String)
115 * @test java.sql.SQLNonTransientConnectionException(String, String)
134 * @test java.sql.SQLNonTransientConnectionException(String, String)
152 * @test java.sql
[all...]
H A DSQLNonTransientExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLNonTransientException;
40 * @test java.sql.SQLNonTransientException(String)
56 * @test java.sql.SQLNonTransientException(String)
71 * @test java.sql.SQLNonTransientException(String, String)
89 * @test java.sql.SQLNonTransientException(String, String)
105 * @test java.sql.SQLNonTransientException(String, String)
121 * @test java.sql.SQLNonTransientException(String, String)
136 * @test java.sql
[all...]
H A DSQLRecoverableExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLRecoverableException;
40 * @test java.sql.SQLRecoverableException(String)
56 * @test java.sql.SQLRecoverableException(String)
71 * @test java.sql.SQLRecoverableException(String, String)
89 * @test java.sql.SQLRecoverableException(String, String)
105 * @test java.sql.SQLRecoverableException(String, String)
121 * @test java.sql.SQLRecoverableException(String, String)
136 * @test java.sql
[all...]
H A DSQLSyntaxErrorExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLSyntaxErrorException;
40 * @test java.sql.SQLSyntaxErrorException(String)
56 * @test java.sql.SQLSyntaxErrorException(String)
71 * @test java.sql.SQLSyntaxErrorException(String, String)
89 * @test java.sql.SQLSyntaxErrorException(String, String)
105 * @test java.sql.SQLSyntaxErrorException(String, String)
121 * @test java.sql.SQLSyntaxErrorException(String, String)
136 * @test java.sql
[all...]
H A DSQLTimeoutExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLTimeoutException;
40 * @test java.sql.SQLTimeoutException(String)
56 * @test java.sql.SQLTimeoutException(String)
71 * @test java.sql.SQLTimeoutException(String, String)
89 * @test java.sql.SQLTimeoutException(String, String)
105 * @test java.sql.SQLTimeoutException(String, String)
121 * @test java.sql.SQLTimeoutException(String, String)
136 * @test java.sql
[all...]
H A DSQLTransactionRollbackExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLTransactionRollbackException;
40 * @test java.sql.SQLTransactionRollbackException(String)
58 * @test java.sql.SQLTransactionRollbackException(String)
76 * @test java.sql.SQLTransactionRollbackException(String, String)
95 * @test java.sql.SQLTransactionRollbackException(String, String)
113 * @test java.sql.SQLTransactionRollbackException(String, String)
131 * @test java.sql.SQLTransactionRollbackException(String, String)
149 * @test java.sql
[all...]
H A DSQLTransientConnectionExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLTransientConnectionException;
40 * @test java.sql.SQLTransientConnectionException(String)
58 * @test java.sql.SQLTransientConnectionException(String)
76 * @test java.sql.SQLTransientConnectionException(String, String)
95 * @test java.sql.SQLTransientConnectionException(String, String)
113 * @test java.sql.SQLTransientConnectionException(String, String)
131 * @test java.sql.SQLTransientConnectionException(String, String)
149 * @test java.sql
[all...]
H A DSQLTransientExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLTransientException;
40 * @test java.sql.SQLTransientException(String)
56 * @test java.sql.SQLTransientException(String)
71 * @test java.sql.SQLTransientException(String, String)
89 * @test java.sql.SQLTransientException(String, String)
105 * @test java.sql.SQLTransientException(String, String)
121 * @test java.sql.SQLTransientException(String, String)
136 * @test java.sql
[all...]
H A DSQLWarningTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.SQLException;
22 import java.sql.SQLWarning;
318 * @tests java.sql.SQLWarning#setNextWarning(java.sql.SQLWarning)
351 * @tests {@link java.sql.SQLWarning#SQLWarning(Throwable)}
362 * @tests {@link java.sql.SQLWarning#SQLWarning(String, Throwable)}
374 * @tests {@link java.sql.SQLWarning#SQLWarning(String, String, Throwable)}
387 * @tests {@link java.sql
[all...]

Completed in 1840 milliseconds

123456