jp.littlesoft.sql
インタフェース ISQLDataProvider
- すべてのスーパーインタフェース:
- DataProvider, Serializable
- 既知の実装クラスの一覧:
- LSJsonConnection.Provider, SQLDataProviderImpl, SQLDataSequentialProvider, StoredProcDataProvider
public interface ISQLDataProvider
- extends DataProvider
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.