public final class BinaryStatementRegistry extends Object
| 构造器和说明 |
|---|
BinaryStatementRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectionScopeBinaryStatementRegistry |
get(int connectionId)
Get connection scope binary statement registry.
|
static BinaryStatementRegistry |
getInstance()
Get instance of binary statement registry.
|
void |
register(int connectionId)
Register.
|
void |
unregister(int connectionId)
Unregister.
|
public static BinaryStatementRegistry getInstance()
public void register(int connectionId)
connectionId - connection idpublic void unregister(int connectionId)
connectionId - connection idpublic ConnectionScopeBinaryStatementRegistry get(int connectionId)
connectionId - connection idCopyright © 2019 The Apache Software Foundation. All rights reserved.