@@ -16,16 +16,20 @@ use AppBundle\Model\RespuestasSmsQuery;
...
@@ -16,16 +16,20 @@ use AppBundle\Model\RespuestasSmsQuery;
/**
/**
* @method RespuestasSmsQuery orderByResId($order = Criteria::ASC) Order by the res_id column
* @method RespuestasSmsQuery orderByResId($order = Criteria::ASC) Order by the res_id column
* @method RespuestasSmsQuery orderByResCampana($order = Criteria::ASC) Order by the res_campana column
* @method RespuestasSmsQuery orderByResProveedorSms($order = Criteria::ASC) Order by the res_proveedor_sms column
* @method RespuestasSmsQuery orderByResProveedorSms($order = Criteria::ASC) Order by the res_proveedor_sms column
* @method RespuestasSmsQuery orderByResEmisor($order = Criteria::ASC) Order by the res_emisor column
* @method RespuestasSmsQuery orderByResEmisor($order = Criteria::ASC) Order by the res_emisor column
* @method RespuestasSmsQuery orderByResMovil($order = Criteria::ASC) Order by the res_movil column
* @method RespuestasSmsQuery orderByResMensaje($order = Criteria::ASC) Order by the res_mensaje column
* @method RespuestasSmsQuery orderByResMensaje($order = Criteria::ASC) Order by the res_mensaje column
* @method RespuestasSmsQuery orderByResHttpCodeRespuestaPeticion($order = Criteria::ASC) Order by the res_http_code_respuesta_peticion column
* @method RespuestasSmsQuery orderByResHttpCodeRespuestaPeticion($order = Criteria::ASC) Order by the res_http_code_respuesta_peticion column
* @method RespuestasSmsQuery orderByCreatedAt($order = Criteria::ASC) Order by the created_at column
* @method RespuestasSmsQuery orderByCreatedAt($order = Criteria::ASC) Order by the created_at column
* @method RespuestasSmsQuery orderByUpdatedAt($order = Criteria::ASC) Order by the updated_at column
* @method RespuestasSmsQuery orderByUpdatedAt($order = Criteria::ASC) Order by the updated_at column
*
*
* @method RespuestasSmsQuery groupByResId() Group by the res_id column
* @method RespuestasSmsQuery groupByResId() Group by the res_id column
* @method RespuestasSmsQuery groupByResCampana() Group by the res_campana column
* @method RespuestasSmsQuery groupByResProveedorSms() Group by the res_proveedor_sms column
* @method RespuestasSmsQuery groupByResProveedorSms() Group by the res_proveedor_sms column
* @method RespuestasSmsQuery groupByResEmisor() Group by the res_emisor column
* @method RespuestasSmsQuery groupByResEmisor() Group by the res_emisor column
* @method RespuestasSmsQuery groupByResMovil() Group by the res_movil column
* @method RespuestasSmsQuery groupByResMensaje() Group by the res_mensaje column
* @method RespuestasSmsQuery groupByResMensaje() Group by the res_mensaje column
* @method RespuestasSmsQuery groupByResHttpCodeRespuestaPeticion() Group by the res_http_code_respuesta_peticion column
* @method RespuestasSmsQuery groupByResHttpCodeRespuestaPeticion() Group by the res_http_code_respuesta_peticion column
* @method RespuestasSmsQuery groupByCreatedAt() Group by the created_at column
* @method RespuestasSmsQuery groupByCreatedAt() Group by the created_at column
...
@@ -38,16 +42,20 @@ use AppBundle\Model\RespuestasSmsQuery;
...
@@ -38,16 +42,20 @@ use AppBundle\Model\RespuestasSmsQuery;
* @method RespuestasSms findOne(PropelPDO $con = null) Return the first RespuestasSms matching the query
* @method RespuestasSms findOne(PropelPDO $con = null) Return the first RespuestasSms matching the query
* @method RespuestasSms findOneOrCreate(PropelPDO $con = null) Return the first RespuestasSms matching the query, or a new RespuestasSms object populated from the query conditions when no match is found
* @method RespuestasSms findOneOrCreate(PropelPDO $con = null) Return the first RespuestasSms matching the query, or a new RespuestasSms object populated from the query conditions when no match is found
*
*
* @method RespuestasSms findOneByResCampana(int $res_campana) Return the first RespuestasSms filtered by the res_campana column
* @method RespuestasSms findOneByResProveedorSms(int $res_proveedor_sms) Return the first RespuestasSms filtered by the res_proveedor_sms column
* @method RespuestasSms findOneByResProveedorSms(int $res_proveedor_sms) Return the first RespuestasSms filtered by the res_proveedor_sms column
* @method RespuestasSms findOneByResEmisor(int $res_emisor) Return the first RespuestasSms filtered by the res_emisor column
* @method RespuestasSms findOneByResEmisor(string $res_emisor) Return the first RespuestasSms filtered by the res_emisor column
* @method RespuestasSms findOneByResMovil(string $res_movil) Return the first RespuestasSms filtered by the res_movil column
* @method RespuestasSms findOneByResMensaje(string $res_mensaje) Return the first RespuestasSms filtered by the res_mensaje column
* @method RespuestasSms findOneByResMensaje(string $res_mensaje) Return the first RespuestasSms filtered by the res_mensaje column
* @method RespuestasSms findOneByResHttpCodeRespuestaPeticion(int $res_http_code_respuesta_peticion) Return the first RespuestasSms filtered by the res_http_code_respuesta_peticion column
* @method RespuestasSms findOneByResHttpCodeRespuestaPeticion(int $res_http_code_respuesta_peticion) Return the first RespuestasSms filtered by the res_http_code_respuesta_peticion column
* @method RespuestasSms findOneByCreatedAt(string $created_at) Return the first RespuestasSms filtered by the created_at column
* @method RespuestasSms findOneByCreatedAt(string $created_at) Return the first RespuestasSms filtered by the created_at column
* @method RespuestasSms findOneByUpdatedAt(string $updated_at) Return the first RespuestasSms filtered by the updated_at column
* @method RespuestasSms findOneByUpdatedAt(string $updated_at) Return the first RespuestasSms filtered by the updated_at column
*
*
* @method array findByResId(int $res_id) Return RespuestasSms objects filtered by the res_id column
* @method array findByResId(int $res_id) Return RespuestasSms objects filtered by the res_id column
* @method array findByResCampana(int $res_campana) Return RespuestasSms objects filtered by the res_campana column
* @method array findByResProveedorSms(int $res_proveedor_sms) Return RespuestasSms objects filtered by the res_proveedor_sms column
* @method array findByResProveedorSms(int $res_proveedor_sms) Return RespuestasSms objects filtered by the res_proveedor_sms column
* @method array findByResEmisor(int $res_emisor) Return RespuestasSms objects filtered by the res_emisor column
* @method array findByResEmisor(string $res_emisor) Return RespuestasSms objects filtered by the res_emisor column
* @method array findByResMovil(string $res_movil) Return RespuestasSms objects filtered by the res_movil column
* @method array findByResMensaje(string $res_mensaje) Return RespuestasSms objects filtered by the res_mensaje column
* @method array findByResMensaje(string $res_mensaje) Return RespuestasSms objects filtered by the res_mensaje column
* @method array findByResHttpCodeRespuestaPeticion(int $res_http_code_respuesta_peticion) Return RespuestasSms objects filtered by the res_http_code_respuesta_peticion column
* @method array findByResHttpCodeRespuestaPeticion(int $res_http_code_respuesta_peticion) Return RespuestasSms objects filtered by the res_http_code_respuesta_peticion column
* @method array findByCreatedAt(string $created_at) Return RespuestasSms objects filtered by the created_at column
* @method array findByCreatedAt(string $created_at) Return RespuestasSms objects filtered by the created_at column
...
@@ -157,7 +165,7 @@ abstract class BaseRespuestasSmsQuery extends ModelCriteria
...
@@ -157,7 +165,7 @@ abstract class BaseRespuestasSmsQuery extends ModelCriteria
*/
*/
protectedfunctionfindPkSimple($key,$con)
protectedfunctionfindPkSimple($key,$con)
{
{
$sql='SELECT `res_id`, `res_proveedor_sms`, `res_emisor`, `res_mensaje`, `res_http_code_respuesta_peticion`, `created_at`, `updated_at` FROM `respuestas_sms` WHERE `res_id` = :p0';
$sql='SELECT `res_id`, `res_campana`, `res_proveedor_sms`, `res_emisor`, `res_movil`, `res_mensaje`, `res_http_code_respuesta_peticion`, `created_at`, `updated_at` FROM `respuestas_sms` WHERE `res_id` = :p0';
try{
try{
$stmt=$con->prepare($sql);
$stmt=$con->prepare($sql);
$stmt->bindValue(':p0',$key,PDO::PARAM_INT);
$stmt->bindValue(':p0',$key,PDO::PARAM_INT);
...
@@ -288,6 +296,48 @@ abstract class BaseRespuestasSmsQuery extends ModelCriteria
...
@@ -288,6 +296,48 @@ abstract class BaseRespuestasSmsQuery extends ModelCriteria