- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 923 for rquery (0.85 sec)
-
src/main/java/org/codelibs/core/sql/PreparedStatementUtil.java
* * @author higa */ public abstract class PreparedStatementUtil { /** * Do not instantiate. */ protected PreparedStatementUtil() { } /** * Executes the query. * * @param ps * {@link PreparedStatement}. Must not be {@literal null}. * @return {@link ResultSet} * @throws SQLRuntimeException * If a {@link SQLException} occurs.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/AllocInfo.java
*/ package jcifs.internal; import jcifs.internal.fscc.FileSystemInformation; /** * Interface for file system allocation information providing capacity and free space details. * Used in SMB protocol operations to query disk space information from remote SMB shares. * * @author mbechler */ public interface AllocInfo extends FileSystemInformation { /** * Gets the total capacity of the allocation. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-forms-and-files.md
## Importe `File` e `Form` {* ../../docs_src/request_forms_and_files/tutorial001.py hl[1] *} ## Defina parâmetros de `File` e `Form` Crie parâmetros de arquivo e formulário da mesma forma que você faria para `Body` ou `Query`: {* ../../docs_src/request_forms_and_files/tutorial001.py hl[8] *} Os arquivos e campos de formulário serão carregados como dados de formulário e você receberá os arquivos e campos de formulário.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.4K bytes - Viewed (0) -
docs/en/docs/release-notes.md
@app.get("/items/") async def read_items(filter_query: Annotated[FilterParams, Query()]): return filter_query ``` This applies to `Query`, `Header`, and `Cookie` parameters, read the new docs: * [Forbid Extra Query Parameters](https://fastapi.tiangolo.com/tutorial/query-param-models/#forbid-extra-query-parameters)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
docs/em/docs/benchmarks.md
# 📇 🔬 🇸🇲 📇 🎦 **FastAPI** 🈸 🏃♂ 🔽 Uvicorn <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">1️⃣ ⏩ 🐍 🛠️ 💪</a>, 🕴 🔛 💃 & Uvicorn 👫 (⚙️ 🔘 FastAPI). (*) ✋️ 🕐❔ ✅ 📇 & 🔺 👆 🔜 ✔️ 📄 🤯. ## 📇 & 🚅 🕐❔ 👆 ✅ 📇, ⚫️ ⚠ 👀 📚 🧰 🎏 🆎 🔬 🌓. 🎯, 👀 Uvicorn, 💃 & FastAPI 🔬 👯♂️ (👪 📚 🎏 🧰).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Apr 01 09:26:04 UTC 2023 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
} /** * LSA query information policy message. */ public static class LsarQueryInformationPolicy extends DcerpcMessage { @Override public int getOpnum() { return 0x07; } /** Return value from the RPC call. */ public int retval; /** Policy handle for the query. */ public rpc.policy_handle handle;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0) -
docs/select/README.md
You can use the Select API to query objects with following features: - Objects must be in CSV, JSON, or Parquet(*) format. - UTF-8 is the only encoding type the Select API supports.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileSystemInformation.java
import jcifs.Decodable; /** * Base interface for File System Control Code (FSCC) file system information structures. * Provides common functionality for various SMB2/SMB3 file system information classes * used in query file system information operations, with constants for information levels. * * @author mbechler */ public interface FileSystemInformation extends Decodable { /** * SMB information allocation constant.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.6K bytes - Viewed (0) -
docs/es/docs/tutorial/request-forms-and-files.md
{* ../../docs_src/request_forms_and_files/tutorial001_an_py39.py hl[3] *} ## Definir parámetros `File` y `Form` Crea parámetros de archivo y formulario de la misma manera que lo harías para `Body` o `Query`: {* ../../docs_src/request_forms_and_files/tutorial001_an_py39.py hl[10:12] *} Los archivos y campos de formulario se subirán como form data y recibirás los archivos y campos de formulario.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameQueryResponse.java
int writeRDataWireFormat(final byte[] dst, final int dstIndex) { return 0; } @Override int readRDataWireFormat(final byte[] src, int srcIndex) { if (resultCode != 0 || opCode != QUERY) { return 0; } final boolean groupName = ((src[srcIndex] & 0x80) == 0x80) == true; final int nodeType = (src[srcIndex] & 0x60) >> 5; srcIndex += 2;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 2K bytes - Viewed (0)