Home
last modified time | relevance | path

Searched refs:columnName (Results 1 – 25 of 2366) sorted by relevance

12345678910>>...95

/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Mvc/Model/MetaData/Strategy/
H A DAnnotations.zep79 if empty columnName {
80 let columnName = property;
173 if empty columnName {
174 let columnName = property;
336 let primaryKeys[] = columnName;
338 let nonPrimaryKeys[] = columnName;
346 let identityField = columnName;
353 let skipOnInsert[] = columnName;
360 let skipOnUpdate[] = columnName;
374 let notNull[] = columnName;
[all …]
/dports/www/sogo/SOGo-5.4.0/SOPE/GDLContentStore/
H A Dappointment-oracle.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
H A Dappointment.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
H A Dcontact-oracle.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
58 columnName = c_cn;
63 columnName = c_sn;
73 columnName = c_l;
78 columnName = c_mail;
83 columnName = c_o;
[all …]
H A Dcontact.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
58 columnName = c_cn;
63 columnName = c_sn;
73 columnName = c_l;
78 columnName = c_mail;
83 columnName = c_o;
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/GDLContentStore/
H A Dappointment-oracle.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
H A Dappointment.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
H A Dcontact.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
58 columnName = c_cn;
63 columnName = c_sn;
73 columnName = c_l;
78 columnName = c_mail;
83 columnName = c_o;
[all …]
H A Dcontact-oracle.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
58 columnName = c_cn;
63 columnName = c_sn;
73 columnName = c_l;
78 columnName = c_mail;
83 columnName = c_o;
[all …]
/dports/www/sogo2/SOGo-2.4.1/SOPE/GDLContentStore/
H A Dappointment-oracle.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
H A Dappointment.ocs8 columnName = c_name;
14 columnName = c_content;
32 columnName = c_version;
38 columnName = c_deleted;
47 columnName = c_name;
53 columnName = c_uid;
63 columnName = c_enddate;
73 columnName = c_title;
88 columnName = c_iscycle;
108 columnName = c_status;
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DResultSetMapping.php307 public function isFieldResult($columnName) argument
409 public function isScalarResult($columnName) argument
434 public function getScalarAlias($columnName) argument
436 return $this->scalarMappings[$columnName];
442 * @param string $columnName
446 public function getDeclaringClass($columnName) argument
474 * @param string $columnName
478 public function getEntityAlias($columnName) argument
510 * @param string $columnName
514 public function getFieldName($columnName) argument
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DResultSetMapping.php314 public function isFieldResult($columnName) argument
416 public function isScalarResult($columnName) argument
441 public function getScalarAlias($columnName) argument
443 return $this->scalarMappings[$columnName];
449 * @param string $columnName
453 public function getDeclaringClass($columnName) argument
481 * @param string $columnName
485 public function getEntityAlias($columnName) argument
517 * @param string $columnName
521 public function getFieldName($columnName) argument
[all …]
/dports/www/matomo/piwik/core/Plugin/
H A DMetric.php114 * @param string $columnName
122 $value = $row->getColumn($columnName);
137 return $row[$columnName];
144 $columnName = $mappingNameToId[$columnName];
147 return $row[$columnName];
161 * @param string $columnName
172 $columnName = self::getActualMetricColumn($table, $columnName, $mappingNameToId);
173 return $table->getColumn($columnName);
180 * @param string $columnName
196 $columnName = $mappingNameToId[$columnName];
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/sql/
H A DResultSet.java339 byte getByte(String columnName) throws SQLException; in getByte() argument
349 short getShort(String columnName) throws SQLException; in getShort() argument
359 int getInt(String columnName) throws SQLException; in getInt() argument
369 long getLong(String columnName) throws SQLException; in getLong() argument
379 float getFloat(String columnName) throws SQLException; in getFloat() argument
400 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
421 Date getDate(String columnName) throws SQLException; in getDate() argument
431 Time getTime(String columnName) throws SQLException; in getTime() argument
1373 Ref getRef(String columnName) throws SQLException; in getRef() argument
1382 Blob getBlob(String columnName) throws SQLException; in getBlob() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/sql/
H A DResultSet.java339 byte getByte(String columnName) throws SQLException; in getByte() argument
349 short getShort(String columnName) throws SQLException; in getShort() argument
359 int getInt(String columnName) throws SQLException; in getInt() argument
369 long getLong(String columnName) throws SQLException; in getLong() argument
379 float getFloat(String columnName) throws SQLException; in getFloat() argument
400 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
421 Date getDate(String columnName) throws SQLException; in getDate() argument
431 Time getTime(String columnName) throws SQLException; in getTime() argument
1373 Ref getRef(String columnName) throws SQLException; in getRef() argument
1382 Blob getBlob(String columnName) throws SQLException; in getBlob() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/sql/
H A DResultSet.java339 byte getByte(String columnName) throws SQLException; in getByte() argument
349 short getShort(String columnName) throws SQLException; in getShort() argument
359 int getInt(String columnName) throws SQLException; in getInt() argument
369 long getLong(String columnName) throws SQLException; in getLong() argument
379 float getFloat(String columnName) throws SQLException; in getFloat() argument
400 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
421 Date getDate(String columnName) throws SQLException; in getDate() argument
431 Time getTime(String columnName) throws SQLException; in getTime() argument
1373 Ref getRef(String columnName) throws SQLException; in getRef() argument
1382 Blob getBlob(String columnName) throws SQLException; in getBlob() argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/sql/
H A DResultSet.java339 byte getByte(String columnName) throws SQLException; in getByte() argument
349 short getShort(String columnName) throws SQLException; in getShort() argument
359 int getInt(String columnName) throws SQLException; in getInt() argument
369 long getLong(String columnName) throws SQLException; in getLong() argument
379 float getFloat(String columnName) throws SQLException; in getFloat() argument
400 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
421 Date getDate(String columnName) throws SQLException; in getDate() argument
431 Time getTime(String columnName) throws SQLException; in getTime() argument
1373 Ref getRef(String columnName) throws SQLException; in getRef() argument
1382 Blob getBlob(String columnName) throws SQLException; in getBlob() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/sql/
H A DResultSet.java339 byte getByte(String columnName) throws SQLException; in getByte() argument
349 short getShort(String columnName) throws SQLException; in getShort() argument
359 int getInt(String columnName) throws SQLException; in getInt() argument
369 long getLong(String columnName) throws SQLException; in getLong() argument
379 float getFloat(String columnName) throws SQLException; in getFloat() argument
400 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
421 Date getDate(String columnName) throws SQLException; in getDate() argument
431 Time getTime(String columnName) throws SQLException; in getTime() argument
1373 Ref getRef(String columnName) throws SQLException; in getRef() argument
1382 Blob getBlob(String columnName) throws SQLException; in getBlob() argument
[all …]
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/
H A DTestResultSet.java127 return getObject(columnName(args[0])); in invoke()
129 return getDate(columnName(args[0])); in invoke()
131 return getTime(columnName(args[0])); in invoke()
133 return getTimestamp(columnName(args[0])); in invoke()
169 if ("bigDecimalProperty".equals(columnName)) { in getObject()
177 } else if ("byteProperty".equals(columnName)) { in getObject()
179 } else if ("dateProperty".equals(columnName)) { in getObject()
185 } else if ("intProperty".equals(columnName)) { in getObject()
187 } else if ("longProperty".equals(columnName)) { in getObject()
189 } else if ("nullProperty".equals(columnName)) { in getObject()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/mvc/model/metadata/strategy/
H A Dannotations.zep.c65 ZVAL_UNDEF(&columnName); in PHP_METHOD()
152 if (ZEPHIR_IS_EMPTY(&columnName)) { in PHP_METHOD()
153 ZEPHIR_CPY_WRT(&columnName, &property); in PHP_METHOD()
193 if (ZEPHIR_IS_EMPTY(&columnName)) { in PHP_METHOD()
194 ZEPHIR_CPY_WRT(&columnName, &property); in PHP_METHOD()
247 ZVAL_UNDEF(&columnName); in PHP_METHOD()
487 if (ZEPHIR_IS_EMPTY(&columnName)) { in PHP_METHOD()
488 ZEPHIR_CPY_WRT(&columnName, &property); in PHP_METHOD()
761 ZEPHIR_CPY_WRT(&identityField, &columnName); in PHP_METHOD()
836 if (ZEPHIR_IS_EMPTY(&columnName)) { in PHP_METHOD()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DResultSet.java338 byte getByte(String columnName) throws SQLException; in getByte() argument
348 short getShort(String columnName) throws SQLException; in getShort() argument
358 int getInt(String columnName) throws SQLException; in getInt() argument
368 long getLong(String columnName) throws SQLException; in getLong() argument
378 float getFloat(String columnName) throws SQLException; in getFloat() argument
399 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
420 Date getDate(String columnName) throws SQLException; in getDate() argument
430 Time getTime(String columnName) throws SQLException; in getTime() argument
544 int findColumn(String columnName) throws SQLException; in findColumn() argument
1170 void updateTimestamp(String columnName, Timestamp x) in updateTimestamp() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DResultSet.java338 byte getByte(String columnName) throws SQLException; in getByte() argument
348 short getShort(String columnName) throws SQLException; in getShort() argument
358 int getInt(String columnName) throws SQLException; in getInt() argument
368 long getLong(String columnName) throws SQLException; in getLong() argument
378 float getFloat(String columnName) throws SQLException; in getFloat() argument
399 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
420 Date getDate(String columnName) throws SQLException; in getDate() argument
430 Time getTime(String columnName) throws SQLException; in getTime() argument
544 int findColumn(String columnName) throws SQLException; in findColumn() argument
1170 void updateTimestamp(String columnName, Timestamp x) in updateTimestamp() argument
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/sql/
H A DResultSet.java338 byte getByte(String columnName) throws SQLException; in getByte() argument
348 short getShort(String columnName) throws SQLException; in getShort() argument
358 int getInt(String columnName) throws SQLException; in getInt() argument
368 long getLong(String columnName) throws SQLException; in getLong() argument
378 float getFloat(String columnName) throws SQLException; in getFloat() argument
399 BigDecimal getBigDecimal(String columnName, int scale) in getBigDecimal() argument
420 Date getDate(String columnName) throws SQLException; in getDate() argument
430 Time getTime(String columnName) throws SQLException; in getTime() argument
544 int findColumn(String columnName) throws SQLException; in findColumn() argument
1170 void updateTimestamp(String columnName, Timestamp x) in updateTimestamp() argument
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/model/metadata/strategy/
H A Dannotations.zep99 if empty columnName {
100 let columnName = property;
112 numericTyped[columnName] = true;
118 numericTyped[columnName] = true;
206 let primaryKeys[] = columnName;
215 let identityField = columnName;
222 let skipOnInsert[] = columnName;
229 let skipOnUpdate[] = columnName;
243 let notNull[] = columnName;
254 let attributes[] = columnName;
[all …]

12345678910>>...95