Package org.teiid.jdbc
Interface LocalProfile
-
- All Superinterfaces:
ConnectionProfile
- All Known Implementing Classes:
ModuleLocalProfile
public interface LocalProfile extends ConnectionProfile
-
-
Field Summary
Fields Modifier and Type Field Description static Object
DQP_WORK_CONTEXT
static Object
SSL_SESSION
static String
TRANSPORT_NAME
static String
USE_CALLING_THREAD
static String
WAIT_FOR_LOAD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerConnection
createServerConnection(Properties info)
-
Methods inherited from interface org.teiid.jdbc.ConnectionProfile
connect
-
-
-
-
Field Detail
-
USE_CALLING_THREAD
static final String USE_CALLING_THREAD
- See Also:
- Constant Field Values
-
WAIT_FOR_LOAD
static final String WAIT_FOR_LOAD
- See Also:
- Constant Field Values
-
TRANSPORT_NAME
static final String TRANSPORT_NAME
- See Also:
- Constant Field Values
-
DQP_WORK_CONTEXT
static final Object DQP_WORK_CONTEXT
-
SSL_SESSION
static final Object SSL_SESSION
-
-
Method Detail
-
createServerConnection
ServerConnection createServerConnection(Properties info) throws TeiidException
- Throws:
TeiidException
-
-