C# Class exo_jcr.webdav.csclient.Search.SQLQuery

Inheritance: DavQuery
ファイルを表示 Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Methods

Method Description
SQLQuery ( ) : System
setQuery ( String query ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

SQLQuery() public method

public SQLQuery ( ) : System
return System

setQuery() public method

public setQuery ( String query ) : void
query String
return void

toXml() public method

public toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void