Class DatabaseMetaData
public class DatabaseMetaData : Wrapper, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IDatabaseMetaData, IWrapper
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Wrapper>DatabaseMetaData
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Wrapper>.IsAssignableFrom(IJavaType)JVMBridgeBase<Wrapper>.IsAssignableFrom<T>()JVMBridgeBase<Wrapper>.Execute<T>(params T[])JVMBridgeBase<Wrapper>.DynBridgeClazzJVMBridgeBase<Wrapper>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
DatabaseMetaData()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("DatabaseMetaData class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DatabaseMetaData()
DatabaseMetaData(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("DatabaseMetaData class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DatabaseMetaData(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
attributeNoNulls
public static short attributeNoNulls { get; }
Property Value
attributeNullable
public static short attributeNullable { get; }
Property Value
attributeNullableUnknown
public static short attributeNullableUnknown { get; }
Property Value
bestRowNotPseudo
public static int bestRowNotPseudo { get; }
Property Value
bestRowPseudo
public static int bestRowPseudo { get; }
Property Value
bestRowSession
public static int bestRowSession { get; }
Property Value
bestRowTemporary
public static int bestRowTemporary { get; }
Property Value
bestRowTransaction
public static int bestRowTransaction { get; }
Property Value
bestRowUnknown
public static int bestRowUnknown { get; }
Property Value
columnNoNulls
public static int columnNoNulls { get; }
Property Value
columnNullable
public static int columnNullable { get; }
Property Value
columnNullableUnknown
public static int columnNullableUnknown { get; }
Property Value
functionColumnIn
public static int functionColumnIn { get; }
Property Value
functionColumnInOut
public static int functionColumnInOut { get; }
Property Value
functionColumnOut
public static int functionColumnOut { get; }
Property Value
functionColumnResult
public static int functionColumnResult { get; }
Property Value
functionColumnUnknown
public static int functionColumnUnknown { get; }
Property Value
functionNoNulls
public static int functionNoNulls { get; }
Property Value
functionNoTable
public static int functionNoTable { get; }
Property Value
functionNullable
public static int functionNullable { get; }
Property Value
functionNullableUnknown
public static int functionNullableUnknown { get; }
Property Value
functionResultUnknown
public static int functionResultUnknown { get; }
Property Value
functionReturn
public static int functionReturn { get; }
Property Value
functionReturnsTable
public static int functionReturnsTable { get; }
Property Value
importedKeyCascade
public static int importedKeyCascade { get; }
Property Value
importedKeyInitiallyDeferred
public static int importedKeyInitiallyDeferred { get; }
Property Value
importedKeyInitiallyImmediate
https://developer.android.com/reference/java/sql/DatabaseMetaData.html#importedKeyInitiallyImmediate
public static int importedKeyInitiallyImmediate { get; }
Property Value
importedKeyNoAction
public static int importedKeyNoAction { get; }
Property Value
importedKeyNotDeferrable
public static int importedKeyNotDeferrable { get; }
Property Value
importedKeyRestrict
public static int importedKeyRestrict { get; }
Property Value
importedKeySetDefault
public static int importedKeySetDefault { get; }
Property Value
importedKeySetNull
public static int importedKeySetNull { get; }
Property Value
procedureColumnIn
public static int procedureColumnIn { get; }
Property Value
procedureColumnInOut
public static int procedureColumnInOut { get; }
Property Value
procedureColumnOut
public static int procedureColumnOut { get; }
Property Value
procedureColumnResult
public static int procedureColumnResult { get; }
Property Value
procedureColumnReturn
public static int procedureColumnReturn { get; }
Property Value
procedureColumnUnknown
public static int procedureColumnUnknown { get; }
Property Value
procedureNoNulls
public static int procedureNoNulls { get; }
Property Value
procedureNoResult
public static int procedureNoResult { get; }
Property Value
procedureNullable
public static int procedureNullable { get; }
Property Value
procedureNullableUnknown
public static int procedureNullableUnknown { get; }
Property Value
procedureResultUnknown
public static int procedureResultUnknown { get; }
Property Value
procedureReturnsResult
public static int procedureReturnsResult { get; }
Property Value
sqlStateSQL
public static int sqlStateSQL { get; }
Property Value
sqlStateSQL99
public static int sqlStateSQL99 { get; }
Property Value
sqlStateXOpen
public static int sqlStateXOpen { get; }
Property Value
tableIndexClustered
public static short tableIndexClustered { get; }
Property Value
tableIndexHashed
public static short tableIndexHashed { get; }
Property Value
tableIndexOther
public static short tableIndexOther { get; }
Property Value
tableIndexStatistic
public static short tableIndexStatistic { get; }
Property Value
typeNoNulls
public static int typeNoNulls { get; }
Property Value
typeNullable
public static int typeNullable { get; }
Property Value
typeNullableUnknown
public static int typeNullableUnknown { get; }
Property Value
typePredBasic
public static int typePredBasic { get; }
Property Value
typePredChar
public static int typePredChar { get; }
Property Value
typePredNone
public static int typePredNone { get; }
Property Value
typeSearchable
public static int typeSearchable { get; }
Property Value
versionColumnNotPseudo
public static int versionColumnNotPseudo { get; }
Property Value
versionColumnPseudo
public static int versionColumnPseudo { get; }
Property Value
versionColumnUnknown
public static int versionColumnUnknown { get; }
Property Value
Methods
AllProceduresAreCallable()
public bool AllProceduresAreCallable()
Returns
Exceptions
AllTablesAreSelectable()
public bool AllTablesAreSelectable()
Returns
Exceptions
AutoCommitFailureClosesAllResultSets()
public bool AutoCommitFailureClosesAllResultSets()
Returns
Exceptions
DataDefinitionCausesTransactionCommit()
public bool DataDefinitionCausesTransactionCommit()
Returns
Exceptions
DataDefinitionIgnoredInTransactions()
public bool DataDefinitionIgnoredInTransactions()
Returns
Exceptions
DeletesAreDetected(int)
public bool DeletesAreDetected(int arg0)
Parameters
Returns
Exceptions
DoesMaxRowSizeIncludeBlobs()
public bool DoesMaxRowSizeIncludeBlobs()
Returns
Exceptions
GeneratedKeyAlwaysReturned()
public bool GeneratedKeyAlwaysReturned()
Returns
Exceptions
GetAttributes(String, String, String, String)
public ResultSet GetAttributes(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetBestRowIdentifier(String, String, String, int, bool)
public ResultSet GetBestRowIdentifier(String arg0, String arg1, String arg2, int arg3, bool arg4)
Parameters
Returns
Exceptions
GetCatalogSeparator()
public String GetCatalogSeparator()
Returns
Exceptions
GetCatalogTerm()
public String GetCatalogTerm()
Returns
Exceptions
GetCatalogs()
public ResultSet GetCatalogs()
Returns
Exceptions
GetClientInfoProperties()
public ResultSet GetClientInfoProperties()
Returns
Exceptions
GetColumnPrivileges(String, String, String, String)
public ResultSet GetColumnPrivileges(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetColumns(String, String, String, String)
public ResultSet GetColumns(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetConnection()
public Connection GetConnection()
Returns
Exceptions
GetCrossReference(String, String, String, String, String, String)
public ResultSet GetCrossReference(String arg0, String arg1, String arg2, String arg3, String arg4, String arg5)
Parameters
Returns
Exceptions
GetDatabaseMajorVersion()
public int GetDatabaseMajorVersion()
Returns
Exceptions
GetDatabaseMinorVersion()
public int GetDatabaseMinorVersion()
Returns
Exceptions
GetDatabaseProductName()
public String GetDatabaseProductName()
Returns
Exceptions
GetDatabaseProductVersion()
public String GetDatabaseProductVersion()
Returns
Exceptions
GetDefaultTransactionIsolation()
public int GetDefaultTransactionIsolation()
Returns
Exceptions
GetDriverMajorVersion()
public int GetDriverMajorVersion()
Returns
GetDriverMinorVersion()
public int GetDriverMinorVersion()
Returns
GetDriverName()
public String GetDriverName()
Returns
Exceptions
GetDriverVersion()
public String GetDriverVersion()
Returns
Exceptions
GetExportedKeys(String, String, String)
public ResultSet GetExportedKeys(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetExtraNameCharacters()
public String GetExtraNameCharacters()
Returns
Exceptions
GetFunctionColumns(String, String, String, String)
public ResultSet GetFunctionColumns(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetFunctions(String, String, String)
public ResultSet GetFunctions(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetIdentifierQuoteString()
public String GetIdentifierQuoteString()
Returns
Exceptions
GetImportedKeys(String, String, String)
public ResultSet GetImportedKeys(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetIndexInfo(String, String, String, bool, bool)
public ResultSet GetIndexInfo(String arg0, String arg1, String arg2, bool arg3, bool arg4)
Parameters
Returns
Exceptions
GetJDBCMajorVersion()
public int GetJDBCMajorVersion()
Returns
Exceptions
GetJDBCMinorVersion()
public int GetJDBCMinorVersion()
Returns
Exceptions
GetMaxBinaryLiteralLength()
public int GetMaxBinaryLiteralLength()
Returns
Exceptions
GetMaxCatalogNameLength()
public int GetMaxCatalogNameLength()
Returns
Exceptions
GetMaxCharLiteralLength()
public int GetMaxCharLiteralLength()
Returns
Exceptions
GetMaxColumnNameLength()
public int GetMaxColumnNameLength()
Returns
Exceptions
GetMaxColumnsInGroupBy()
public int GetMaxColumnsInGroupBy()
Returns
Exceptions
GetMaxColumnsInIndex()
public int GetMaxColumnsInIndex()
Returns
Exceptions
GetMaxColumnsInOrderBy()
public int GetMaxColumnsInOrderBy()
Returns
Exceptions
GetMaxColumnsInSelect()
public int GetMaxColumnsInSelect()
Returns
Exceptions
GetMaxColumnsInTable()
public int GetMaxColumnsInTable()
Returns
Exceptions
GetMaxConnections()
public int GetMaxConnections()
Returns
Exceptions
GetMaxCursorNameLength()
public int GetMaxCursorNameLength()
Returns
Exceptions
GetMaxIndexLength()
public int GetMaxIndexLength()
Returns
Exceptions
GetMaxLogicalLobSize()
public long GetMaxLogicalLobSize()
Returns
Exceptions
GetMaxProcedureNameLength()
public int GetMaxProcedureNameLength()
Returns
Exceptions
GetMaxRowSize()
public int GetMaxRowSize()
Returns
Exceptions
GetMaxSchemaNameLength()
public int GetMaxSchemaNameLength()
Returns
Exceptions
GetMaxStatementLength()
public int GetMaxStatementLength()
Returns
Exceptions
GetMaxStatements()
public int GetMaxStatements()
Returns
Exceptions
GetMaxTableNameLength()
public int GetMaxTableNameLength()
Returns
Exceptions
GetMaxTablesInSelect()
public int GetMaxTablesInSelect()
Returns
Exceptions
GetMaxUserNameLength()
public int GetMaxUserNameLength()
Returns
Exceptions
GetNumericFunctions()
public String GetNumericFunctions()
Returns
Exceptions
GetPrimaryKeys(String, String, String)
public ResultSet GetPrimaryKeys(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetProcedureColumns(String, String, String, String)
public ResultSet GetProcedureColumns(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetProcedureTerm()
public String GetProcedureTerm()
Returns
Exceptions
GetProcedures(String, String, String)
public ResultSet GetProcedures(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetPseudoColumns(String, String, String, String)
public ResultSet GetPseudoColumns(String arg0, String arg1, String arg2, String arg3)
Parameters
Returns
Exceptions
GetResultSetHoldability()
public int GetResultSetHoldability()
Returns
Exceptions
GetRowIdLifetime()
public RowIdLifetime GetRowIdLifetime()
Returns
Exceptions
GetSQLKeywords()
public String GetSQLKeywords()
Returns
Exceptions
GetSQLStateType()
public int GetSQLStateType()
Returns
Exceptions
GetSchemaTerm()
public String GetSchemaTerm()
Returns
Exceptions
GetSchemas()
public ResultSet GetSchemas()
Returns
Exceptions
GetSchemas(String, String)
public ResultSet GetSchemas(String arg0, String arg1)
Parameters
Returns
Exceptions
GetSearchStringEscape()
public String GetSearchStringEscape()
Returns
Exceptions
GetStringFunctions()
public String GetStringFunctions()
Returns
Exceptions
GetSuperTables(String, String, String)
public ResultSet GetSuperTables(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetSuperTypes(String, String, String)
public ResultSet GetSuperTypes(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetSystemFunctions()
public String GetSystemFunctions()
Returns
Exceptions
GetTablePrivileges(String, String, String)
public ResultSet GetTablePrivileges(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetTableTypes()
public ResultSet GetTableTypes()
Returns
Exceptions
GetTables(String, String, String, String[])
public ResultSet GetTables(String arg0, String arg1, String arg2, String[] arg3)
Parameters
Returns
Exceptions
GetTimeDateFunctions()
public String GetTimeDateFunctions()
Returns
Exceptions
GetTypeInfo()
public ResultSet GetTypeInfo()
Returns
Exceptions
GetUDTs(String, String, String, int[])
public ResultSet GetUDTs(String arg0, String arg1, String arg2, int[] arg3)
Parameters
Returns
Exceptions
GetURL()
public String GetURL()
Returns
Exceptions
GetUserName()
public String GetUserName()
Returns
Exceptions
GetVersionColumns(String, String, String)
public ResultSet GetVersionColumns(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
InsertsAreDetected(int)
public bool InsertsAreDetected(int arg0)
Parameters
Returns
Exceptions
IsCatalogAtStart()
public bool IsCatalogAtStart()
Returns
Exceptions
IsReadOnly()
public bool IsReadOnly()
Returns
Exceptions
LocatorsUpdateCopy()
public bool LocatorsUpdateCopy()
Returns
Exceptions
NullPlusNonNullIsNull()
public bool NullPlusNonNullIsNull()
Returns
Exceptions
NullsAreSortedAtEnd()
public bool NullsAreSortedAtEnd()
Returns
Exceptions
NullsAreSortedAtStart()
public bool NullsAreSortedAtStart()
Returns
Exceptions
NullsAreSortedHigh()
public bool NullsAreSortedHigh()
Returns
Exceptions
NullsAreSortedLow()
public bool NullsAreSortedLow()
Returns
Exceptions
OthersDeletesAreVisible(int)
public bool OthersDeletesAreVisible(int arg0)
Parameters
Returns
Exceptions
OthersInsertsAreVisible(int)
public bool OthersInsertsAreVisible(int arg0)
Parameters
Returns
Exceptions
OthersUpdatesAreVisible(int)
public bool OthersUpdatesAreVisible(int arg0)
Parameters
Returns
Exceptions
OwnDeletesAreVisible(int)
public bool OwnDeletesAreVisible(int arg0)
Parameters
Returns
Exceptions
OwnInsertsAreVisible(int)
public bool OwnInsertsAreVisible(int arg0)
Parameters
Returns
Exceptions
OwnUpdatesAreVisible(int)
public bool OwnUpdatesAreVisible(int arg0)
Parameters
Returns
Exceptions
StoresLowerCaseIdentifiers()
public bool StoresLowerCaseIdentifiers()
Returns
Exceptions
StoresLowerCaseQuotedIdentifiers()
public bool StoresLowerCaseQuotedIdentifiers()
Returns
Exceptions
StoresMixedCaseIdentifiers()
public bool StoresMixedCaseIdentifiers()
Returns
Exceptions
StoresMixedCaseQuotedIdentifiers()
public bool StoresMixedCaseQuotedIdentifiers()
Returns
Exceptions
StoresUpperCaseIdentifiers()
public bool StoresUpperCaseIdentifiers()
Returns
Exceptions
StoresUpperCaseQuotedIdentifiers()
public bool StoresUpperCaseQuotedIdentifiers()
Returns
Exceptions
SupportsANSI92EntryLevelSQL()
https://developer.android.com/reference/java/sql/DatabaseMetaData.html#supportsANSI92EntryLevelSQL()
public bool SupportsANSI92EntryLevelSQL()
Returns
Exceptions
SupportsANSI92FullSQL()
public bool SupportsANSI92FullSQL()
Returns
Exceptions
SupportsANSI92IntermediateSQL()
public bool SupportsANSI92IntermediateSQL()
Returns
Exceptions
SupportsAlterTableWithAddColumn()
public bool SupportsAlterTableWithAddColumn()
Returns
Exceptions
SupportsAlterTableWithDropColumn()
public bool SupportsAlterTableWithDropColumn()
Returns
Exceptions
SupportsBatchUpdates()
public bool SupportsBatchUpdates()
Returns
Exceptions
SupportsCatalogsInDataManipulation()
public bool SupportsCatalogsInDataManipulation()
Returns
Exceptions
SupportsCatalogsInIndexDefinitions()
public bool SupportsCatalogsInIndexDefinitions()
Returns
Exceptions
SupportsCatalogsInPrivilegeDefinitions()
public bool SupportsCatalogsInPrivilegeDefinitions()
Returns
Exceptions
SupportsCatalogsInProcedureCalls()
public bool SupportsCatalogsInProcedureCalls()
Returns
Exceptions
SupportsCatalogsInTableDefinitions()
public bool SupportsCatalogsInTableDefinitions()
Returns
Exceptions
SupportsColumnAliasing()
public bool SupportsColumnAliasing()
Returns
Exceptions
SupportsConvert()
public bool SupportsConvert()
Returns
Exceptions
SupportsConvert(int, int)
public bool SupportsConvert(int arg0, int arg1)
Parameters
Returns
Exceptions
SupportsCoreSQLGrammar()
public bool SupportsCoreSQLGrammar()
Returns
Exceptions
SupportsCorrelatedSubqueries()
public bool SupportsCorrelatedSubqueries()
Returns
Exceptions
SupportsDataDefinitionAndDataManipulationTransactions()
public bool SupportsDataDefinitionAndDataManipulationTransactions()
Returns
Exceptions
SupportsDataManipulationTransactionsOnly()
public bool SupportsDataManipulationTransactionsOnly()
Returns
Exceptions
SupportsDifferentTableCorrelationNames()
public bool SupportsDifferentTableCorrelationNames()
Returns
Exceptions
SupportsExpressionsInOrderBy()
public bool SupportsExpressionsInOrderBy()
Returns
Exceptions
SupportsExtendedSQLGrammar()
public bool SupportsExtendedSQLGrammar()
Returns
Exceptions
SupportsFullOuterJoins()
public bool SupportsFullOuterJoins()
Returns
Exceptions
SupportsGetGeneratedKeys()
public bool SupportsGetGeneratedKeys()
Returns
Exceptions
SupportsGroupBy()
public bool SupportsGroupBy()
Returns
Exceptions
SupportsGroupByBeyondSelect()
https://developer.android.com/reference/java/sql/DatabaseMetaData.html#supportsGroupByBeyondSelect()
public bool SupportsGroupByBeyondSelect()
Returns
Exceptions
SupportsGroupByUnrelated()
public bool SupportsGroupByUnrelated()
Returns
Exceptions
SupportsIntegrityEnhancementFacility()
public bool SupportsIntegrityEnhancementFacility()
Returns
Exceptions
SupportsLikeEscapeClause()
public bool SupportsLikeEscapeClause()
Returns
Exceptions
SupportsLimitedOuterJoins()
public bool SupportsLimitedOuterJoins()
Returns
Exceptions
SupportsMinimumSQLGrammar()
public bool SupportsMinimumSQLGrammar()
Returns
Exceptions
SupportsMixedCaseIdentifiers()
public bool SupportsMixedCaseIdentifiers()
Returns
Exceptions
SupportsMixedCaseQuotedIdentifiers()
public bool SupportsMixedCaseQuotedIdentifiers()
Returns
Exceptions
SupportsMultipleOpenResults()
https://developer.android.com/reference/java/sql/DatabaseMetaData.html#supportsMultipleOpenResults()
public bool SupportsMultipleOpenResults()
Returns
Exceptions
SupportsMultipleResultSets()
public bool SupportsMultipleResultSets()
Returns
Exceptions
SupportsMultipleTransactions()
public bool SupportsMultipleTransactions()
Returns
Exceptions
SupportsNamedParameters()
public bool SupportsNamedParameters()
Returns
Exceptions
SupportsNonNullableColumns()
public bool SupportsNonNullableColumns()
Returns
Exceptions
SupportsOpenCursorsAcrossCommit()
public bool SupportsOpenCursorsAcrossCommit()
Returns
Exceptions
SupportsOpenCursorsAcrossRollback()
public bool SupportsOpenCursorsAcrossRollback()
Returns
Exceptions
SupportsOpenStatementsAcrossCommit()
public bool SupportsOpenStatementsAcrossCommit()
Returns
Exceptions
SupportsOpenStatementsAcrossRollback()
public bool SupportsOpenStatementsAcrossRollback()
Returns
Exceptions
SupportsOrderByUnrelated()
public bool SupportsOrderByUnrelated()
Returns
Exceptions
SupportsOuterJoins()
public bool SupportsOuterJoins()
Returns
Exceptions
SupportsPositionedDelete()
public bool SupportsPositionedDelete()
Returns
Exceptions
SupportsPositionedUpdate()
public bool SupportsPositionedUpdate()
Returns
Exceptions
SupportsRefCursors()
public bool SupportsRefCursors()
Returns
Exceptions
SupportsResultSetConcurrency(int, int)
public bool SupportsResultSetConcurrency(int arg0, int arg1)
Parameters
Returns
Exceptions
SupportsResultSetHoldability(int)
public bool SupportsResultSetHoldability(int arg0)
Parameters
Returns
Exceptions
SupportsResultSetType(int)
public bool SupportsResultSetType(int arg0)
Parameters
Returns
Exceptions
SupportsSavepoints()
public bool SupportsSavepoints()
Returns
Exceptions
SupportsSchemasInDataManipulation()
public bool SupportsSchemasInDataManipulation()
Returns
Exceptions
SupportsSchemasInIndexDefinitions()
public bool SupportsSchemasInIndexDefinitions()
Returns
Exceptions
SupportsSchemasInPrivilegeDefinitions()
public bool SupportsSchemasInPrivilegeDefinitions()
Returns
Exceptions
SupportsSchemasInProcedureCalls()
public bool SupportsSchemasInProcedureCalls()
Returns
Exceptions
SupportsSchemasInTableDefinitions()
public bool SupportsSchemasInTableDefinitions()
Returns
Exceptions
SupportsSelectForUpdate()
public bool SupportsSelectForUpdate()
Returns
Exceptions
SupportsSharding()
public bool SupportsSharding()
Returns
Exceptions
SupportsStatementPooling()
public bool SupportsStatementPooling()
Returns
Exceptions
SupportsStoredFunctionsUsingCallSyntax()
public bool SupportsStoredFunctionsUsingCallSyntax()
Returns
Exceptions
SupportsStoredProcedures()
public bool SupportsStoredProcedures()
Returns
Exceptions
SupportsSubqueriesInComparisons()
public bool SupportsSubqueriesInComparisons()
Returns
Exceptions
SupportsSubqueriesInExists()
public bool SupportsSubqueriesInExists()
Returns
Exceptions
SupportsSubqueriesInIns()
public bool SupportsSubqueriesInIns()
Returns
Exceptions
SupportsSubqueriesInQuantifieds()
public bool SupportsSubqueriesInQuantifieds()
Returns
Exceptions
SupportsTableCorrelationNames()
public bool SupportsTableCorrelationNames()
Returns
Exceptions
SupportsTransactionIsolationLevel(int)
public bool SupportsTransactionIsolationLevel(int arg0)
Parameters
Returns
Exceptions
SupportsTransactions()
public bool SupportsTransactions()
Returns
Exceptions
SupportsUnion()
public bool SupportsUnion()
Returns
Exceptions
SupportsUnionAll()
public bool SupportsUnionAll()
Returns
Exceptions
UpdatesAreDetected(int)
public bool UpdatesAreDetected(int arg0)
Parameters
Returns
Exceptions
UsesLocalFilePerTable()
public bool UsesLocalFilePerTable()
Returns
Exceptions
UsesLocalFiles()
public bool UsesLocalFiles()