Package system.data.sqlclient
Class SqlConnectionStringBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.data.common.DbConnectionStringBuilder
-
- system.data.sqlclient.SqlConnectionStringBuilder
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected,ICustomTypeDescriptor
public class SqlConnectionStringBuilder extends DbConnectionStringBuilder
The base .NET class managing System.Data.SqlClient.SqlConnectionStringBuilder, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.SqlClient.SqlConnectionStringBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description SqlConnectionStringBuilder()SqlConnectionStringBuilder(java.lang.Object instance)Internal constructor.SqlConnectionStringBuilder(java.lang.String connectionString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlConnectionStringBuildercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSqlConnectionStringBuilder, a cast assert is made to check if types are compatible.voidClear()booleanContainsKey(java.lang.String keyword)ApplicationIntentgetApplicationIntent()java.lang.StringgetApplicationName()booleangetAsynchronousProcessing()java.lang.StringgetAttachDBFilename()SqlAuthenticationMethodgetAuthentication()SqlConnectionColumnEncryptionSettinggetColumnEncryptionSetting()booleangetConnectionReset()intgetConnectRetryCount()intgetConnectRetryInterval()intgetConnectTimeout()booleangetContextConnection()java.lang.StringgetCurrentLanguage()java.lang.StringgetDataSource()java.lang.StringgetEnclaveAttestationUrl()booleangetEncrypt()booleangetEnlist()java.lang.StringgetFailoverPartner()java.lang.StringgetInitialCatalog()booleangetIntegratedSecurity()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintgetLoadBalanceTimeout()intgetMaxPoolSize()intgetMinPoolSize()booleangetMultipleActiveResultSets()booleangetMultiSubnetFailover()java.lang.StringgetNetworkLibrary()intgetPacketSize()java.lang.StringgetPassword()booleangetPersistSecurityInfo()PoolBlockingPeriodgetPoolBlockingPeriod()booleangetPooling()booleangetReplication()java.lang.StringgetTransactionBinding()booleangetTransparentNetworkIPResolution()booleangetTrustServerCertificate()java.lang.StringgetTypeSystemVersion()java.lang.StringgetUserID()booleangetUserInstance()java.lang.StringgetWorkstationID()booleanRemove(java.lang.String keyword)voidsetApplicationIntent(ApplicationIntent ApplicationIntent)voidsetApplicationName(java.lang.String ApplicationName)voidsetAsynchronousProcessing(boolean AsynchronousProcessing)voidsetAttachDBFilename(java.lang.String AttachDBFilename)voidsetAuthentication(SqlAuthenticationMethod Authentication)voidsetColumnEncryptionSetting(SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting)voidsetConnectionReset(boolean ConnectionReset)voidsetConnectRetryCount(int ConnectRetryCount)voidsetConnectRetryInterval(int ConnectRetryInterval)voidsetConnectTimeout(int ConnectTimeout)voidsetContextConnection(boolean ContextConnection)voidsetCurrentLanguage(java.lang.String CurrentLanguage)voidsetDataSource(java.lang.String DataSource)voidsetEnclaveAttestationUrl(java.lang.String EnclaveAttestationUrl)voidsetEncrypt(boolean Encrypt)voidsetEnlist(boolean Enlist)voidsetFailoverPartner(java.lang.String FailoverPartner)voidsetInitialCatalog(java.lang.String InitialCatalog)voidsetIntegratedSecurity(boolean IntegratedSecurity)voidsetJCOInstance(JCObject instance)voidsetLoadBalanceTimeout(int LoadBalanceTimeout)voidsetMaxPoolSize(int MaxPoolSize)voidsetMinPoolSize(int MinPoolSize)voidsetMultipleActiveResultSets(boolean MultipleActiveResultSets)voidsetMultiSubnetFailover(boolean MultiSubnetFailover)voidsetNetworkLibrary(java.lang.String NetworkLibrary)voidsetPacketSize(int PacketSize)voidsetPassword(java.lang.String Password)voidsetPersistSecurityInfo(boolean PersistSecurityInfo)voidsetPoolBlockingPeriod(PoolBlockingPeriod PoolBlockingPeriod)voidsetPooling(boolean Pooling)voidsetReplication(boolean Replication)voidsetTransactionBinding(java.lang.String TransactionBinding)voidsetTransparentNetworkIPResolution(boolean TransparentNetworkIPResolution)voidsetTrustServerCertificate(boolean TrustServerCertificate)voidsetTypeSystemVersion(java.lang.String TypeSystemVersion)voidsetUserID(java.lang.String UserID)voidsetUserInstance(boolean UserInstance)voidsetWorkstationID(java.lang.String WorkstationID)booleanShouldSerialize(java.lang.String keyword)booleanTryGetValue(java.lang.String keyword, JCORefOut<NetObject> value)-
Methods inherited from class system.data.common.DbConnectionStringBuilder
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionString
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.ICustomTypeDescriptor
GetAttributes, GetClassName, GetComponentName, GetConverter, GetDefaultEvent, GetDefaultProperty, GetEditor, GetEvents, GetEvents, GetProperties, GetProperties, GetPropertyOwner
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.SqlClient.SqlConnectionStringBuilder- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlConnectionStringBuilder
public SqlConnectionStringBuilder(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlConnectionStringBuilder
public SqlConnectionStringBuilder() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, NotSupportedException
-
SqlConnectionStringBuilder
public SqlConnectionStringBuilder(java.lang.String connectionString) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceICustomTypeDescriptor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceICustomTypeDescriptor- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceICustomTypeDescriptor- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceICustomTypeDescriptor- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDbConnectionStringBuilder- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDbConnectionStringBuilder
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceICustomTypeDescriptor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDbConnectionStringBuilder- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlConnectionStringBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlConnectionStringBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ContainsKey
public boolean ContainsKey(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException- Overrides:
ContainsKeyin classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullException
-
Remove
public boolean Remove(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException- Overrides:
Removein classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException
-
ShouldSerialize
public boolean ShouldSerialize(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
ShouldSerializein classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
TryGetValue
public boolean TryGetValue(java.lang.String keyword, JCORefOut<NetObject> value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException- Overrides:
TryGetValuein classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException- Overrides:
Clearin classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException
-
getAsynchronousProcessing
public boolean getAsynchronousProcessing() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAsynchronousProcessing
public void setAsynchronousProcessing(boolean AsynchronousProcessing) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getConnectionReset
public boolean getConnectionReset() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectionReset
public void setConnectionReset(boolean ConnectionReset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getContextConnection
public boolean getContextConnection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContextConnection
public void setContextConnection(boolean ContextConnection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getEncrypt
public boolean getEncrypt() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEncrypt
public void setEncrypt(boolean Encrypt) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getEnlist
public boolean getEnlist() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnlist
public void setEnlist(boolean Enlist) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getIntegratedSecurity
public boolean getIntegratedSecurity() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIntegratedSecurity
public void setIntegratedSecurity(boolean IntegratedSecurity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getMultipleActiveResultSets
public boolean getMultipleActiveResultSets() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMultipleActiveResultSets
public void setMultipleActiveResultSets(boolean MultipleActiveResultSets) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getMultiSubnetFailover
public boolean getMultiSubnetFailover() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMultiSubnetFailover
public void setMultiSubnetFailover(boolean MultiSubnetFailover) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getPersistSecurityInfo
public boolean getPersistSecurityInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPersistSecurityInfo
public void setPersistSecurityInfo(boolean PersistSecurityInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getPooling
public boolean getPooling() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPooling
public void setPooling(boolean Pooling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getReplication
public boolean getReplication() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReplication
public void setReplication(boolean Replication) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getTransparentNetworkIPResolution
public boolean getTransparentNetworkIPResolution() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransparentNetworkIPResolution
public void setTransparentNetworkIPResolution(boolean TransparentNetworkIPResolution) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getTrustServerCertificate
public boolean getTrustServerCertificate() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTrustServerCertificate
public void setTrustServerCertificate(boolean TrustServerCertificate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getUserInstance
public boolean getUserInstance() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUserInstance
public void setUserInstance(boolean UserInstance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getConnectRetryCount
public int getConnectRetryCount() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectRetryCount
public void setConnectRetryCount(int ConnectRetryCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getConnectRetryInterval
public int getConnectRetryInterval() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectRetryInterval
public void setConnectRetryInterval(int ConnectRetryInterval) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getConnectTimeout
public int getConnectTimeout() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectTimeout
public void setConnectTimeout(int ConnectTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getLoadBalanceTimeout
public int getLoadBalanceTimeout() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setLoadBalanceTimeout
public void setLoadBalanceTimeout(int LoadBalanceTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getMaxPoolSize
public int getMaxPoolSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMaxPoolSize
public void setMaxPoolSize(int MaxPoolSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getMinPoolSize
public int getMinPoolSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinPoolSize
public void setMinPoolSize(int MinPoolSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException
-
getPacketSize
public int getPacketSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPacketSize
public void setPacketSize(int PacketSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RegexMatchTimeoutException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutException
-
getApplicationIntent
public ApplicationIntent getApplicationIntent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationIntent
public void setApplicationIntent(ApplicationIntent ApplicationIntent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutException
-
getPoolBlockingPeriod
public PoolBlockingPeriod getPoolBlockingPeriod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPoolBlockingPeriod
public void setPoolBlockingPeriod(PoolBlockingPeriod PoolBlockingPeriod) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutException
-
getAuthentication
public SqlAuthenticationMethod getAuthentication() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAuthentication
public void setAuthentication(SqlAuthenticationMethod Authentication) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutException
-
getColumnEncryptionSetting
public SqlConnectionColumnEncryptionSetting getColumnEncryptionSetting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setColumnEncryptionSetting
public void setColumnEncryptionSetting(SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionRegexMatchTimeoutException
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getAttachDBFilename
public java.lang.String getAttachDBFilename() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAttachDBFilename
public void setAttachDBFilename(java.lang.String AttachDBFilename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getCurrentLanguage
public java.lang.String getCurrentLanguage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCurrentLanguage
public void setCurrentLanguage(java.lang.String CurrentLanguage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getDataSource
public java.lang.String getDataSource() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataSource
public void setDataSource(java.lang.String DataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getEnclaveAttestationUrl
public java.lang.String getEnclaveAttestationUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnclaveAttestationUrl
public void setEnclaveAttestationUrl(java.lang.String EnclaveAttestationUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getFailoverPartner
public java.lang.String getFailoverPartner() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFailoverPartner
public void setFailoverPartner(java.lang.String FailoverPartner) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getInitialCatalog
public java.lang.String getInitialCatalog() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInitialCatalog
public void setInitialCatalog(java.lang.String InitialCatalog) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getNetworkLibrary
public java.lang.String getNetworkLibrary() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setNetworkLibrary
public void setNetworkLibrary(java.lang.String NetworkLibrary) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, RegexMatchTimeoutException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionRegexMatchTimeoutException
-
getPassword
public java.lang.String getPassword() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPassword
public void setPassword(java.lang.String Password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getTransactionBinding
public java.lang.String getTransactionBinding() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransactionBinding
public void setTransactionBinding(java.lang.String TransactionBinding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getTypeSystemVersion
public java.lang.String getTypeSystemVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTypeSystemVersion
public void setTypeSystemVersion(java.lang.String TypeSystemVersion) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getUserID
public java.lang.String getUserID() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUserID
public void setUserID(java.lang.String UserID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getWorkstationID
public java.lang.String getWorkstationID() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setWorkstationID
public void setWorkstationID(java.lang.String WorkstationID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
-