org.firebirdsql.gds
Interface isc_stmt_handle
- public interface isc_stmt_handle
Describe interface isc_stmt_handle
here.
- Version:
- 1.0
- Author:
- Alejandro Alberola, David Jencks
getInSqlda
public XSQLDA getInSqlda()
getOutSqlda
public XSQLDA getOutSqlda()
clearRows
public void clearRows()
getInsertCount
public int getInsertCount()
getUpdateCount
public int getUpdateCount()
getDeleteCount
public int getDeleteCount()
getAllRowsFetched
public boolean getAllRowsFetched()
getRows
public java.lang.Object[] getRows()
size
public int size()
removeRows
public void removeRows()
isValid
public boolean isValid()
hasOpenResultSet
public boolean hasOpenResultSet()
Copyright © 2001 David Jencks and other authors. All rights reserved.