Class SqlDialectFactory
java.lang.Object
org.eclipse.dirigible.database.sql.dialects.SqlDialectFactory
A factory for creating SqlDialect objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ISqlDialectgetDialect(Connection connection) Gets the dialect.static ISqlDialectgetDialect(DataSource dataSource) static ISqlDialectgetDialect(DatabaseSystem databaseSystem) static ISqlDialectgetDialect(DirigibleConnection connection) static ISqlDialectgetDialect(DirigibleDataSource dataSource)
-
Constructor Details
-
SqlDialectFactory
public SqlDialectFactory()
-
-
Method Details
-
getDialect
- Throws:
SQLException
-
getDialect
Gets the dialect.- Parameters:
connection- the connection- Returns:
- the dialect
- Throws:
SQLException- the SQL exception
-
getDialect
- Throws:
SQLException
-
getDialect
- Throws:
SQLException
-
getDialect
- Throws:
SQLException
-