public class SqlConnectionStringBuilder extends DbConnectionStringBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlClient.SqlConnectionStringBuilder
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.SqlClient.SqlConnectionStringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
SqlConnectionStringBuilder() |
SqlConnectionStringBuilder(java.lang.Object instance)
Internal constructor.
|
SqlConnectionStringBuilder(java.lang.String connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static SqlConnectionStringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlConnectionStringBuilder, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
ContainsKey(java.lang.String keyword) |
ApplicationIntent |
getApplicationIntent() |
java.lang.String |
getApplicationName() |
boolean |
getAsynchronousProcessing() |
java.lang.String |
getAttachDBFilename() |
SqlAuthenticationMethod |
getAuthentication() |
SqlConnectionColumnEncryptionSetting |
getColumnEncryptionSetting() |
boolean |
getConnectionReset() |
int |
getConnectRetryCount() |
int |
getConnectRetryInterval() |
int |
getConnectTimeout() |
boolean |
getContextConnection() |
java.lang.String |
getCurrentLanguage() |
java.lang.String |
getDataSource() |
java.lang.String |
getEnclaveAttestationUrl() |
boolean |
getEncrypt() |
boolean |
getEnlist() |
java.lang.String |
getFailoverPartner() |
java.lang.String |
getInitialCatalog() |
boolean |
getIntegratedSecurity() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLoadBalanceTimeout() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
boolean |
getMultipleActiveResultSets() |
boolean |
getMultiSubnetFailover() |
java.lang.String |
getNetworkLibrary() |
int |
getPacketSize() |
java.lang.String |
getPassword() |
boolean |
getPersistSecurityInfo() |
PoolBlockingPeriod |
getPoolBlockingPeriod() |
boolean |
getPooling() |
boolean |
getReplication() |
java.lang.String |
getTransactionBinding() |
boolean |
getTransparentNetworkIPResolution() |
boolean |
getTrustServerCertificate() |
java.lang.String |
getTypeSystemVersion() |
java.lang.String |
getUserID() |
boolean |
getUserInstance() |
java.lang.String |
getWorkstationID() |
boolean |
Remove(java.lang.String keyword) |
void |
setApplicationIntent(ApplicationIntent ApplicationIntent) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setAsynchronousProcessing(boolean AsynchronousProcessing) |
void |
setAttachDBFilename(java.lang.String AttachDBFilename) |
void |
setAuthentication(SqlAuthenticationMethod Authentication) |
void |
setColumnEncryptionSetting(SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting) |
void |
setConnectionReset(boolean ConnectionReset) |
void |
setConnectRetryCount(int ConnectRetryCount) |
void |
setConnectRetryInterval(int ConnectRetryInterval) |
void |
setConnectTimeout(int ConnectTimeout) |
void |
setContextConnection(boolean ContextConnection) |
void |
setCurrentLanguage(java.lang.String CurrentLanguage) |
void |
setDataSource(java.lang.String DataSource) |
void |
setEnclaveAttestationUrl(java.lang.String EnclaveAttestationUrl) |
void |
setEncrypt(boolean Encrypt) |
void |
setEnlist(boolean Enlist) |
void |
setFailoverPartner(java.lang.String FailoverPartner) |
void |
setInitialCatalog(java.lang.String InitialCatalog) |
void |
setIntegratedSecurity(boolean IntegratedSecurity) |
void |
setJCOInstance(JCObject instance) |
void |
setLoadBalanceTimeout(int LoadBalanceTimeout) |
void |
setMaxPoolSize(int MaxPoolSize) |
void |
setMinPoolSize(int MinPoolSize) |
void |
setMultipleActiveResultSets(boolean MultipleActiveResultSets) |
void |
setMultiSubnetFailover(boolean MultiSubnetFailover) |
void |
setNetworkLibrary(java.lang.String NetworkLibrary) |
void |
setPacketSize(int PacketSize) |
void |
setPassword(java.lang.String Password) |
void |
setPersistSecurityInfo(boolean PersistSecurityInfo) |
void |
setPoolBlockingPeriod(PoolBlockingPeriod PoolBlockingPeriod) |
void |
setPooling(boolean Pooling) |
void |
setReplication(boolean Replication) |
void |
setTransactionBinding(java.lang.String TransactionBinding) |
void |
setTransparentNetworkIPResolution(boolean TransparentNetworkIPResolution) |
void |
setTrustServerCertificate(boolean TrustServerCertificate) |
void |
setTypeSystemVersion(java.lang.String TypeSystemVersion) |
void |
setUserID(java.lang.String UserID) |
void |
setUserInstance(boolean UserInstance) |
void |
setWorkstationID(java.lang.String WorkstationID) |
boolean |
ShouldSerialize(java.lang.String keyword) |
boolean |
TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value) |
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionStringGetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetAttributes, GetClassName, GetComponentName, GetConverter, GetDefaultEvent, GetDefaultProperty, GetEditor, GetEvents, GetEvents, GetProperties, GetProperties, GetPropertyOwner, ToICustomTypeDescriptorToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlConnectionStringBuilder()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
NotSupportedException
public SqlConnectionStringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlConnectionStringBuilder(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
public static SqlConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlConnectionStringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlConnectionStringBuilder instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
Clear in class DbConnectionStringBuilderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic boolean ContainsKey(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException
ContainsKey in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionpublic ApplicationIntent getApplicationIntent() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAsynchronousProcessing()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAttachDBFilename()
throws java.lang.Throwable
java.lang.Throwablepublic SqlAuthenticationMethod getAuthentication() throws java.lang.Throwable
java.lang.Throwablepublic SqlConnectionColumnEncryptionSetting getColumnEncryptionSetting() throws java.lang.Throwable
java.lang.Throwablepublic boolean getConnectionReset()
throws java.lang.Throwable
java.lang.Throwablepublic int getConnectRetryCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getConnectRetryInterval()
throws java.lang.Throwable
java.lang.Throwablepublic int getConnectTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getContextConnection()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCurrentLanguage()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataSource()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEnclaveAttestationUrl()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEncrypt()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnlist()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFailoverPartner()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInitialCatalog()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIntegratedSecurity()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICustomTypeDescriptorgetJCOAssemblyName in class DbConnectionStringBuilderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICustomTypeDescriptorgetJCOClassName in class DbConnectionStringBuilderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICustomTypeDescriptorgetJCOInstance in class DbConnectionStringBuilderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICustomTypeDescriptorgetJCOObjectName in class DbConnectionStringBuilderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICustomTypeDescriptorgetJCOType in class DbConnectionStringBuilderJCType representing the CLR Type of the instantiated Classpublic int getLoadBalanceTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxPoolSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinPoolSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getMultipleActiveResultSets()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getMultiSubnetFailover()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNetworkLibrary()
throws java.lang.Throwable
java.lang.Throwablepublic int getPacketSize()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPassword()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPersistSecurityInfo()
throws java.lang.Throwable
java.lang.Throwablepublic PoolBlockingPeriod getPoolBlockingPeriod() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPooling()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReplication()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTransactionBinding()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransparentNetworkIPResolution()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrustServerCertificate()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTypeSystemVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserID()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUserInstance()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWorkstationID()
throws java.lang.Throwable
java.lang.Throwablepublic boolean Remove(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
Remove in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setApplicationIntent(ApplicationIntent ApplicationIntent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutExceptionpublic void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setAsynchronousProcessing(boolean AsynchronousProcessing)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setAttachDBFilename(java.lang.String AttachDBFilename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setAuthentication(SqlAuthenticationMethod Authentication) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutExceptionpublic void setColumnEncryptionSetting(SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutExceptionpublic void setConnectionReset(boolean ConnectionReset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setConnectRetryCount(int ConnectRetryCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setConnectRetryInterval(int ConnectRetryInterval)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setConnectTimeout(int ConnectTimeout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setContextConnection(boolean ContextConnection)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setCurrentLanguage(java.lang.String CurrentLanguage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setDataSource(java.lang.String DataSource)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setEnclaveAttestationUrl(java.lang.String EnclaveAttestationUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setEncrypt(boolean Encrypt)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setEnlist(boolean Enlist)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setFailoverPartner(java.lang.String FailoverPartner)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setInitialCatalog(java.lang.String InitialCatalog)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setIntegratedSecurity(boolean IntegratedSecurity)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DbConnectionStringBuilderpublic void setLoadBalanceTimeout(int LoadBalanceTimeout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setMaxPoolSize(int MaxPoolSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setMinPoolSize(int MinPoolSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
public void setMultipleActiveResultSets(boolean MultipleActiveResultSets)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setMultiSubnetFailover(boolean MultiSubnetFailover)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setNetworkLibrary(java.lang.String NetworkLibrary)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionRegexMatchTimeoutExceptionpublic void setPacketSize(int PacketSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setPassword(java.lang.String Password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setPersistSecurityInfo(boolean PersistSecurityInfo)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setPoolBlockingPeriod(PoolBlockingPeriod PoolBlockingPeriod) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutExceptionpublic void setPooling(boolean Pooling)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setReplication(boolean Replication)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setTransactionBinding(java.lang.String TransactionBinding)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setTransparentNetworkIPResolution(boolean TransparentNetworkIPResolution)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setTrustServerCertificate(boolean TrustServerCertificate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setTypeSystemVersion(java.lang.String TypeSystemVersion)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setUserID(java.lang.String UserID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setUserInstance(boolean UserInstance)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setWorkstationID(java.lang.String WorkstationID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public boolean ShouldSerialize(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
ShouldSerialize in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic boolean TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
TryGetValue in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException