C# Class xlsx2string.SQLExporter

Inheritance: xlsx2string.ExporterBase
Afficher le fichier Open project: hellowod/xlsx2string

Méthodes publiques

Méthode Description
Init ( ) : void
Process ( ) : void

Private Methods

Méthode Description
GetTabelStructSQL ( DataTable sheet, string tabelName ) : string

根据表头构造CREATE TABLE语句

GetTableContentSQL ( DataTable sheet, string tabelName ) : string

将表单内容转换成INSERT语句

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void