public final class SqlCountHolder
extends java.lang.Object
The long
values returned from the getLongXXXCount
methods should be considered as unsigned
Constructor and Description |
---|
SqlCountHolder(long updateCount,
long deleteCount,
long insertCount,
long selectCount) |
Modifier and Type | Method and Description |
---|---|
int |
getIntegerDeleteCount() |
int |
getIntegerInsertCount() |
int |
getIntegerSelectCount() |
int |
getIntegerUpdateCount() |
long |
getLongDeleteCount() |
long |
getLongInsertCount() |
long |
getLongSelectCount() |
long |
getLongUpdateCount() |
public SqlCountHolder(long updateCount, long deleteCount, long insertCount, long selectCount)
public int getIntegerUpdateCount()
int
, or 0 if the update count was too large.getLongUpdateCount()
public long getLongUpdateCount()
public int getIntegerDeleteCount()
int
, or 0 if the delete count was too large.getLongDeleteCount()
public long getLongDeleteCount()
public int getIntegerInsertCount()
int
, or 0 if the insert count was too large.getLongInsertCount()
public long getLongInsertCount()
public int getIntegerSelectCount()
int
, or 0 if the select count was too large.getLongSelectCount()
public long getLongSelectCount()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.