getSessionInitSql abstract method
Post-connect session init statements for the dialect.
Implementation
List<String>? getSessionInitSql({
required String connectionString,
SessionOptions? options,
});
Post-connect session init statements for the dialect.
List<String>? getSessionInitSql({
required String connectionString,
SessionOptions? options,
});