jp.littlesoft.sql
インタフェース ISQLDataProvider

すべてのスーパーインタフェース:
DataProvider, Serializable
既知の実装クラスの一覧:
LSJsonConnection.Provider, SQLDataProviderImpl, SQLDataSequentialProvider, StoredProcDataProvider

public interface ISQLDataProvider
extends DataProvider


メソッドの概要
 void close()
           
 Connection getConnection()
           
 String getPageSQL()
           
 String getSQL()
           
 void setConnection(Connection conn)
           
 void setMaxRows(int newMaxRows)
           
 void setPageSQL(String sql, int i, int showRows)
           
 void setSQL(String SQL)
           
 
インタフェース jp.littlesoft.data.DataProvider から継承されたメソッド
checkMoreRow, free, getParams, loadData, setParams, setupColumn
 

メソッドの詳細

setConnection

void setConnection(Connection conn)
                   throws DataException
例外:
DataException

getConnection

Connection getConnection()

close

void close()
           throws DataException
例外:
DataException

getSQL

String getSQL()

setSQL

void setSQL(String SQL)
            throws DataException
例外:
DataException

getPageSQL

String getPageSQL()

setPageSQL

void setPageSQL(String sql,
                int i,
                int showRows)
                throws DataException
例外:
DataException

setMaxRows

void setMaxRows(int newMaxRows)


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.