OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLClientInfoException
(Results
1 - 16
of
16
) sorted by null
/libcore/ojluni/src/main/java/java/sql/
SQLClientInfoException.java
32
* by <code>SQLException</code>, a <code>
SQLClientInfoException
</code> provides a list of client info
42
* the appropriate <code>
SQLClientInfoException
</code> constructor.
48
public class
SQLClientInfoException
extends SQLException {
56
* Constructs a <code>
SQLClientInfoException
</code> Object.
67
public
SQLClientInfoException
() {
73
* Constructs a <code>
SQLClientInfoException
</code> object initialized with a
92
public
SQLClientInfoException
(Map<String, ClientInfoStatus> failedProperties) {
98
* Constructs a <code>
SQLClientInfoException
</code> object initialized with
118
public
SQLClientInfoException
(Map<String, ClientInfoStatus> failedProperties,
127
* Constructs a <code>
SQLClientInfoException
</code> object initialized with
[
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
;
234
throws
SQLClientInfoException
{
239
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
();
/libcore/
openjdk_java_files.mk
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 219 milliseconds