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, 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.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,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
RegexMatchTimeoutException
public static void AppendKeyValuePair(StringBuilder builder, java.lang.String keyword, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, RegexMatchTimeoutException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionRegexMatchTimeoutExceptionNotSupportedExceptionpublic static void AppendKeyValuePair(StringBuilder builder, java.lang.String keyword, java.lang.String value, boolean useOdbcRules) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, RegexMatchTimeoutException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionRegexMatchTimeoutExceptionNotSupportedExceptionpublic 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,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic boolean ContainsKey(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic boolean EquivalentTo(DbConnectionStringBuilder connectionStringBuilder) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionpublic boolean getBrowsableConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConnectionString()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
RegexMatchTimeoutException,
IndexOutOfRangeException,
NotSupportedException
public int getCount()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic 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, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic ICollection getValues() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public boolean Remove(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void setBrowsableConnectionString(boolean BrowsableConnectionString)
throws java.lang.Throwable
java.lang.Throwablepublic void setConnectionString(java.lang.String ConnectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RegexMatchTimeoutException,
CultureNotFoundException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerablepublic boolean ShouldSerialize(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic boolean TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException