IDatabase Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public interface class IDatabase
public interface IDatabase
type IDatabase = interface
Public Interface IDatabase
Properties
Methods
Close()
Commit()
Convert(Exception)
ConvertToExcetionInfo(String, String, Object[])
ConvertToExcetionInfo(String, String, String)
CreateStoredProcOrXMLForPackage(PKGNAMCT, VRSNAM, ArrayList, Boolean, Hashtable)
Dispose()
EndTransaction()
GetPackageProcedure(String)
GetPreparedStatement(PKGNAMCSN)
GetStatement(PKGNAMCSN)
GetStatement(PKGNAMCSN, Boolean)
IsLocalRdb(String)
LoadCachedPackageProcedures()
LoadIgnoreStandardPackages()
Open()
PrepareStatementForStoredProc(String, IStatement, Boolean)
RemoveStoredProcedure(String)
RemoveStoredProcedures(String[])
Rollback()
ShouldPackageBeIgnored(PKGNAMCSN)
ShouldPackageBeIgnored(PKGNAMCT)
ShouldPackageBeIgnored(String, String)
StartTransaction(ITransaction)
Applies to