Class N2oSqlQuery
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oSqlQuery
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,DataSourceAware,N2oInvocation,N2oMapInvocation
@Deprecated public class N2oSqlQuery extends Object implements N2oMapInvocation, DataSourceAware
Deprecated.Вызов sql выражения- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSqlQuery()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetCountQuery()Deprecated.StringgetDataSource()Deprecated.StringgetNamespaceUri()Deprecated.StringgetQuery()Deprecated.voidsetCountQuery(String countQuery)Deprecated.voidsetDataSource(String dataSource)Deprecated.voidsetNamespaceUri(String namespaceUri)Deprecated.voidsetQuery(String query)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getCountQuery
public String getCountQuery()
Deprecated.
-
setCountQuery
public void setCountQuery(String countQuery)
Deprecated.
-
getNamespaceUri
public String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getQuery
public String getQuery()
Deprecated.
-
setQuery
public void setQuery(String query)
Deprecated.
-
getDataSource
public String getDataSource()
Deprecated.- Specified by:
getDataSourcein interfaceDataSourceAware
-
setDataSource
public void setDataSource(String dataSource)
Deprecated.- Specified by:
setDataSourcein interfaceDataSourceAware
-
-