org.seasar.doma.internal.jdbc.query
クラス SqlFileSelectQuery
java.lang.Object
org.seasar.doma.internal.jdbc.query.SqlFileSelectQuery
- すべての実装されたインタフェース:
- Query, SelectQuery
public class SqlFileSelectQuery
- extends Object
- implements SelectQuery
- 作成者:
- taedium
config
protected Config config
sqlFilePath
protected String sqlFilePath
parameters
protected Map<String,Object> parameters
callerClassName
protected String callerClassName
callerMethodName
protected String callerMethodName
sql
protected PreparedSql sql
options
protected SelectOptions options
fetchSize
protected int fetchSize
maxRows
protected int maxRows
queryTimeout
protected int queryTimeout
SqlFileSelectQuery
public SqlFileSelectQuery()
compile
public void compile()
prepareOptions
protected void prepareOptions()
prepareSql
protected void prepareSql()
getOptions
public SelectOptions getOptions()
- 定義:
- インタフェース
SelectQuery 内の getOptions
setOptions
public void setOptions(SelectOptions options)
setConfig
public void setConfig(Config config)
setSqlFilePath
public void setSqlFilePath(String sqlFilePath)
addParameter
public void addParameter(String name,
Object value)
setCallerClassName
public void setCallerClassName(String callerClassName)
setCallerMethodName
public void setCallerMethodName(String callerMethodName)
getSql
public PreparedSql getSql()
- 定義:
- インタフェース
Query 内の getSql - 定義:
- インタフェース
SelectQuery 内の getSql
getClassName
public String getClassName()
- 定義:
- インタフェース
Query 内の getClassName
getMethodName
public String getMethodName()
- 定義:
- インタフェース
Query 内の getMethodName
getConfig
public Config getConfig()
- 定義:
- インタフェース
Query 内の getConfig
getFetchSize
public int getFetchSize()
- 定義:
- インタフェース
SelectQuery 内の getFetchSize
setFetchSize
public void setFetchSize(int fetchSize)
getMaxRows
public int getMaxRows()
- 定義:
- インタフェース
SelectQuery 内の getMaxRows
setMaxRows
public void setMaxRows(int maxRows)
getQueryTimeout
public int getQueryTimeout()
- 定義:
- インタフェース
Query 内の getQueryTimeout
setQueryTimeout
public void setQueryTimeout(int queryTimeout)
toString
public String toString()
- オーバーライド:
- クラス
Object 内の toString
Copyright © 2009 The Seasar Foundation. All Rights Reserved.