| java.lang.Object org.h2.engine.ConnectionInfo
ConnectionInfo | public class ConnectionInfo (Code) | | Encapsulates the connection settings, including user name and password.
|
getFilePasswordHash | public byte[] getFilePasswordHash()(Code) | | |
getIntProperty | public int getIntProperty(int setting, int defaultValue)(Code) | | |
getUserPasswordHash | public byte[] getUserPasswordHash()(Code) | | |
isPersistent | public boolean isPersistent()(Code) | | |
isRemote | public boolean isRemote()(Code) | | |
isSSL | public boolean isSSL()(Code) | | |
isUnnamed | public boolean isUnnamed()(Code) | | |
removeProperty | public boolean removeProperty(String key, boolean defaultValue)(Code) | | |
setFilePasswordHash | public void setFilePasswordHash(byte[] bs)(Code) | | |
setUserPasswordHash | public void setUserPasswordHash(byte[] bs)(Code) | | |
|
|