public class Query_JDBC extends AbstractQuery
<og:query command="{@command}" debug="false"> <!-- 先頭のカラム名が、"WRITABLE" の場合、'true' or '1' で、書き込み許可が与えら,'2' でチェック済みになります。--> select KBSAKU AS WRITABLE, CLM,NAME_JA,LABEL_NAME,KBSAKU,SYSTEM_ID,LANG,FGJ from GE41 <og:where> <og:and value = "FGJ in ('0','1')" /> <og:and value = "SYSTEM_ID like '{@SYSTEM_ID}%'" /> <og:and value = "LANG like '{@LANG}%'" /> <og:and value = "CLM like '{@CLM}%'" /> <og:and value = "KBSAKU = '{@KBSAKU}'" /> </og:where> <og:appear startKey = "order by" value = "{@ORDER_BY}" defaultVal = "SYSTEM_ID,CLM,LANG" /> </og:query>
ARG_ARRAY, DB_MAX_QUERY_TIMEOUT, ERR_MSG, ERR_MSG_ARRAY, SYSARG_ARRAY
コンストラクタと説明 |
---|
Query_JDBC() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
execute()
クエリーを実行します。
|
close, commit, createTableModel, execute, execute, execute, execute, getConnection, getDBTableModel, getEditConfig, getErrorCode, getErrorMessage, getExecuteCount, getMaxRowCount, getSkipRowCount, getStatement, init, isUpdate, realClose, rollback, setDBTableModel, setEditConfig, setErrorCode, setErrorMessage, setExecuteCount, setMaxRowCount, setResourceManager, setSkipRowCount, setStatement, setTransaction, setUpdateFlag, toString, useParameterMetaData
public Query_JDBC()
public void execute()
execute
インタフェース内 Query
execute
クラス内 AbstractQuery
3.8.0.8 (2005/10/03) エラーメッセージの出力順をメッセージ+Queryに変更します。 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.