appengine-sdk 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +97 -0
- data/appengine-java-sdk-1.2.2/ABOUT +24 -0
- data/appengine-java-sdk-1.2.2/COPYING +97 -0
- data/appengine-java-sdk-1.2.2/README +98 -0
- data/appengine-java-sdk-1.2.2/config/sdk/logging.properties +24 -0
- data/appengine-java-sdk-1.2.2/config/user/ant-macros.xml +106 -0
- data/appengine-java-sdk-1.2.2/config/user/log4j.properties +24 -0
- data/appengine-java-sdk-1.2.2/config/user/logging.properties +28 -0
- data/appengine-java-sdk-1.2.2/docs/appengine-web.dtd +34 -0
- data/appengine-java-sdk-1.2.2/docs/appengine-web.xsd +85 -0
- data/appengine-java-sdk-1.2.2/docs/cron.dtd +7 -0
- data/appengine-java-sdk-1.2.2/docs/cron.xsd +20 -0
- data/appengine-java-sdk-1.2.2/docs/datastore-indexes.dtd +11 -0
- data/appengine-java-sdk-1.2.2/docs/datastore-indexes.xsd +40 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/allclasses-frame.html +163 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/allclasses-noframe.html +163 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Blob.html +341 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html +308 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeTranslator.html +419 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeUtils.html +411 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreConfig.html +248 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreFailureException.html +262 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreNeedIndexException.html +245 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreService.html +787 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreServiceFactory.html +298 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreTimeoutException.html +246 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Entity.html +805 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/EntityNotFoundException.html +271 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/EntityTranslator.html +241 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/FetchOptions.Builder.html +305 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/FetchOptions.html +382 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html +351 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Key.html +524 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/KeyFactory.Builder.html +410 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/KeyFactory.html +505 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Link.html +364 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html +247 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/PreparedQuery.html +410 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.FilterOperator.html +376 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.FilterPredicate.html +373 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.SortDirection.html +327 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.SortPredicate.html +338 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.html +702 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/ShortBlob.html +365 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Text.html +344 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Transaction.html +287 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-frame.html +117 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-summary.html +405 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-tree.html +183 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Composite.Anchor.html +441 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Composite.html +243 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/CompositeTransform.html +252 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Image.Format.html +391 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Image.html +345 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesService.OutputEncoding.html +327 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesService.html +452 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesServiceFactory.html +534 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesServiceFailureException.html +248 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Transform.html +234 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-frame.html +77 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-summary.html +257 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-tree.html +178 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.Attachment.html +291 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.Message.html +763 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.html +280 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailServiceFactory.html +257 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-frame.html +47 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-summary.html +224 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-tree.html +156 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/ErrorHandler.html +251 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/Expiration.html +347 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/InvalidValueException.html +264 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/LogAndContinueErrorHandler.html +297 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheService.SetPolicy.html +351 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheService.html +808 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheServiceException.html +262 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheServiceFactory.html +231 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/Stats.html +319 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/StrictErrorHandler.html +291 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-frame.html +77 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-summary.html +271 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-tree.html +175 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/FetchOptions.Builder.html +305 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/FetchOptions.html +414 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPHeader.html +292 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPMethod.html +373 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPRequest.html +490 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPResponse.html +286 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/ResponseTooLargeException.html +244 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/URLFetchService.html +260 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/URLFetchServiceFactory.html +250 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-frame.html +75 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-summary.html +251 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-tree.html +177 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/User.html +411 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserService.html +318 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserServiceFactory.html +223 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserServiceFailureException.html +244 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-frame.html +56 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-summary.html +239 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-tree.html +164 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/constant-values.html +274 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/deprecated-list.html +159 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/dev_javadoc.css +109 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/help-doc.html +217 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/index-all.html +1413 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/index.html +39 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/overview-frame.html +52 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/overview-summary.html +179 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/overview-tree.html +194 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/package-list +6 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/resources/inherit.gif +0 -0
- data/appengine-java-sdk-1.2.2/docs/javadoc/serialized-form.html +958 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/allclasses-frame.html +97 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/allclasses-noframe.html +97 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/KickStart.html +258 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AdminException.html +263 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdmin.LogSeverity.html +375 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdmin.html +380 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.ConnectOptions.html +627 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.PasswordPrompt.html +211 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.html +434 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/Application.html +493 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateFailureEvent.html +269 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateListener.html +254 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateProgressEvent.html +272 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateSuccessEvent.html +226 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-frame.html +79 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-summary.html +227 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-tree.html +173 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/AbstractContainerService.html +497 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocal.html +285 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocalFactory.html +307 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocalImpl.html +370 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ContainerService.EnvironmentVariableMismatchSeverity.html +327 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ContainerService.html +437 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServer.html +459 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServerFactory.html +262 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServerMain.html +300 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/AppEngineLauncher.html +262 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-frame.html +32 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-summary.html +155 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-tree.html +153 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-frame.html +66 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-summary.html +214 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-tree.html +168 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/Enhance.html +268 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/Enhancer.html +298 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/EnhancerTask.html +505 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-frame.html +36 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-summary.html +163 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-tree.html +153 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/LocalVersionFactory.html +256 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/RemoteVersionFactory.html +266 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/SdkInfo.html +419 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/SupportInfo.html +225 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheck.html +349 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheckResults.VersionComparator.html +281 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheckResults.html +374 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/Version.html +329 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-frame.html +46 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-summary.html +195 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-tree.html +152 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-frame.html +32 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-summary.html +155 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-tree.html +151 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/ApiVersionFinder.html +302 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-frame.html +32 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-summary.html +156 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-tree.html +151 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/constant-values.html +196 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/deprecated-list.html +144 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/dev_javadoc.css +109 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/help-doc.html +217 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/index-all.html +784 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/index.html +39 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-frame.html +54 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-summary.html +173 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-tree.html +179 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/package-list +7 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/resources/inherit.gif +0 -0
- data/appengine-java-sdk-1.2.2/docs/tools/javadoc/serialized-form.html +461 -0
- data/appengine-java-sdk-1.2.2/lib/appengine-tools-api.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/impl/appengine-api-stubs.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/impl/appengine-api.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/impl/appengine-local-runtime.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/appengine-local-runtime-shared.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/geronimo-el_1.0_spec-1.0.1.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/geronimo-jsp_2.1_spec-1.0.1.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/geronimo-servlet_2.5_spec-1.2.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/LICENSE +203 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-ant-1.6.5.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-ant-launcher-1.6.5.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-commons-el-1.0.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-commons-logging-1.1.1.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-jasper-compiler-5.0.28.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-jasper-runtime-5.0.28.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/tools/jsp/LICENSE +203 -0
- data/appengine-java-sdk-1.2.2/lib/tools/jsp/repackaged-appengine-jakarta-jstl-1.1.2.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar +0 -0
- data/appengine-java-sdk-1.2.2/lib/user/appengine-api-1.0-sdk-1.2.2.jar +0 -0
- data/lib/appengine-sdk.rb +96 -0
- metadata +256 -0
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2
|
+
<!--NewPage-->
|
|
3
|
+
<HTML>
|
|
4
|
+
<HEAD>
|
|
5
|
+
<!-- Generated by javadoc (build 1.6.0-google-internal) on Sun Jul 12 08:39:56 CDT 2009 -->
|
|
6
|
+
<TITLE>
|
|
7
|
+
Query.SortPredicate
|
|
8
|
+
</TITLE>
|
|
9
|
+
|
|
10
|
+
<META NAME="date" CONTENT="2009-07-12">
|
|
11
|
+
|
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../dev_javadoc.css" TITLE="Style">
|
|
13
|
+
|
|
14
|
+
<SCRIPT type="text/javascript">
|
|
15
|
+
function windowTitle()
|
|
16
|
+
{
|
|
17
|
+
if (location.href.indexOf('is-external=true') == -1) {
|
|
18
|
+
parent.document.title="Query.SortPredicate";
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
</SCRIPT>
|
|
22
|
+
<NOSCRIPT>
|
|
23
|
+
</NOSCRIPT>
|
|
24
|
+
|
|
25
|
+
</HEAD>
|
|
26
|
+
|
|
27
|
+
<BODY BGCOLOR="white" onload="windowTitle();">
|
|
28
|
+
<HR>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
32
|
+
<A NAME="navbar_top"><!-- --></A>
|
|
33
|
+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
|
34
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
35
|
+
<TR>
|
|
36
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
37
|
+
<A NAME="navbar_top_firstrow"><!-- --></A>
|
|
38
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
39
|
+
<TR ALIGN="center" VALIGN="top">
|
|
40
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
41
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
42
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
43
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
44
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
45
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
46
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
47
|
+
</TR>
|
|
48
|
+
</TABLE>
|
|
49
|
+
</TD>
|
|
50
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
51
|
+
</EM>
|
|
52
|
+
</TD>
|
|
53
|
+
</TR>
|
|
54
|
+
|
|
55
|
+
<TR>
|
|
56
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
57
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore"><B>PREV CLASS</B></A>
|
|
58
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore"><B>NEXT CLASS</B></A></FONT></TD>
|
|
59
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
60
|
+
<A HREF="../../../../../index.html?com/google/appengine/api/datastore/Query.SortPredicate.html" target="_top"><B>FRAMES</B></A>
|
|
61
|
+
<A HREF="Query.SortPredicate.html" target="_top"><B>NO FRAMES</B></A>
|
|
62
|
+
<SCRIPT type="text/javascript">
|
|
63
|
+
<!--
|
|
64
|
+
if(window==top) {
|
|
65
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
66
|
+
}
|
|
67
|
+
//-->
|
|
68
|
+
</SCRIPT>
|
|
69
|
+
<NOSCRIPT>
|
|
70
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
71
|
+
</NOSCRIPT>
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
</FONT></TD>
|
|
75
|
+
</TR>
|
|
76
|
+
<TR>
|
|
77
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
78
|
+
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
79
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
80
|
+
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
81
|
+
</TR>
|
|
82
|
+
</TABLE>
|
|
83
|
+
<A NAME="skip-navbar_top"></A>
|
|
84
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
85
|
+
|
|
86
|
+
<HR>
|
|
87
|
+
<!-- ======== START OF CLASS DATA ======== -->
|
|
88
|
+
<H2>
|
|
89
|
+
<FONT SIZE="-1">
|
|
90
|
+
com.google.appengine.api.datastore</FONT>
|
|
91
|
+
<BR>
|
|
92
|
+
Class Query.SortPredicate</H2>
|
|
93
|
+
<PRE>
|
|
94
|
+
java.lang.Object
|
|
95
|
+
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.google.appengine.api.datastore.Query.SortPredicate</B>
|
|
96
|
+
</PRE>
|
|
97
|
+
<DL>
|
|
98
|
+
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
|
|
99
|
+
</DL>
|
|
100
|
+
<DL>
|
|
101
|
+
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></DD>
|
|
102
|
+
</DL>
|
|
103
|
+
<HR>
|
|
104
|
+
<DL>
|
|
105
|
+
<DT><PRE>public static final class <B>Query.SortPredicate</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL>
|
|
106
|
+
</PRE>
|
|
107
|
+
|
|
108
|
+
<P>
|
|
109
|
+
SortPredicate is a data container that holds a single sort
|
|
110
|
+
predicate.
|
|
111
|
+
<P>
|
|
112
|
+
|
|
113
|
+
<P>
|
|
114
|
+
<DL>
|
|
115
|
+
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#com.google.appengine.api.datastore.Query.SortPredicate">Serialized Form</A></DL>
|
|
116
|
+
<HR>
|
|
117
|
+
|
|
118
|
+
<P>
|
|
119
|
+
|
|
120
|
+
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
121
|
+
|
|
122
|
+
<A NAME="constructor_summary"><!-- --></A>
|
|
123
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
124
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
125
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
126
|
+
<B>Constructor Summary</B></FONT></TH>
|
|
127
|
+
</TR>
|
|
128
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
129
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html#Query.SortPredicate(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)">Query.SortPredicate</A></B>(java.lang.String propertyName,
|
|
130
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A> direction)</CODE>
|
|
131
|
+
|
|
132
|
+
<BR>
|
|
133
|
+
</TD>
|
|
134
|
+
</TR>
|
|
135
|
+
</TABLE>
|
|
136
|
+
|
|
137
|
+
<!-- ========== METHOD SUMMARY =========== -->
|
|
138
|
+
|
|
139
|
+
<A NAME="method_summary"><!-- --></A>
|
|
140
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
141
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
142
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
143
|
+
<B>Method Summary</B></FONT></TH>
|
|
144
|
+
</TR>
|
|
145
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
146
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
147
|
+
<CODE> boolean</CODE></FONT></TD>
|
|
148
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object o)</CODE>
|
|
149
|
+
|
|
150
|
+
<BR>
|
|
151
|
+
</TD>
|
|
152
|
+
</TR>
|
|
153
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
154
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
155
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A></CODE></FONT></TD>
|
|
156
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html#getDirection()">getDirection</A></B>()</CODE>
|
|
157
|
+
|
|
158
|
+
<BR>
|
|
159
|
+
Gets the direction of the sort.</TD>
|
|
160
|
+
</TR>
|
|
161
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
162
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
163
|
+
<CODE> java.lang.String</CODE></FONT></TD>
|
|
164
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html#getPropertyName()">getPropertyName</A></B>()</CODE>
|
|
165
|
+
|
|
166
|
+
<BR>
|
|
167
|
+
Gets the name of the property to sort on.</TD>
|
|
168
|
+
</TR>
|
|
169
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
170
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
171
|
+
<CODE> int</CODE></FONT></TD>
|
|
172
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html#hashCode()">hashCode</A></B>()</CODE>
|
|
173
|
+
|
|
174
|
+
<BR>
|
|
175
|
+
</TD>
|
|
176
|
+
</TR>
|
|
177
|
+
</TABLE>
|
|
178
|
+
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
|
|
179
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
180
|
+
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
181
|
+
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
|
|
182
|
+
</TR>
|
|
183
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
184
|
+
<TD><CODE>getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
|
|
185
|
+
</TR>
|
|
186
|
+
</TABLE>
|
|
187
|
+
|
|
188
|
+
<P>
|
|
189
|
+
|
|
190
|
+
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
191
|
+
|
|
192
|
+
<A NAME="constructor_detail"><!-- --></A>
|
|
193
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
194
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
195
|
+
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
196
|
+
<B>Constructor Detail</B></FONT></TH>
|
|
197
|
+
</TR>
|
|
198
|
+
</TABLE>
|
|
199
|
+
|
|
200
|
+
<A NAME="Query.SortPredicate(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)"><!-- --></A><H3>
|
|
201
|
+
Query.SortPredicate</H3>
|
|
202
|
+
<PRE>
|
|
203
|
+
public <B>Query.SortPredicate</B>(java.lang.String propertyName,
|
|
204
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A> direction)</PRE>
|
|
205
|
+
<DL>
|
|
206
|
+
</DL>
|
|
207
|
+
|
|
208
|
+
<!-- ============ METHOD DETAIL ========== -->
|
|
209
|
+
|
|
210
|
+
<A NAME="method_detail"><!-- --></A>
|
|
211
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
212
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
213
|
+
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
214
|
+
<B>Method Detail</B></FONT></TH>
|
|
215
|
+
</TR>
|
|
216
|
+
</TABLE>
|
|
217
|
+
|
|
218
|
+
<A NAME="getPropertyName()"><!-- --></A><H3>
|
|
219
|
+
getPropertyName</H3>
|
|
220
|
+
<PRE>
|
|
221
|
+
public java.lang.String <B>getPropertyName</B>()</PRE>
|
|
222
|
+
<DL>
|
|
223
|
+
<DD>Gets the name of the property to sort on.
|
|
224
|
+
<P>
|
|
225
|
+
<DD><DL>
|
|
226
|
+
</DL>
|
|
227
|
+
</DD>
|
|
228
|
+
<DD><DL>
|
|
229
|
+
</DL>
|
|
230
|
+
</DD>
|
|
231
|
+
</DL>
|
|
232
|
+
<HR>
|
|
233
|
+
|
|
234
|
+
<A NAME="getDirection()"><!-- --></A><H3>
|
|
235
|
+
getDirection</H3>
|
|
236
|
+
<PRE>
|
|
237
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A> <B>getDirection</B>()</PRE>
|
|
238
|
+
<DL>
|
|
239
|
+
<DD>Gets the direction of the sort.
|
|
240
|
+
<P>
|
|
241
|
+
<DD><DL>
|
|
242
|
+
</DL>
|
|
243
|
+
</DD>
|
|
244
|
+
<DD><DL>
|
|
245
|
+
</DL>
|
|
246
|
+
</DD>
|
|
247
|
+
</DL>
|
|
248
|
+
<HR>
|
|
249
|
+
|
|
250
|
+
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
|
|
251
|
+
equals</H3>
|
|
252
|
+
<PRE>
|
|
253
|
+
public boolean <B>equals</B>(java.lang.Object o)</PRE>
|
|
254
|
+
<DL>
|
|
255
|
+
<DD><DL>
|
|
256
|
+
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
|
|
257
|
+
</DD>
|
|
258
|
+
<DD><DL>
|
|
259
|
+
</DL>
|
|
260
|
+
</DD>
|
|
261
|
+
</DL>
|
|
262
|
+
<HR>
|
|
263
|
+
|
|
264
|
+
<A NAME="hashCode()"><!-- --></A><H3>
|
|
265
|
+
hashCode</H3>
|
|
266
|
+
<PRE>
|
|
267
|
+
public int <B>hashCode</B>()</PRE>
|
|
268
|
+
<DL>
|
|
269
|
+
<DD><DL>
|
|
270
|
+
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
|
|
271
|
+
</DD>
|
|
272
|
+
<DD><DL>
|
|
273
|
+
</DL>
|
|
274
|
+
</DD>
|
|
275
|
+
</DL>
|
|
276
|
+
<!-- ========= END OF CLASS DATA ========= -->
|
|
277
|
+
<HR>
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
281
|
+
<A NAME="navbar_bottom"><!-- --></A>
|
|
282
|
+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
|
283
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
284
|
+
<TR>
|
|
285
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
286
|
+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
|
287
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
288
|
+
<TR ALIGN="center" VALIGN="top">
|
|
289
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
290
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
291
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
292
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
293
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
294
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
295
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
296
|
+
</TR>
|
|
297
|
+
</TABLE>
|
|
298
|
+
</TD>
|
|
299
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
300
|
+
</EM>
|
|
301
|
+
</TD>
|
|
302
|
+
</TR>
|
|
303
|
+
|
|
304
|
+
<TR>
|
|
305
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
306
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore"><B>PREV CLASS</B></A>
|
|
307
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore"><B>NEXT CLASS</B></A></FONT></TD>
|
|
308
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
309
|
+
<A HREF="../../../../../index.html?com/google/appengine/api/datastore/Query.SortPredicate.html" target="_top"><B>FRAMES</B></A>
|
|
310
|
+
<A HREF="Query.SortPredicate.html" target="_top"><B>NO FRAMES</B></A>
|
|
311
|
+
<SCRIPT type="text/javascript">
|
|
312
|
+
<!--
|
|
313
|
+
if(window==top) {
|
|
314
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
315
|
+
}
|
|
316
|
+
//-->
|
|
317
|
+
</SCRIPT>
|
|
318
|
+
<NOSCRIPT>
|
|
319
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
320
|
+
</NOSCRIPT>
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
</FONT></TD>
|
|
324
|
+
</TR>
|
|
325
|
+
<TR>
|
|
326
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
327
|
+
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
328
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
329
|
+
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
330
|
+
</TR>
|
|
331
|
+
</TABLE>
|
|
332
|
+
<A NAME="skip-navbar_bottom"></A>
|
|
333
|
+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
334
|
+
|
|
335
|
+
<HR>
|
|
336
|
+
|
|
337
|
+
</BODY>
|
|
338
|
+
</HTML>
|
|
@@ -0,0 +1,702 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2
|
+
<!--NewPage-->
|
|
3
|
+
<HTML>
|
|
4
|
+
<HEAD>
|
|
5
|
+
<!-- Generated by javadoc (build 1.6.0-google-internal) on Sun Jul 12 08:39:56 CDT 2009 -->
|
|
6
|
+
<TITLE>
|
|
7
|
+
Query
|
|
8
|
+
</TITLE>
|
|
9
|
+
|
|
10
|
+
<META NAME="date" CONTENT="2009-07-12">
|
|
11
|
+
|
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../dev_javadoc.css" TITLE="Style">
|
|
13
|
+
|
|
14
|
+
<SCRIPT type="text/javascript">
|
|
15
|
+
function windowTitle()
|
|
16
|
+
{
|
|
17
|
+
if (location.href.indexOf('is-external=true') == -1) {
|
|
18
|
+
parent.document.title="Query";
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
</SCRIPT>
|
|
22
|
+
<NOSCRIPT>
|
|
23
|
+
</NOSCRIPT>
|
|
24
|
+
|
|
25
|
+
</HEAD>
|
|
26
|
+
|
|
27
|
+
<BODY BGCOLOR="white" onload="windowTitle();">
|
|
28
|
+
<HR>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
32
|
+
<A NAME="navbar_top"><!-- --></A>
|
|
33
|
+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
|
34
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
35
|
+
<TR>
|
|
36
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
37
|
+
<A NAME="navbar_top_firstrow"><!-- --></A>
|
|
38
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
39
|
+
<TR ALIGN="center" VALIGN="top">
|
|
40
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
41
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
42
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
43
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
44
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
45
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
46
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
47
|
+
</TR>
|
|
48
|
+
</TABLE>
|
|
49
|
+
</TD>
|
|
50
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
51
|
+
</EM>
|
|
52
|
+
</TD>
|
|
53
|
+
</TR>
|
|
54
|
+
|
|
55
|
+
<TR>
|
|
56
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
57
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html" title="class in com.google.appengine.api.datastore"><B>PREV CLASS</B></A>
|
|
58
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore"><B>NEXT CLASS</B></A></FONT></TD>
|
|
59
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
60
|
+
<A HREF="../../../../../index.html?com/google/appengine/api/datastore/Query.html" target="_top"><B>FRAMES</B></A>
|
|
61
|
+
<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A>
|
|
62
|
+
<SCRIPT type="text/javascript">
|
|
63
|
+
<!--
|
|
64
|
+
if(window==top) {
|
|
65
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
66
|
+
}
|
|
67
|
+
//-->
|
|
68
|
+
</SCRIPT>
|
|
69
|
+
<NOSCRIPT>
|
|
70
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
71
|
+
</NOSCRIPT>
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
</FONT></TD>
|
|
75
|
+
</TR>
|
|
76
|
+
<TR>
|
|
77
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
78
|
+
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
79
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
80
|
+
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
81
|
+
</TR>
|
|
82
|
+
</TABLE>
|
|
83
|
+
<A NAME="skip-navbar_top"></A>
|
|
84
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
85
|
+
|
|
86
|
+
<HR>
|
|
87
|
+
<!-- ======== START OF CLASS DATA ======== -->
|
|
88
|
+
<H2>
|
|
89
|
+
<FONT SIZE="-1">
|
|
90
|
+
com.google.appengine.api.datastore</FONT>
|
|
91
|
+
<BR>
|
|
92
|
+
Class Query</H2>
|
|
93
|
+
<PRE>
|
|
94
|
+
java.lang.Object
|
|
95
|
+
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.google.appengine.api.datastore.Query</B>
|
|
96
|
+
</PRE>
|
|
97
|
+
<DL>
|
|
98
|
+
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
|
|
99
|
+
</DL>
|
|
100
|
+
<HR>
|
|
101
|
+
<DL>
|
|
102
|
+
<DT><PRE>public final class <B>Query</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL>
|
|
103
|
+
</PRE>
|
|
104
|
+
|
|
105
|
+
<P>
|
|
106
|
+
<code>Query</code> encapsulates a request for zero or more <code>Entity</code> objects out of the datastore. It supports querying on
|
|
107
|
+
zero or more properties, querying by ancestor, and sorting. <code>Entity</code> objects which match the query can be retrieved in a single
|
|
108
|
+
list, or with an unbounded iterator.
|
|
109
|
+
<P>
|
|
110
|
+
|
|
111
|
+
<P>
|
|
112
|
+
<DL>
|
|
113
|
+
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#com.google.appengine.api.datastore.Query">Serialized Form</A></DL>
|
|
114
|
+
<HR>
|
|
115
|
+
|
|
116
|
+
<P>
|
|
117
|
+
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
|
118
|
+
|
|
119
|
+
<A NAME="nested_class_summary"><!-- --></A>
|
|
120
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
121
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
122
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
123
|
+
<B>Nested Class Summary</B></FONT></TH>
|
|
124
|
+
</TR>
|
|
125
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
126
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
127
|
+
<CODE>static class</CODE></FONT></TD>
|
|
128
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore">Query.FilterOperator</A></B></CODE>
|
|
129
|
+
|
|
130
|
+
<BR>
|
|
131
|
+
FilterOperator specifies what type of operation you want to apply
|
|
132
|
+
to your filter.</TD>
|
|
133
|
+
</TR>
|
|
134
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
135
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
136
|
+
<CODE>static class</CODE></FONT></TD>
|
|
137
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A></B></CODE>
|
|
138
|
+
|
|
139
|
+
<BR>
|
|
140
|
+
FilterPredicate is a data container that holds a single filter
|
|
141
|
+
predicate.</TD>
|
|
142
|
+
</TR>
|
|
143
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
144
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
145
|
+
<CODE>static class</CODE></FONT></TD>
|
|
146
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A></B></CODE>
|
|
147
|
+
|
|
148
|
+
<BR>
|
|
149
|
+
<code>SortDirection</code> controls the order of a sort.</TD>
|
|
150
|
+
</TR>
|
|
151
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
152
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
153
|
+
<CODE>static class</CODE></FONT></TD>
|
|
154
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A></B></CODE>
|
|
155
|
+
|
|
156
|
+
<BR>
|
|
157
|
+
SortPredicate is a data container that holds a single sort
|
|
158
|
+
predicate.</TD>
|
|
159
|
+
</TR>
|
|
160
|
+
</TABLE>
|
|
161
|
+
|
|
162
|
+
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
163
|
+
|
|
164
|
+
<A NAME="constructor_summary"><!-- --></A>
|
|
165
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
166
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
167
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
168
|
+
<B>Constructor Summary</B></FONT></TH>
|
|
169
|
+
</TR>
|
|
170
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
171
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#Query(com.google.appengine.api.datastore.Key)">Query</A></B>(<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</CODE>
|
|
172
|
+
|
|
173
|
+
<BR>
|
|
174
|
+
Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
175
|
+
the specified <code>Key</code> as an ancestor.</TD>
|
|
176
|
+
</TR>
|
|
177
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
178
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#Query(java.lang.String)">Query</A></B>(java.lang.String kind)</CODE>
|
|
179
|
+
|
|
180
|
+
<BR>
|
|
181
|
+
Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
182
|
+
the specified <code>kind</code>.</TD>
|
|
183
|
+
</TR>
|
|
184
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
185
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#Query(java.lang.String, com.google.appengine.api.datastore.Key)">Query</A></B>(java.lang.String kind,
|
|
186
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</CODE>
|
|
187
|
+
|
|
188
|
+
<BR>
|
|
189
|
+
Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
190
|
+
the specified <code>kind</code>.</TD>
|
|
191
|
+
</TR>
|
|
192
|
+
</TABLE>
|
|
193
|
+
|
|
194
|
+
<!-- ========== METHOD SUMMARY =========== -->
|
|
195
|
+
|
|
196
|
+
<A NAME="method_summary"><!-- --></A>
|
|
197
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
198
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
199
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
|
200
|
+
<B>Method Summary</B></FONT></TH>
|
|
201
|
+
</TR>
|
|
202
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
203
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
204
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></CODE></FONT></TD>
|
|
205
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#addFilter(java.lang.String, com.google.appengine.api.datastore.Query.FilterOperator, java.lang.Object)">addFilter</A></B>(java.lang.String propertyName,
|
|
206
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore">Query.FilterOperator</A> operator,
|
|
207
|
+
java.lang.Object value)</CODE>
|
|
208
|
+
|
|
209
|
+
<BR>
|
|
210
|
+
Add a filter on the specified property.</TD>
|
|
211
|
+
</TR>
|
|
212
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
213
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
214
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></CODE></FONT></TD>
|
|
215
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#addSort(java.lang.String)">addSort</A></B>(java.lang.String propertyName)</CODE>
|
|
216
|
+
|
|
217
|
+
<BR>
|
|
218
|
+
Specify how the query results should be sorted.</TD>
|
|
219
|
+
</TR>
|
|
220
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
221
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
222
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></CODE></FONT></TD>
|
|
223
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#addSort(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)">addSort</A></B>(java.lang.String propertyName,
|
|
224
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A> direction)</CODE>
|
|
225
|
+
|
|
226
|
+
<BR>
|
|
227
|
+
Specify how the query results should be sorted.</TD>
|
|
228
|
+
</TR>
|
|
229
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
230
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
231
|
+
<CODE> boolean</CODE></FONT></TD>
|
|
232
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object o)</CODE>
|
|
233
|
+
|
|
234
|
+
<BR>
|
|
235
|
+
</TD>
|
|
236
|
+
</TR>
|
|
237
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
238
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
239
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A></CODE></FONT></TD>
|
|
240
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#getAncestor()">getAncestor</A></B>()</CODE>
|
|
241
|
+
|
|
242
|
+
<BR>
|
|
243
|
+
Gets the current ancestor for this query, or null if there is no
|
|
244
|
+
ancestor specified.</TD>
|
|
245
|
+
</TR>
|
|
246
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
247
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
248
|
+
<CODE> java.util.List<<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>></CODE></FONT></TD>
|
|
249
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#getFilterPredicates()">getFilterPredicates</A></B>()</CODE>
|
|
250
|
+
|
|
251
|
+
<BR>
|
|
252
|
+
Returns an unmodifiable list of the current filter predicates.</TD>
|
|
253
|
+
</TR>
|
|
254
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
255
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
256
|
+
<CODE> java.lang.String</CODE></FONT></TD>
|
|
257
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#getKind()">getKind</A></B>()</CODE>
|
|
258
|
+
|
|
259
|
+
<BR>
|
|
260
|
+
Only <code>Entity</code> objects whose kind matches this value will be
|
|
261
|
+
returned.</TD>
|
|
262
|
+
</TR>
|
|
263
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
264
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
265
|
+
<CODE> java.util.List<<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>></CODE></FONT></TD>
|
|
266
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#getSortPredicates()">getSortPredicates</A></B>()</CODE>
|
|
267
|
+
|
|
268
|
+
<BR>
|
|
269
|
+
Returns an unmodifiable list of the current sort predicates.</TD>
|
|
270
|
+
</TR>
|
|
271
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
272
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
273
|
+
<CODE> int</CODE></FONT></TD>
|
|
274
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#hashCode()">hashCode</A></B>()</CODE>
|
|
275
|
+
|
|
276
|
+
<BR>
|
|
277
|
+
</TD>
|
|
278
|
+
</TR>
|
|
279
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
280
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
281
|
+
<CODE> boolean</CODE></FONT></TD>
|
|
282
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#isKeysOnly()">isKeysOnly</A></B>()</CODE>
|
|
283
|
+
|
|
284
|
+
<BR>
|
|
285
|
+
Returns true if this query will fetch and return keys only, false if it
|
|
286
|
+
will fetch and return full entities.</TD>
|
|
287
|
+
</TR>
|
|
288
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
289
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
290
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></CODE></FONT></TD>
|
|
291
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#setAncestor(com.google.appengine.api.datastore.Key)">setAncestor</A></B>(<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</CODE>
|
|
292
|
+
|
|
293
|
+
<BR>
|
|
294
|
+
Sets an ancestor for this query.</TD>
|
|
295
|
+
</TR>
|
|
296
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
297
|
+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
298
|
+
<CODE> <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A></CODE></FONT></TD>
|
|
299
|
+
<TD><CODE><B><A HREF="../../../../../com/google/appengine/api/datastore/Query.html#setKeysOnly()">setKeysOnly</A></B>()</CODE>
|
|
300
|
+
|
|
301
|
+
<BR>
|
|
302
|
+
Makes this query fetch and return only keys, not full entities.</TD>
|
|
303
|
+
</TR>
|
|
304
|
+
</TABLE>
|
|
305
|
+
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
|
|
306
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
307
|
+
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
308
|
+
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
|
|
309
|
+
</TR>
|
|
310
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
311
|
+
<TD><CODE>getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
|
|
312
|
+
</TR>
|
|
313
|
+
</TABLE>
|
|
314
|
+
|
|
315
|
+
<P>
|
|
316
|
+
|
|
317
|
+
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
318
|
+
|
|
319
|
+
<A NAME="constructor_detail"><!-- --></A>
|
|
320
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
321
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
322
|
+
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
323
|
+
<B>Constructor Detail</B></FONT></TH>
|
|
324
|
+
</TR>
|
|
325
|
+
</TABLE>
|
|
326
|
+
|
|
327
|
+
<A NAME="Query(java.lang.String)"><!-- --></A><H3>
|
|
328
|
+
Query</H3>
|
|
329
|
+
<PRE>
|
|
330
|
+
public <B>Query</B>(java.lang.String kind)</PRE>
|
|
331
|
+
<DL>
|
|
332
|
+
<DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
333
|
+
the specified <code>kind</code>.
|
|
334
|
+
<P>
|
|
335
|
+
<DL>
|
|
336
|
+
|
|
337
|
+
<DT><B>Throws:</B>
|
|
338
|
+
<DD><CODE>java.lang.IllegalArgumentException</CODE> - If kind is null.</DL>
|
|
339
|
+
</DL>
|
|
340
|
+
<HR>
|
|
341
|
+
|
|
342
|
+
<A NAME="Query(com.google.appengine.api.datastore.Key)"><!-- --></A><H3>
|
|
343
|
+
Query</H3>
|
|
344
|
+
<PRE>
|
|
345
|
+
public <B>Query</B>(<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</PRE>
|
|
346
|
+
<DL>
|
|
347
|
+
<DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
348
|
+
the specified <code>Key</code> as an ancestor.
|
|
349
|
+
<P>
|
|
350
|
+
<DL>
|
|
351
|
+
|
|
352
|
+
<DT><B>Throws:</B>
|
|
353
|
+
<DD><CODE>java.lang.IllegalArgumentException</CODE> - If ancestor is null or not complete.</DL>
|
|
354
|
+
</DL>
|
|
355
|
+
<HR>
|
|
356
|
+
|
|
357
|
+
<A NAME="Query(java.lang.String, com.google.appengine.api.datastore.Key)"><!-- --></A><H3>
|
|
358
|
+
Query</H3>
|
|
359
|
+
<PRE>
|
|
360
|
+
public <B>Query</B>(java.lang.String kind,
|
|
361
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</PRE>
|
|
362
|
+
<DL>
|
|
363
|
+
<DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
|
|
364
|
+
the specified <code>kind</code>.
|
|
365
|
+
<P>
|
|
366
|
+
<DL>
|
|
367
|
+
|
|
368
|
+
<DT><B>Throws:</B>
|
|
369
|
+
<DD><CODE>java.lang.IllegalArgumentException</CODE> - If kind and ancestor are both null or if
|
|
370
|
+
the ancestor is not complete.</DL>
|
|
371
|
+
</DL>
|
|
372
|
+
|
|
373
|
+
<!-- ============ METHOD DETAIL ========== -->
|
|
374
|
+
|
|
375
|
+
<A NAME="method_detail"><!-- --></A>
|
|
376
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
|
377
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
378
|
+
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
|
|
379
|
+
<B>Method Detail</B></FONT></TH>
|
|
380
|
+
</TR>
|
|
381
|
+
</TABLE>
|
|
382
|
+
|
|
383
|
+
<A NAME="getKind()"><!-- --></A><H3>
|
|
384
|
+
getKind</H3>
|
|
385
|
+
<PRE>
|
|
386
|
+
public java.lang.String <B>getKind</B>()</PRE>
|
|
387
|
+
<DL>
|
|
388
|
+
<DD>Only <code>Entity</code> objects whose kind matches this value will be
|
|
389
|
+
returned.
|
|
390
|
+
<P>
|
|
391
|
+
<DD><DL>
|
|
392
|
+
</DL>
|
|
393
|
+
</DD>
|
|
394
|
+
<DD><DL>
|
|
395
|
+
</DL>
|
|
396
|
+
</DD>
|
|
397
|
+
</DL>
|
|
398
|
+
<HR>
|
|
399
|
+
|
|
400
|
+
<A NAME="getAncestor()"><!-- --></A><H3>
|
|
401
|
+
getAncestor</H3>
|
|
402
|
+
<PRE>
|
|
403
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> <B>getAncestor</B>()</PRE>
|
|
404
|
+
<DL>
|
|
405
|
+
<DD>Gets the current ancestor for this query, or null if there is no
|
|
406
|
+
ancestor specified.
|
|
407
|
+
<P>
|
|
408
|
+
<DD><DL>
|
|
409
|
+
</DL>
|
|
410
|
+
</DD>
|
|
411
|
+
<DD><DL>
|
|
412
|
+
</DL>
|
|
413
|
+
</DD>
|
|
414
|
+
</DL>
|
|
415
|
+
<HR>
|
|
416
|
+
|
|
417
|
+
<A NAME="setAncestor(com.google.appengine.api.datastore.Key)"><!-- --></A><H3>
|
|
418
|
+
setAncestor</H3>
|
|
419
|
+
<PRE>
|
|
420
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A> <B>setAncestor</B>(<A HREF="../../../../../com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A> ancestor)</PRE>
|
|
421
|
+
<DL>
|
|
422
|
+
<DD>Sets an ancestor for this query.
|
|
423
|
+
|
|
424
|
+
This restricts the query to only return result entities that are
|
|
425
|
+
descended from a given entity. In other words, all of the results
|
|
426
|
+
will have the ancestor as their parent, or parent's parent, or
|
|
427
|
+
etc.
|
|
428
|
+
|
|
429
|
+
If null is specified, unsets any previously-set ancestor. Passing
|
|
430
|
+
<code>null</code> as a parameter does not query for entities without
|
|
431
|
+
ancestors (this type of query is not currently supported).
|
|
432
|
+
<P>
|
|
433
|
+
<DD><DL>
|
|
434
|
+
</DL>
|
|
435
|
+
</DD>
|
|
436
|
+
<DD><DL>
|
|
437
|
+
|
|
438
|
+
<DT><B>Returns:</B><DD><code>this</code> (for chaining)
|
|
439
|
+
<DT><B>Throws:</B>
|
|
440
|
+
<DD><CODE>java.lang.IllegalArgumentException</CODE> - If the ancestor key is incomplete, or if
|
|
441
|
+
you try to unset an ancestor and have not set a kind, or if you try to
|
|
442
|
+
unset an ancestor and have not previously set an ancestor.</DL>
|
|
443
|
+
</DD>
|
|
444
|
+
</DL>
|
|
445
|
+
<HR>
|
|
446
|
+
|
|
447
|
+
<A NAME="addFilter(java.lang.String, com.google.appengine.api.datastore.Query.FilterOperator, java.lang.Object)"><!-- --></A><H3>
|
|
448
|
+
addFilter</H3>
|
|
449
|
+
<PRE>
|
|
450
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A> <B>addFilter</B>(java.lang.String propertyName,
|
|
451
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore">Query.FilterOperator</A> operator,
|
|
452
|
+
java.lang.Object value)</PRE>
|
|
453
|
+
<DL>
|
|
454
|
+
<DD>Add a filter on the specified property.
|
|
455
|
+
<P>
|
|
456
|
+
<DD><DL>
|
|
457
|
+
</DL>
|
|
458
|
+
</DD>
|
|
459
|
+
<DD><DL>
|
|
460
|
+
<DT><B>Parameters:</B><DD><CODE>propertyName</CODE> - The name of the property to which the filter applies.<DD><CODE>operator</CODE> - The filter operator.<DD><CODE>value</CODE> - An instance of a supported datastore type. Note that
|
|
461
|
+
entities with multi-value properties identified by <code>propertyName</code>
|
|
462
|
+
will match this filter if the multi-value property has at least one
|
|
463
|
+
value that matches the condition expressed by <code>operator</code> and
|
|
464
|
+
<code>value</code>. For more information on multi-value property filtering
|
|
465
|
+
please see the
|
|
466
|
+
<a href="http://code.google.com/appengine/docs/java/datastore">
|
|
467
|
+
datastore documentation</a>.
|
|
468
|
+
<DT><B>Returns:</B><DD><code>this</code> (for chaining)
|
|
469
|
+
<DT><B>Throws:</B>
|
|
470
|
+
<DD><CODE>java.lang.NullPointerException</CODE> - If <code>propertyName</code> or <code>operator</code>
|
|
471
|
+
is null.
|
|
472
|
+
<DD><CODE>java.lang.IllegalArgumentException</CODE> - If <code>value</code> is not of a
|
|
473
|
+
type supported by the datastore. See
|
|
474
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/DataTypeUtils.html#isSupportedType(java.lang.Class)"><CODE>DataTypeUtils.isSupportedType(Class)</CODE></A>. Note that unlike
|
|
475
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Entity.html#setProperty(java.lang.String, java.lang.Object)"><CODE>Entity.setProperty(String, Object)</CODE></A>, you cannot provide
|
|
476
|
+
a <CODE>Collection</CODE> containing instances of supported types
|
|
477
|
+
to this method.</DL>
|
|
478
|
+
</DD>
|
|
479
|
+
</DL>
|
|
480
|
+
<HR>
|
|
481
|
+
|
|
482
|
+
<A NAME="getFilterPredicates()"><!-- --></A><H3>
|
|
483
|
+
getFilterPredicates</H3>
|
|
484
|
+
<PRE>
|
|
485
|
+
public java.util.List<<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>> <B>getFilterPredicates</B>()</PRE>
|
|
486
|
+
<DL>
|
|
487
|
+
<DD>Returns an unmodifiable list of the current filter predicates.
|
|
488
|
+
<P>
|
|
489
|
+
<DD><DL>
|
|
490
|
+
</DL>
|
|
491
|
+
</DD>
|
|
492
|
+
<DD><DL>
|
|
493
|
+
</DL>
|
|
494
|
+
</DD>
|
|
495
|
+
</DL>
|
|
496
|
+
<HR>
|
|
497
|
+
|
|
498
|
+
<A NAME="addSort(java.lang.String)"><!-- --></A><H3>
|
|
499
|
+
addSort</H3>
|
|
500
|
+
<PRE>
|
|
501
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A> <B>addSort</B>(java.lang.String propertyName)</PRE>
|
|
502
|
+
<DL>
|
|
503
|
+
<DD>Specify how the query results should be sorted.
|
|
504
|
+
|
|
505
|
+
The first call to addSort will register the property that will
|
|
506
|
+
serve as the primary sort key. A second call to addSort will set
|
|
507
|
+
a secondary sort key, etc.
|
|
508
|
+
|
|
509
|
+
This method will always sort in ascending order. To control the
|
|
510
|
+
order of the sort, use <A HREF="../../../../../com/google/appengine/api/datastore/Query.html#addSort(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)"><CODE>addSort(String,SortDirection)</CODE></A>.
|
|
511
|
+
|
|
512
|
+
Note that entities with multi-value properties identified by
|
|
513
|
+
<code>propertyName</code> will be sorted by the smallest value in the list.
|
|
514
|
+
For more information on sorting properties with multiple values please see
|
|
515
|
+
the <a href="http://code.google.com/appengine/docs/java/datastore">
|
|
516
|
+
datastore documentation</a>.
|
|
517
|
+
<P>
|
|
518
|
+
<DD><DL>
|
|
519
|
+
</DL>
|
|
520
|
+
</DD>
|
|
521
|
+
<DD><DL>
|
|
522
|
+
|
|
523
|
+
<DT><B>Returns:</B><DD><code>this</code> (for chaining)
|
|
524
|
+
<DT><B>Throws:</B>
|
|
525
|
+
<DD><CODE>java.lang.NullPointerException</CODE> - If any argument is null.</DL>
|
|
526
|
+
</DD>
|
|
527
|
+
</DL>
|
|
528
|
+
<HR>
|
|
529
|
+
|
|
530
|
+
<A NAME="addSort(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)"><!-- --></A><H3>
|
|
531
|
+
addSort</H3>
|
|
532
|
+
<PRE>
|
|
533
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A> <B>addSort</B>(java.lang.String propertyName,
|
|
534
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A> direction)</PRE>
|
|
535
|
+
<DL>
|
|
536
|
+
<DD>Specify how the query results should be sorted.
|
|
537
|
+
|
|
538
|
+
The first call to addSort will register the property that will
|
|
539
|
+
serve as the primary sort key. A second call to addSort will set
|
|
540
|
+
a secondary sort key, etc.
|
|
541
|
+
|
|
542
|
+
Note that if <code>direction</code> is <A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html#ASCENDING"><CODE>Query.SortDirection.ASCENDING</CODE></A>,
|
|
543
|
+
entities with multi-value properties identified by
|
|
544
|
+
<code>propertyName</code> will be sorted by the smallest value in the list. If
|
|
545
|
+
<code>direction</code> is <A HREF="../../../../../com/google/appengine/api/datastore/Query.SortDirection.html#DESCENDING"><CODE>Query.SortDirection.DESCENDING</CODE></A>, entities with
|
|
546
|
+
multi-value properties identified by <code>propertyName</code> will be sorted
|
|
547
|
+
by the largest value in the list. For more information on sorting
|
|
548
|
+
properties with multiple values please see
|
|
549
|
+
the <a href="http://code.google.com/appengine/docs/java/datastore">
|
|
550
|
+
datastore documentation</a>.
|
|
551
|
+
<P>
|
|
552
|
+
<DD><DL>
|
|
553
|
+
</DL>
|
|
554
|
+
</DD>
|
|
555
|
+
<DD><DL>
|
|
556
|
+
|
|
557
|
+
<DT><B>Returns:</B><DD><code>this</code> (for chaining)
|
|
558
|
+
<DT><B>Throws:</B>
|
|
559
|
+
<DD><CODE>java.lang.NullPointerException</CODE> - If any argument is null.</DL>
|
|
560
|
+
</DD>
|
|
561
|
+
</DL>
|
|
562
|
+
<HR>
|
|
563
|
+
|
|
564
|
+
<A NAME="getSortPredicates()"><!-- --></A><H3>
|
|
565
|
+
getSortPredicates</H3>
|
|
566
|
+
<PRE>
|
|
567
|
+
public java.util.List<<A HREF="../../../../../com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>> <B>getSortPredicates</B>()</PRE>
|
|
568
|
+
<DL>
|
|
569
|
+
<DD>Returns an unmodifiable list of the current sort predicates.
|
|
570
|
+
<P>
|
|
571
|
+
<DD><DL>
|
|
572
|
+
</DL>
|
|
573
|
+
</DD>
|
|
574
|
+
<DD><DL>
|
|
575
|
+
</DL>
|
|
576
|
+
</DD>
|
|
577
|
+
</DL>
|
|
578
|
+
<HR>
|
|
579
|
+
|
|
580
|
+
<A NAME="setKeysOnly()"><!-- --></A><H3>
|
|
581
|
+
setKeysOnly</H3>
|
|
582
|
+
<PRE>
|
|
583
|
+
public <A HREF="../../../../../com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A> <B>setKeysOnly</B>()</PRE>
|
|
584
|
+
<DL>
|
|
585
|
+
<DD>Makes this query fetch and return only keys, not full entities.
|
|
586
|
+
<P>
|
|
587
|
+
<DD><DL>
|
|
588
|
+
</DL>
|
|
589
|
+
</DD>
|
|
590
|
+
<DD><DL>
|
|
591
|
+
|
|
592
|
+
<DT><B>Returns:</B><DD><code>this</code> (for chaining)</DL>
|
|
593
|
+
</DD>
|
|
594
|
+
</DL>
|
|
595
|
+
<HR>
|
|
596
|
+
|
|
597
|
+
<A NAME="isKeysOnly()"><!-- --></A><H3>
|
|
598
|
+
isKeysOnly</H3>
|
|
599
|
+
<PRE>
|
|
600
|
+
public boolean <B>isKeysOnly</B>()</PRE>
|
|
601
|
+
<DL>
|
|
602
|
+
<DD>Returns true if this query will fetch and return keys only, false if it
|
|
603
|
+
will fetch and return full entities.
|
|
604
|
+
<P>
|
|
605
|
+
<DD><DL>
|
|
606
|
+
</DL>
|
|
607
|
+
</DD>
|
|
608
|
+
<DD><DL>
|
|
609
|
+
</DL>
|
|
610
|
+
</DD>
|
|
611
|
+
</DL>
|
|
612
|
+
<HR>
|
|
613
|
+
|
|
614
|
+
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
|
|
615
|
+
equals</H3>
|
|
616
|
+
<PRE>
|
|
617
|
+
public boolean <B>equals</B>(java.lang.Object o)</PRE>
|
|
618
|
+
<DL>
|
|
619
|
+
<DD><DL>
|
|
620
|
+
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
|
|
621
|
+
</DD>
|
|
622
|
+
<DD><DL>
|
|
623
|
+
</DL>
|
|
624
|
+
</DD>
|
|
625
|
+
</DL>
|
|
626
|
+
<HR>
|
|
627
|
+
|
|
628
|
+
<A NAME="hashCode()"><!-- --></A><H3>
|
|
629
|
+
hashCode</H3>
|
|
630
|
+
<PRE>
|
|
631
|
+
public int <B>hashCode</B>()</PRE>
|
|
632
|
+
<DL>
|
|
633
|
+
<DD><DL>
|
|
634
|
+
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
|
|
635
|
+
</DD>
|
|
636
|
+
<DD><DL>
|
|
637
|
+
</DL>
|
|
638
|
+
</DD>
|
|
639
|
+
</DL>
|
|
640
|
+
<!-- ========= END OF CLASS DATA ========= -->
|
|
641
|
+
<HR>
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
645
|
+
<A NAME="navbar_bottom"><!-- --></A>
|
|
646
|
+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
|
647
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
648
|
+
<TR>
|
|
649
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
650
|
+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
|
651
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
652
|
+
<TR ALIGN="center" VALIGN="top">
|
|
653
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
654
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
655
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
656
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
657
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
658
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
659
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
660
|
+
</TR>
|
|
661
|
+
</TABLE>
|
|
662
|
+
</TD>
|
|
663
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
664
|
+
</EM>
|
|
665
|
+
</TD>
|
|
666
|
+
</TR>
|
|
667
|
+
|
|
668
|
+
<TR>
|
|
669
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
670
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html" title="class in com.google.appengine.api.datastore"><B>PREV CLASS</B></A>
|
|
671
|
+
<A HREF="../../../../../com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore"><B>NEXT CLASS</B></A></FONT></TD>
|
|
672
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
673
|
+
<A HREF="../../../../../index.html?com/google/appengine/api/datastore/Query.html" target="_top"><B>FRAMES</B></A>
|
|
674
|
+
<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A>
|
|
675
|
+
<SCRIPT type="text/javascript">
|
|
676
|
+
<!--
|
|
677
|
+
if(window==top) {
|
|
678
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
|
679
|
+
}
|
|
680
|
+
//-->
|
|
681
|
+
</SCRIPT>
|
|
682
|
+
<NOSCRIPT>
|
|
683
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
|
684
|
+
</NOSCRIPT>
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
</FONT></TD>
|
|
688
|
+
</TR>
|
|
689
|
+
<TR>
|
|
690
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
691
|
+
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
692
|
+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
|
|
693
|
+
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
|
|
694
|
+
</TR>
|
|
695
|
+
</TABLE>
|
|
696
|
+
<A NAME="skip-navbar_bottom"></A>
|
|
697
|
+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
698
|
+
|
|
699
|
+
<HR>
|
|
700
|
+
|
|
701
|
+
</BODY>
|
|
702
|
+
</HTML>
|