public class DbResult extends Object
SQL执行结果
Copyright(C) 2017-2021 上游科技
DbResult()
DbResult
appendTable(DbTable table)
appendUpdateCount(int cnt)
List<DbTable>
getTables()
List<Integer>
getUpdateCount()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DbResult()
public DbResult appendUpdateCount(int cnt)
public DbResult appendTable(DbTable table)
public List<Integer> getUpdateCount()
public List<DbTable> getTables()
Copyright © 2023. All rights reserved.