C# 클래스 xlsx2string.SQLExporter

상속: xlsx2string.ExporterBase
파일 보기 프로젝트 열기: hellowod/xlsx2string

공개 메소드들

메소드 설명
Init ( ) : void
Process ( ) : void

비공개 메소드들

메소드 설명
GetTabelStructSQL ( DataTable sheet, string tabelName ) : string

根据表头构造CREATE TABLE语句

GetTableContentSQL ( DataTable sheet, string tabelName ) : string

将表单内容转换成INSERT语句

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

Process() 공개 메소드

public Process ( ) : void
리턴 void