Home
last modified time | relevance | path

Searched refs:BLOB_TYPE (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/schemas/
H A Dtype.go38 BLOB_TYPE const
60 return s.IsType(BLOB_TYPE)
214 Binary: BLOB_TYPE,
215 VarBinary: BLOB_TYPE,
217 TinyBlob: BLOB_TYPE,
218 Blob: BLOB_TYPE,
219 MediumBlob: BLOB_TYPE,
220 LongBlob: BLOB_TYPE,
221 Bytea: BLOB_TYPE,
222 UniqueIdentifier: BLOB_TYPE,
/dports/www/grafana8/core/
H A Dtype.go32 BLOB_TYPE const
49 return s.IsType(BLOB_TYPE)
167 Binary: BLOB_TYPE,
168 VarBinary: BLOB_TYPE,
170 TinyBlob: BLOB_TYPE,
171 Blob: BLOB_TYPE,
172 MediumBlob: BLOB_TYPE,
173 LongBlob: BLOB_TYPE,
174 Bytea: BLOB_TYPE,
175 UniqueIdentifier: BLOB_TYPE,
/dports/databases/cego/cego-2.47.11/src/
H A DCegoTypeConverter.cc103 case BLOB_TYPE: in getTypeString()
139 case BLOB_TYPE: in getTypeLen()
205 type = BLOB_TYPE; in getTypeId()
H A DCegoXMLHelper.cc111 else if ( pF->getType() == BLOB_TYPE ) in setColInfo()
114 pColElement->setAttribute(XML_JAVATYPE_ATTR, Chain(CEGO_JAVATYPE_MAP[BLOB_TYPE])); in setColInfo()
H A DCegoDataType.h38 BLOB_TYPE, enumerator
H A DCegoQueryHelper.cc1182 else if ( pFV->getType() == BLOB_TYPE || pFV->getType() == CLOB_TYPE ) in prepareFieldValue()
1495 if ( dt == BLOB_TYPE && blobList.Size() > 0) in encodeFVL()
1568 if ( dt == BLOB_TYPE && blobList.Size() > 0) in encodeFVL()
1848 else if (dt == BLOB_TYPE ) in decodeFVL()
1869 if ( dt == BLOB_TYPE ) in decodeFVL()
1967 else if (dt == BLOB_TYPE ) in decodeNativeFVL()
1982 if ( dt == BLOB_TYPE ) in decodeNativeFVL()
2077 if ( fv.getType() == BLOB_TYPE ) in encodeUpdRec()
2115 if ( fv.getType() == BLOB_TYPE ) in encodeUpdRec()
2259 fv = CegoFieldValue(BLOB_TYPE, Chain("[") + Chain(pageId) + Chain("]")); in decodeUpdRec()
[all …]
H A DCegoFieldValue.cc198 case BLOB_TYPE: in CegoFieldValue()
294 case BLOB_TYPE: in getDim()
3353 case BLOB_TYPE: in comp()
3498 case BLOB_TYPE: in fastComp()
3609 case BLOB_TYPE: in isEqual()
3731 case BLOB_TYPE: in isLess()
3852 case BLOB_TYPE: in isMore()
3972 case BLOB_TYPE: in isLessEqual()
4095 case BLOB_TYPE: in isMoreEqual()
5268 case BLOB_TYPE: in toChain()
[all …]
H A DCegoExpOutStream.cc107 if ( pF->getType() == BLOB_TYPE ) in getRowElement()
H A DCegoProcVar.cc211 case BLOB_TYPE: in toChain()
H A DCegoField.cc247 case BLOB_TYPE: in typeToChain()
H A DCegoProcedure.cc293 case BLOB_TYPE: in toChain()
H A DCegoGroupSpace.cc316 case BLOB_TYPE: in getValueForAgg()
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/src/Riak/TimeSeries/
H A DCell.php17 const BLOB_TYPE = 'blob'; define in Basho\\Riak\\TimeSeries\\Cell
72 $this->type = Cell::BLOB_TYPE;
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/src/Riak/Command/TimeSeries/
H A DStore.php49 if ($cell->getType() == Riak\TimeSeries\Cell::BLOB_TYPE) {
/dports/databases/cegobridge/cegobridge-1.6.1/src/
H A DPostgresFormater.cc393 case BLOB_TYPE: in formatProcedure()
465 case BLOB_TYPE: in formatProcVar()
634 if ( type == NULL_TYPE || type == BLOB_TYPE ) in formatFieldValue()
747 case BLOB_TYPE: in formatFieldValue()
H A DOracleFormater.cc394 case BLOB_TYPE: in formatProcedure()
466 case BLOB_TYPE: in formatProcVar()
637 if ( type == NULL_TYPE || type == BLOB_TYPE ) in formatFieldValue()
750 case BLOB_TYPE: in formatFieldValue()
/dports/audio/beets/beets-1.4.9/beets/
H A Dlibrary.py44 BLOB_TYPE = buffer # noqa: F821 variable
46 BLOB_TYPE = memoryview
109 file_blob = BLOB_TYPE(self.file_path)
110 dir_blob = BLOB_TYPE(self.dir_path)
181 elif isinstance(value, BLOB_TYPE):
193 value = BLOB_TYPE(value)
563 elif isinstance(value, BLOB_TYPE):
/dports/devel/bugzilla50/bugzilla-5.0.4/contrib/
H A Dbzdbcopy.pl142 $row->[$colnum], $target_db->BLOB_TYPE);
/dports/devel/bugzilla44/bugzilla-4.4.13/contrib/
H A Dbzdbcopy.pl139 $row->[$colnum], $target_db->BLOB_TYPE);
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DMailer.pm118 $sth->bind_param(1, $string, $dbh->BLOB_TYPE);
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dplaylist.py74 return clause, (beets.library.BLOB_TYPE(p) for p in self.paths)
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/DB/
H A DPg.pm32 use constant BLOB_TYPE => { pg_type => DBD::Pg::PG_BYTEA }; constant
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DDB.pm32 use constant BLOB_TYPE => DBI::SQL_BLOB; constant
1330 $sth->bind_param(1, $store_me, $self->BLOB_TYPE);
1414 $sth->bind_param(1, $store_me, $self->BLOB_TYPE);
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/DB/
H A DPg.pm35 use constant BLOB_TYPE => { pg_type => DBD::Pg::PG_BYTEA }; constant
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/dialects/
H A Dsqlite3.go249 return schemas.BLOB_TYPE

12