Examples with "String sql" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
setGeneratedSQL(String sql): establece la sentencia SQL que debe ser ejecutada por Apia para obtener los distintos datos.
setGeneratedSQL(String sql): establishes the SQL judgement that must be executed by Apia to obtain the different data.
Andere resultaten
Devuelve un string escapado para ser usado en una sentencia SQL SQLite SQL.
Returns an escaped string for use in an SQLite SQL statement.
Utilice SQL NULL en lugar de una string vacía.
Contamos con funciones de SQL para convertir las fechas en una string con formato.
SQL functions are provided to convert dates to a formatted string.
Cuando el texto se inserta en una string legible por máquina, como un URI o una consulta de SQL.
The text is being inserted into a machine-readable string, such as a URI or a SQL query.
sgltext string El texto de la sentencia SQL.
sqltext string The SQL statement text.
A todas las propiedades primitivas se les da un tipo string en el modelo SDO, sin tener en cuenta su tipo SQL.
All primitive properties are given a type of string in the SDO model, regardless of their SQL type.
A todas las propiedades primitivas se les da un tipo string en el modelo SDO, sin tener en cuenta su tipo SQL.
The Relational DAS defines all primitive properties in the SDO model as being of type string.
El complemento examinará el comienzo de un string de consulta para buscar un comentario SQL para ciertos comandos, los cuales luego controlarán la redirección de la consulta.
The plugin will scan the beginning of a query string for an SQL comment for certain commands, which then control query redirection.
Cuando se vuelve a escribir valores en la base de datos, el DAS Relacional creará sentencias SQL que tratan los valores como string, y la base de datos los convertirá al tipo apropiado.
When writing values back to the database the Relational DAS will create SQL statements that treat the values as strings, and the database will convert them to the appropriate type.
Es un lenguaje propiamente dicho, y aquellos de vosotros que hayáis trabajado con otros frameworks antes de venir a Rails, normalmente habréis terminar teniendo que escribir consultas SQL y después pasarlas como un string a alguien, verdad?
Sequel queries for databases, right, that, it's own language and those of you who have worked with other frameworks before coming to Rails, usually what you end up doing is essentially writing sequel queries and then passing off a string to someone, right?
Hay métodos de actualización para los ocho tipos de datos primitivos, así como String, Object, URL, y los tipos de datos SQL en el paquete java.sql.
There are update methods for the eight primitive data types, as well as String, Object, URL, and the SQL data types in the java.sql package.
STRING YES en el caso de vistas creadas con una consulta de SQL estándar; NO en el caso de que useLegacySql esté configurado como true
STRING YES if the view was created by using a standard SQL query; NO if useLegacySql is set to true