Package system.data.odbc
Class OdbcConnectionStringBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.data.common.DbConnectionStringBuilder
-
- system.data.odbc.OdbcConnectionStringBuilder
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected,ICustomTypeDescriptor
public class OdbcConnectionStringBuilder extends DbConnectionStringBuilder
The base .NET class managing System.Data.Odbc.OdbcConnectionStringBuilder, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- 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.Odbc.OdbcConnectionStringBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description OdbcConnectionStringBuilder()OdbcConnectionStringBuilder(java.lang.Object instance)Internal constructor.OdbcConnectionStringBuilder(java.lang.String connectionString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OdbcConnectionStringBuildercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoOdbcConnectionStringBuilder, a cast assert is made to check if types are compatible.voidClear()booleanContainsKey(java.lang.String keyword)java.lang.StringgetDriver()java.lang.StringgetDsn()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 TypebooleanRemove(java.lang.String keyword)voidsetDriver(java.lang.String Driver)voidsetDsn(java.lang.String Dsn)voidsetJCOInstance(JCObject instance)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, ShouldSerialize
-
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.Odbc.OdbcConnectionStringBuilder- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OdbcConnectionStringBuilder
public OdbcConnectionStringBuilder(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
OdbcConnectionStringBuilder
public OdbcConnectionStringBuilder() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, NotSupportedException
-
OdbcConnectionStringBuilder
public OdbcConnectionStringBuilder(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 OdbcConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoOdbcConnectionStringBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
OdbcConnectionStringBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ContainsKey
public boolean ContainsKey(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
ContainsKeyin classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
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
-
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
-
getDriver
public java.lang.String getDriver() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDriver
public void setDriver(java.lang.String Driver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
getDsn
public java.lang.String getDsn() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDsn
public void setDsn(java.lang.String Dsn) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RegexMatchTimeoutException
-
-