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

Method Summary
 void clearRows()
           
 boolean getAllRowsFetched()
           
 int getDeleteCount()
           
 int getInsertCount()
           
 XSQLDA getInSqlda()
           
 XSQLDA getOutSqlda()
           
 java.lang.Object[] getRows()
           
 int getUpdateCount()
           
 boolean hasOpenResultSet()
           
 boolean isValid()
           
 void removeRows()
           
 int size()
           
 

Method Detail

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.