Class MySqlBuilder

java.lang.Object
io.vertx.tp.modular.metadata.AbstractBuilder
cn.originx.infix.mysql5.MySqlBuilder
All Implemented Interfaces:
io.vertx.tp.atom.cv.sql.SqlStatement, io.vertx.tp.modular.metadata.AoBuilder

public class MySqlBuilder extends io.vertx.tp.modular.metadata.AbstractBuilder
  • Field Summary

    Fields inherited from class io.vertx.tp.modular.metadata.AbstractBuilder

    conn

    Fields inherited from interface io.vertx.tp.atom.cv.sql.SqlStatement

    ATBA_COLUMN, ATBA_CONSTRAINT, ATBD_COLUMN, ATBD_CONSTRAINT, ATBM_COLUMN, ATBR_COLUMN, CONSTRAING_FK, CONSTRAINT_PK, CONSTRAINT_UK, OP_AGGREGATE, OP_ASSIGN, OP_COUNT, OP_DELETE, OP_INSERT, OP_ORDER, OP_ORDER_BY, OP_SELECT, OP_UPDATE, OP_WHERE, SCHEMA_NULL, SCHEMA_UNIQUE, TB_CREATE, TB_DROP, TB_RENAME, V_CREATE, V_DROP
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.tp.modular.metadata.AoReflector
     
    io.vertx.tp.modular.metadata.AoSentence
     

    Methods inherited from class io.vertx.tp.modular.metadata.AbstractBuilder

    getVerifier, purge, purge, purge, rename, report, synchron

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getSentence

      public io.vertx.tp.modular.metadata.AoSentence getSentence()
      Specified by:
      getSentence in class io.vertx.tp.modular.metadata.AbstractBuilder
    • getReflector

      public io.vertx.tp.modular.metadata.AoReflector getReflector()
      Specified by:
      getReflector in class io.vertx.tp.modular.metadata.AbstractBuilder