java.util.concurrent.Callable<EmbedConnection>
public static final class InternalDriver.LoginCallable extends java.lang.Object implements java.util.concurrent.Callable<EmbedConnection>
Modifier and Type | Field | Description |
---|---|---|
private InternalDriver |
_driver |
|
private java.util.Properties |
_info |
|
private java.lang.String |
_url |
Constructor | Description |
---|---|
LoginCallable(InternalDriver driver,
java.lang.String url,
java.util.Properties info) |
Modifier and Type | Method | Description |
---|---|---|
EmbedConnection |
call() |
private InternalDriver _driver
private java.lang.String _url
private java.util.Properties _info
public LoginCallable(InternalDriver driver, java.lang.String url, java.util.Properties info)
public EmbedConnection call() throws java.sql.SQLException
call
in interface java.util.concurrent.Callable<EmbedConnection>
java.sql.SQLException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.