Class MySqlDao

java.lang.Object
io.vertx.tp.modular.dao.AbstractDao
cn.originx.infix.mysql5.MySqlDao
All Implemented Interfaces:
io.horizon.specification.modeler.HDao

public class MySqlDao extends io.vertx.tp.modular.dao.AbstractDao
  • Field Summary

    Fields inherited from class io.vertx.tp.modular.dao.AbstractDao

    conn
  • Method Summary

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

    Methods inherited from class io.vertx.tp.modular.dao.AbstractDao

    count, count, countAsync, countAsync, delete, delete, deleteAsync, deleteAsync, execute, exist, exist, existAsync, existAsync, fetch, fetchAll, fetchAllAsync, fetchAsync, fetchById, fetchById, fetchByIdAsync, fetchByIdAsync, fetchOne, fetchOne, fetchOneAsync, fetchOneAsync, insert, insert, insertAsync, insertAsync, logger, miss, miss, missAsync, missAsync, mount, search, searchAsync, update, update, updateAsync, updateAsync

    Methods inherited from class java.lang.Object

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

    • sentence

      public io.vertx.tp.modular.metadata.AoSentence sentence()
      Specified by:
      sentence in class io.vertx.tp.modular.dao.AbstractDao