com.xiaoleilu.hutool.db.dialect.impl
类 Sqllite3Dialect

java.lang.Object
  继承者 com.xiaoleilu.hutool.db.dialect.impl.AnsiSqlDialect
      继承者 com.xiaoleilu.hutool.db.dialect.impl.MysqlDialect
          继承者 com.xiaoleilu.hutool.db.dialect.impl.Sqllite3Dialect
所有已实现的接口:
Dialect

public class Sqllite3Dialect
extends MysqlDialect

SqlLite3方言

作者:
loolly

构造方法摘要
Sqllite3Dialect()
           
 
方法摘要
 
从类 com.xiaoleilu.hutool.db.dialect.impl.MysqlDialect 继承的方法
psForPage
 
从类 com.xiaoleilu.hutool.db.dialect.impl.AnsiSqlDialect 继承的方法
buildSelectQuery, psForCount, psForDelete, psForFind, psForInsert, psForUpdate
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Sqllite3Dialect

public Sqllite3Dialect()


Copyright © 2014. All rights reserved.