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()
           
 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()


Copyright © 2001 David Jencks and other authors. All rights reserved.