mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 18:25:07 +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) =|
|
|
}
|