BAggiornaDB
Linea B-Arts Legacy: questa scheda descrive
BArtsFrameworkStandard(.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BArtsFrameworkStandard.Target:
.NET Standard 2.0.Namespace CLR:
BArts.BAggiornaDB.Nome completo:
BArts.BAggiornaDB.BAggiornaDB.Tipo:
module.Ambito:
runtime/interfaccia pubblica.
Ruolo
Tipo pubblico della linea B-Arts Legacy nel namespace BArts.BAggiornaDB.
Dichiarazione
Public Module BAggiornaDB
Campi e costanti
| Nome | Dichiarazione |
|---|---|
K_SeparatoreCampo |
Public Const K_SeparatoreCampo As String = "«|b|»" |
K_SeparatoreRigo |
Public Const K_SeparatoreRigo As String = "«~b~»" |
Metodi
| Nome | Dichiarazione |
|---|---|
DropAllIndex |
Public Function DropAllIndex(ByVal cnn As BConnection) As String |
CreaVista |
Public Function CreaVista(ByVal db As BConnection, ByVal Comando As String, Optional ByVal bLog As BLogText = Nothing) As Boolean |
CreaStoredProcedure |
Public Function CreaStoredProcedure(ByVal db As BConnection, ByVal Comando As String, Optional ByVal bLog As BLogText = Nothing) As Boolean |
CreaFunction |
Public Function CreaFunction(ByVal db As BConnection, ByVal Comando As String, Optional ByVal bLog As BLogText = Nothing) As Boolean |
GetPKName |
Public Function GetPKName(ByVal db As BConnection, ByVal TblName As String, Optional ByVal bLog As BLogText = Nothing) As String |
EsisteTabella |
Public Function EsisteTabella(ByVal db As BConnection, ByVal Nome As String, Optional ByRef TabConRighe As Boolean = True, Optional ByVal bLog As BLogText = Nothing) As Boolean |
GetStrType |
Public Function GetStrType(ByVal dc As DataColumn, Optional ByVal bLog As BLogText = Nothing) As String |
GetTypeFromString |
Public Function GetTypeFromString(ByVal TypeName As String, Optional ByVal bLog As BLogText = Nothing) As Type |
IsDBNull |
Public Function IsDBNull(sValue As String, TypeName As String) As Boolean |
CreateDatabase |
Public Function CreateDatabase(ByVal db As BConnection, Path As String, DBName As String, bLog As BLogText) As Boolean |
EsisteDatabase |
Public Function EsisteDatabase(dbMaster As BConnection, dbName As String, Optional bLog As BLogText = Nothing) As Boolean |
CreateBIFFile |
Public Function CreateBIFFile(TblName As String, cnn As BConnection, Path As String, Optional sLog As BLogText = Nothing) As Boolean |
ReadBIFFile |
Public Function ReadBIFFile(Filename As String, cnn As BConnection, Optional sLog As BLogText = Nothing) As BDataTable |
ImportBIFFile |
Public Function ImportBIFFile(Filename As String, TblName As String, cnn As BConnection, Optional TruncateTable As Boolean = True, Optional sLog As BLogText = Nothing) As Boolean |
Sorgenti verificati
Moduli\BAggiornaDB.vb
