Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attribute

Type

Description

ddlSequence

boolean

A flag for whether the rdbms can create a sequence for DDL.

encapsulateClose

String

The rdbms closing encapsulation character.

encapsulateOpen

String

The rdbms opening encapsulation character.

iD

String

The identity tag for the rdbms.

rowNumberFunction

boolean

A flag for whether the rdbms has a function for ROW_NUMBER() OVER (ORDER BY).

function(String function)

boolean

A flag for whether the rdbms has the specified function.

function(String function, List values)

String

Return the formatted string of a specified function and the provided string parameters.