|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.littlesoft.soja.LSJsonConnection.Provider
public static class LSJsonConnection.Provider
コンストラクタの概要 | |
---|---|
LSJsonConnection.Provider(LSJsonConnection conn)
|
メソッドの概要 | ||
---|---|---|
boolean |
checkMoreRow(Table<?> table,
boolean toLast)
テーブルオブジェクトに追加でロードできるデータ行が検査するメソッド |
|
void |
close()
|
|
void |
free()
内部リソースの開放を行います。 |
|
Connection |
getConnection()
|
|
String |
getPageSQL()
|
|
Params<?> |
getParams()
|
|
String |
getSQL()
|
|
|
internalLoadData(Table<T> table)
|
|
void |
loadData(Table table)
テーブルオブジェクトにデータをロードするメソッド |
|
void |
setConnection(Connection conn)
|
|
void |
setMaxRows(int newMaxRows)
|
|
void |
setPageSQL(String sql,
int i,
int showRows)
|
|
void |
setParams(Params<?> params)
|
|
void |
setSQL(String sql)
|
|
|
setupColumn(Table<?> table)
テーブルオブジェクトのカラムを構築するメソッド |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LSJsonConnection.Provider(LSJsonConnection conn)
メソッドの詳細 |
---|
public void close() throws DataException
ISQLDataProvider
内の close
DataException
public Connection getConnection()
ISQLDataProvider
内の getConnection
public void setConnection(Connection conn) throws DataException
ISQLDataProvider
内の setConnection
DataException
public String getSQL()
ISQLDataProvider
内の getSQL
public void setSQL(String sql) throws DataException
ISQLDataProvider
内の setSQL
DataException
public Params<?> getParams()
DataProvider
内の getParams
public void setParams(Params<?> params)
DataProvider
内の setParams
public void setMaxRows(int newMaxRows)
ISQLDataProvider
内の setMaxRows
public <E extends Serializable> void setupColumn(Table<?> table) throws DataException
DataProvider
の記述:
DataProvider
内の setupColumn
table
- テーブルオブジェクト
DataException
- 例外発生時public void loadData(Table table) throws DataException
DataProvider
の記述:
DataProvider
内の loadData
table
- テーブルオブジェクト
DataException
- 例外発生時public <T extends Serializable> void internalLoadData(Table<T> table) throws DataException
DataException
public String getPageSQL()
ISQLDataProvider
内の getPageSQL
public void setPageSQL(String sql, int i, int showRows) throws DataException
ISQLDataProvider
内の setPageSQL
DataException
public boolean checkMoreRow(Table<?> table, boolean toLast) throws DataException
DataProvider
の記述:
DataProvider
内の checkMoreRow
table
- テーブルオブジェクトtoLast
- True:最終行まで調べる、False:最終行まで調べない
DataException
- 例外発生時public void free() throws DataException
DataProvider
の記述:
DataProvider
内の free
DataException
- 例外発生時
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |