Pelican - v0.0.7
GitHub
Preparing search index...
pelican
sqlite
SQLiteConnection
Class SQLiteConnection
Custom Constructor
sqlite.SQLiteConnection.new
Index
Constructors
constructor
Methods
exec
execute
new
Constructors
constructor
new
SQLiteConnection
(
path
:
string
)
:
SQLiteConnection
Parameters
path
:
string
Returns
SQLiteConnection
Methods
exec
exec
(
sql
:
string
)
:
LuaMultiReturn
<
[
boolean
,
undefined
|
string
]
>
Parameters
sql
:
string
Returns
LuaMultiReturn
<
[
boolean
,
undefined
|
string
]
>
execute
execute
<
T
=
any
,
P
=
any
>
(
sql
:
string
,
params
?:
P
,
)
:
LuaMultiReturn
<
[
T
[]
,
undefined
|
string
]
>
Type Parameters
T
=
any
P
=
any
Parameters
sql
:
string
Optional
params
:
P
Returns
LuaMultiReturn
<
[
T
[]
,
undefined
|
string
]
>
Static
new
new
(
this
:
void
,
path
:
string
)
:
SQLiteConnection
Parameters
this
:
void
path
:
string
Returns
SQLiteConnection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
exec
execute
new
GitHub
Pelican - v0.0.7
Loading...
Custom Constructor
sqlite.SQLiteConnection.new