public class DbConnectionStringBuilder extends NetObjectEnumerable implements ICustomTypeDescriptor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.DbConnectionStringBuilder
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.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.Common.DbConnectionStringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
DbConnectionStringBuilder() |
DbConnectionStringBuilder(boolean useOdbcRules) |
DbConnectionStringBuilder(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Add(java.lang.String keyword,
NetObject value) |
static void |
AppendKeyValuePair(StringBuilder builder,
java.lang.String keyword,
java.lang.String value) |
static void |
AppendKeyValuePair(StringBuilder builder,
java.lang.String keyword,
java.lang.String value,
boolean useOdbcRules) |
static DbConnectionStringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DbConnectionStringBuilder, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
ContainsKey(java.lang.String keyword) |
boolean |
EquivalentTo(DbConnectionStringBuilder connectionStringBuilder) |
boolean |
getBrowsableConnectionString() |
java.lang.String |
getConnectionString() |
int |
getCount() |
boolean |
getIsFixedSize() |
boolean |
getIsReadOnly() |
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
|
ICollection |
getKeys() |
ICollection |
getValues() |
boolean |
Remove(java.lang.String keyword) |
void |
setBrowsableConnectionString(boolean BrowsableConnectionString) |
void |
setConnectionString(java.lang.String ConnectionString) |
void |
setJCOInstance(JCObject instance) |
boolean |
ShouldSerialize(java.lang.String keyword) |
boolean |
TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value) |
GetEnumerator, 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 DbConnectionStringBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic DbConnectionStringBuilder(boolean useOdbcRules)
throws java.lang.Throwable
java.lang.Throwablepublic DbConnectionStringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Add(java.lang.String keyword,
NetObject value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
NotImplementedException,
RegexMatchTimeoutException,
IndexOutOfRangeException
public static void AppendKeyValuePair(StringBuilder builder, java.lang.String keyword, java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, NotImplementedException, RegexMatchTimeoutException, IndexOutOfRangeException, OutOfMemoryException, ArrayTypeMismatchException, CultureNotFoundException, ExternalException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionRegexMatchTimeoutExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionExternalExceptionpublic static void AppendKeyValuePair(StringBuilder builder, java.lang.String keyword, java.lang.String value, boolean useOdbcRules) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, NotImplementedException, RegexMatchTimeoutException, IndexOutOfRangeException, OutOfMemoryException, ArrayTypeMismatchException, CultureNotFoundException, ExternalException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionRegexMatchTimeoutExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionExternalExceptionpublic static DbConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbConnectionStringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbConnectionStringBuilder instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
EventSourceException,
NotSupportedException,
IndexOutOfRangeException
public boolean ContainsKey(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public boolean EquivalentTo(DbConnectionStringBuilder connectionStringBuilder) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public boolean getBrowsableConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConnectionString()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
OutOfMemoryException,
EventSourceException,
NotImplementedException,
RegexMatchTimeoutException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionEventSourceExceptionNotImplementedExceptionRegexMatchTimeoutExceptionpublic int getCount()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException
public boolean getIsFixedSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICustomTypeDescriptorgetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICustomTypeDescriptorgetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICustomTypeDescriptorgetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICustomTypeDescriptorgetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICustomTypeDescriptorgetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic ICollection getKeys() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, OutOfMemoryException, EventSourceException
public ICollection getValues() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, OutOfMemoryException, EventSourceException
public boolean Remove(java.lang.String keyword)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
OutOfMemoryException,
EventSourceException
public void setBrowsableConnectionString(boolean BrowsableConnectionString)
throws java.lang.Throwable
java.lang.Throwablepublic void setConnectionString(java.lang.String ConnectionString)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
OutOfMemoryException,
EventSourceException,
ArrayTypeMismatchException,
RankException,
NotImplementedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionEventSourceExceptionArrayTypeMismatchExceptionRankExceptionNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerablepublic boolean ShouldSerialize(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public boolean TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException