public class OracleConnectionStringBuilder extends DbConnectionStringBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OracleClient.OracleConnectionStringBuilder
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.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.OracleClient
|
static java.lang.String |
className
Qualified class name: System.Data.OracleClient.OracleConnectionStringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
OracleConnectionStringBuilder() |
OracleConnectionStringBuilder(java.lang.Object instance)
Internal constructor.
|
OracleConnectionStringBuilder(java.lang.String connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static OracleConnectionStringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OracleConnectionStringBuilder, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
ContainsKey(java.lang.String keyword) |
java.lang.String |
getDataSource() |
boolean |
getEnlist() |
boolean |
getIntegratedSecurity() |
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
|
int |
getLoadBalanceTimeout() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
boolean |
getOmitOracleConnectionName() |
java.lang.String |
getPassword() |
boolean |
getPersistSecurityInfo() |
boolean |
getPooling() |
boolean |
getUnicode() |
java.lang.String |
getUserID() |
boolean |
Remove(java.lang.String keyword) |
void |
setDataSource(java.lang.String DataSource) |
void |
setEnlist(boolean Enlist) |
void |
setIntegratedSecurity(boolean IntegratedSecurity) |
void |
setJCOInstance(JCObject instance) |
void |
setLoadBalanceTimeout(int LoadBalanceTimeout) |
void |
setMaxPoolSize(int MaxPoolSize) |
void |
setMinPoolSize(int MinPoolSize) |
void |
setOmitOracleConnectionName(boolean OmitOracleConnectionName) |
void |
setPassword(java.lang.String Password) |
void |
setPersistSecurityInfo(boolean PersistSecurityInfo) |
void |
setPooling(boolean Pooling) |
void |
setUnicode(boolean Unicode) |
void |
setUserID(java.lang.String UserID) |
boolean |
ShouldSerialize(java.lang.String keyword) |
boolean |
TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value) |
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionStringGetEnumerator, 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 OracleConnectionStringBuilder()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
NotSupportedException
public OracleConnectionStringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OracleConnectionStringBuilder(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
public static OracleConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OracleConnectionStringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOracleConnectionStringBuilder 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
ContainsKey in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionpublic java.lang.String getDataSource()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnlist()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIntegratedSecurity()
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 int getLoadBalanceTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxPoolSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinPoolSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getOmitOracleConnectionName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPassword()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPersistSecurityInfo()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPooling()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUnicode()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserID()
throws java.lang.Throwable
java.lang.Throwablepublic 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 setDataSource(java.lang.String DataSource)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setEnlist(boolean Enlist)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setIntegratedSecurity(boolean IntegratedSecurity)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DbConnectionStringBuilderpublic void setLoadBalanceTimeout(int LoadBalanceTimeout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setMaxPoolSize(int MaxPoolSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setMinPoolSize(int MinPoolSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setOmitOracleConnectionName(boolean OmitOracleConnectionName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setPassword(java.lang.String Password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic void setPersistSecurityInfo(boolean PersistSecurityInfo)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setPooling(boolean Pooling)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setUnicode(boolean Unicode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RegexMatchTimeoutException
public void setUserID(java.lang.String UserID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRegexMatchTimeoutExceptionpublic boolean ShouldSerialize(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
ShouldSerialize in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic 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