public class OdbcConnectionStringBuilder extends DbConnectionStringBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Odbc.OdbcConnectionStringBuilder
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.Odbc.OdbcConnectionStringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
OdbcConnectionStringBuilder() |
OdbcConnectionStringBuilder(java.lang.Object instance)
Internal constructor.
|
OdbcConnectionStringBuilder(java.lang.String connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static OdbcConnectionStringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OdbcConnectionStringBuilder, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
ContainsKey(java.lang.String keyword) |
java.lang.String |
getDriver() |
java.lang.String |
getDsn() |
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
|
boolean |
Remove(java.lang.String keyword) |
void |
setDriver(java.lang.String Driver) |
void |
setDsn(java.lang.String Dsn) |
void |
setJCOInstance(JCObject instance) |
boolean |
TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value) |
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionString, ShouldSerializeGetEnumerator, 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 OdbcConnectionStringBuilder()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
NotSupportedException
public OdbcConnectionStringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OdbcConnectionStringBuilder(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
public static OdbcConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OdbcConnectionStringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOdbcConnectionStringBuilder 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,
ArgumentOutOfRangeException,
ArgumentException
ContainsKey in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String getDriver()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDsn()
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 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 setDriver(java.lang.String Driver)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setDsn(java.lang.String Dsn)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DbConnectionStringBuilderpublic 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