Class DefaultDBTranslator

java.lang.Object
com.inductiveautomation.ignition.gateway.db.DefaultDBTranslator
All Implemented Interfaces:
DBTranslator

public class DefaultDBTranslator extends Object implements DBTranslator
  • Field Details

    • createTable

      protected String createTable
    • createAISequence

      protected String createAISequence
    • createAITrigger

      protected String createAITrigger
    • createIndex

      protected String createIndex
    • autoIncTypeDef

      protected String autoIncTypeDef
    • limitDef

      protected String limitDef
    • limitPos

      protected LimitPosition limitPos
    • alterTable

      protected String alterTable
    • alterColumnDef

      protected String alterColumnDef
    • primaryKeyDef

      protected String primaryKeyDef
    • currentTimeQuery

      protected String currentTimeQuery
    • columnQuoteChar

      protected String columnQuoteChar
    • supportsRgk

      protected boolean supportsRgk
    • readGKQuery

      protected String readGKQuery
    • tableListFilter

      protected String tableListFilter
    • maxIdentifierLength

      protected int maxIdentifierLength
    • typeMap

      protected EnumMap<DataType,String> typeMap
  • Constructor Details

  • Method Details