mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
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) =|
|
|
}
|