Database.sql

Import a SQL string from a file

class Database
string
sql
(
string path
)
()

Parameters

path

path to a sql file that will be imported

Return Value

Type: string

a string of the SQL in the file

Meta