Package scriptella.spi
Class DialectIdentifier
java.lang.Object
scriptella.spi.DialectIdentifier
Represents vendor dialect information.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DialectIdentifierNull-Object to use instead of nulls if necessary -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL_DIALECT
Null-Object to use instead of nulls if necessary
-
-
Constructor Details
-
DialectIdentifier
Creates dialect identifier.- Parameters:
name- vendor name, e.g. Oracle. Null allowed.version- product version, e.g. 1.1.2. Null allowed.
-
-
Method Details