Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.09 KB

File metadata and controls

41 lines (24 loc) · 1.09 KB

minisql.client.console.SqlBatch

Home · Source file

SqlBatch

struct SqlBatch

Splits complete SQL statements from an unfinished interactive input suffix.

View source

Members

remainder

remainder

Trailing text that does not yet form a complete statement.

View source

statements

statements

Complete statements, in source order and without their delimiters.

View source