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
CatalogSeparator
public String CatalogSeparator { get; }
Property Value
CatalogTerm
public String CatalogTerm { get; }
Property Value
Catalogs
public ResultSet Catalogs { get; }
Property Value
ClientInfoProperties
public ResultSet ClientInfoProperties { get; }
Property Value
Connection
public Connection Connection { get; }
Property Value
DatabaseMajorVersion
public int DatabaseMajorVersion { get; }
Property Value
DatabaseMinorVersion
public int DatabaseMinorVersion { get; }
Property Value
DatabaseProductName
public String DatabaseProductName { get; }
Property Value
DatabaseProductVersion
public String DatabaseProductVersion { get; }
Property Value
DefaultTransactionIsolation
public int DefaultTransactionIsolation { get; }
Property Value
DriverMajorVersion
public int DriverMajorVersion { get; }
Property Value
DriverMinorVersion
public int DriverMinorVersion { get; }
Property Value
DriverName
public String DriverName { get; }
Property Value
DriverVersion
public String DriverVersion { get; }
Property Value
ExtraNameCharacters
public String ExtraNameCharacters { get; }
Property Value
IdentifierQuoteString
public String IdentifierQuoteString { 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
JDBCMajorVersion
public int JDBCMajorVersion { get; }
Property Value
JDBCMinorVersion
public int JDBCMinorVersion { get; }
Property Value
MaxBinaryLiteralLength
public int MaxBinaryLiteralLength { get; }
Property Value
MaxCatalogNameLength
public int MaxCatalogNameLength { get; }
Property Value
MaxCharLiteralLength
public int MaxCharLiteralLength { get; }
Property Value
MaxColumnNameLength
public int MaxColumnNameLength { get; }
Property Value
MaxColumnsInGroupBy
public int MaxColumnsInGroupBy { get; }
Property Value
MaxColumnsInIndex
public int MaxColumnsInIndex { get; }
Property Value
MaxColumnsInOrderBy
public int MaxColumnsInOrderBy { get; }
Property Value
MaxColumnsInSelect
public int MaxColumnsInSelect { get; }
Property Value
MaxColumnsInTable
public int MaxColumnsInTable { get; }
Property Value
MaxConnections
public int MaxConnections { get; }
Property Value
MaxCursorNameLength
public int MaxCursorNameLength { get; }
Property Value
MaxIndexLength
public int MaxIndexLength { get; }
Property Value
MaxLogicalLobSize
public long MaxLogicalLobSize { get; }
Property Value
MaxProcedureNameLength
public int MaxProcedureNameLength { get; }
Property Value
MaxRowSize
public int MaxRowSize { get; }
Property Value
MaxSchemaNameLength
public int MaxSchemaNameLength { get; }
Property Value
MaxStatementLength
public int MaxStatementLength { get; }
Property Value
MaxStatements
public int MaxStatements { get; }
Property Value
MaxTableNameLength
public int MaxTableNameLength { get; }
Property Value
MaxTablesInSelect
public int MaxTablesInSelect { get; }
Property Value
MaxUserNameLength
public int MaxUserNameLength { get; }
Property Value
NumericFunctions
public String NumericFunctions { get; }
Property Value
ProcedureTerm
public String ProcedureTerm { get; }
Property Value
ResultSetHoldability
public int ResultSetHoldability { get; }
Property Value
RowIdLifetime
public RowIdLifetime RowIdLifetime { get; }
Property Value
SQLKeywords
public String SQLKeywords { get; }
Property Value
SQLStateType
public int SQLStateType { get; }
Property Value
SchemaTerm
public String SchemaTerm { get; }
Property Value
Schemas
public ResultSet Schemas { get; }
Property Value
SearchStringEscape
public String SearchStringEscape { get; }
Property Value
StringFunctions
public String StringFunctions { get; }
Property Value
SystemFunctions
public String SystemFunctions { get; }
Property Value
TableTypes
public ResultSet TableTypes { get; }
Property Value
TimeDateFunctions
public String TimeDateFunctions { get; }
Property Value
TypeInfo
public ResultSet TypeInfo { get; }
Property Value
URL
public String URL { get; }
Property Value
UserName
public String UserName { 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
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
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
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
GetExportedKeys(String, String, String)
public ResultSet GetExportedKeys(String arg0, String arg1, String arg2)
Parameters
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
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
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
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
GetSchemas(String, String)
public ResultSet GetSchemas(String arg0, String arg1)
Parameters
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
GetTablePrivileges(String, String, String)
public ResultSet GetTablePrivileges(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetTables(String, String, String, String[])
public ResultSet GetTables(String arg0, String arg1, String arg2, String[] arg3)
Parameters
Returns
Exceptions
GetUDTs(String, String, String, int[])
public ResultSet GetUDTs(String arg0, String arg1, String arg2, int[] arg3)
Parameters
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()
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()
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()
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()