mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-09 17:49:39 +00:00
7 lines
228 B
Text
7 lines
228 B
Text
endpoint SQLServer
|
|
{
|
|
connect(String name) => (int connection_id)
|
|
sql_statement(int connection_id, String statement) => (int statement_id)
|
|
statement_execute(int statement_id) =|
|
|
disconnect(int connection_id) =|
|
|
}
|