You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels