Home
last modified time | relevance | path

Searched refs:isInsert (Results 1 – 25 of 125) sorted by relevance

12345

/dports/databases/pgfouine/pgfouine-1.2/tests/
H A DTestQueryLogObject.class.php45 $this->assertFalse($query->isInsert());
51 $this->assertFalse($query->isInsert());
57 $this->assertFalse($query->isInsert());
63 $this->assertFalse($query->isInsert());
69 $this->assertTrue($query->isInsert());
75 $this->assertTrue($query->isInsert());
81 $this->assertFalse($query->isInsert());
87 $this->assertFalse($query->isInsert());
/dports/textproc/jalingo/jalingo-0.6.0-src/test/ja/lingo/readers/ptkdictmysql/
H A DPtkDictMySqlParserTest.java68 assertTrue( reader.isInsert( INSERT_INTO ) ); in testIsInsert()
69 assertFalse( reader.isInsert( INSERT_INTO_WRONG1 ) ); in testIsInsert()
70 assertFalse( reader.isInsert( INSERT_INTO_WRONG2 ) ); in testIsInsert()
71 assertFalse( reader.isInsert( INSERT_INTO_WRONG3 ) ); in testIsInsert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DUpdateCommandOrderer.cs391 bool isTarget, bool isInsert) in ForeignKeyValue()
421 IsInsert = isInsert; in ForeignKeyValue()
432 …TargetKey(ReferentialConstraint metadata, PropagatorResult record, bool isInsert, out ForeignKeyVa… in TryCreateTargetKey()
434 key = new ForeignKeyValue(metadata, record, true, isInsert); in TryCreateTargetKey()
450 …SourceKey(ReferentialConstraint metadata, PropagatorResult record, bool isInsert, out ForeignKeyVa… in TryCreateSourceKey()
452 key = new ForeignKeyValue(metadata, record, false, isInsert); in TryCreateSourceKey()
H A DFunctionMappingTranslator.cs309 bool isInsert = EntityState.Added == stateEntry.State; in Translate()
312 isInsert ? m_mapping.InsertFunctionMapping : m_mapping.DeleteFunctionMapping, in Translate()
313 isInsert ? "Insert" : "Delete", in Translate()
317 …StorageModificationFunctionMapping functionMapping = isInsert ? m_mapping.InsertFunctionMapping : … in Translate()
322 if (isInsert) in Translate()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptManager.java399 private String checkScriptExecution(String strScript, boolean isInsert) { in checkScriptExecution() argument
407 if (checkHalt(str, isInsert)) in checkScriptExecution()
448 boolean isInsert = (strScript.length() > 0 && strScript.charAt(0) == '!'); in evalStringQuietSync()
449 if (isInsert) in evalStringQuietSync()
451 String msg = checkScriptExecution(strScript, isInsert); in evalStringQuietSync()
454 if (vwr.isScriptExecuting() && (isInsert || eval.isPaused())) { in evalStringQuietSync()
468 public boolean checkHalt(String str, boolean isInsert) { in checkHalt() argument
494 if (isInsert) { in checkHalt()
498 if (isInsert || vwr.g.waitForMoveTo) { in checkHalt()
502 : (isInsert ? "!" : "") + haltType + " received"); in checkHalt()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/scriptio/
H A DScriptReaderText.java71 boolean isInsert; field in ScriptReaderText
106 isInsert = true; in readDDL()
167 for (; isInsert || readLoggedStatement(session); in readExistingData()
168 isInsert = false) { in readExistingData()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/sweepline/
H A DSweepLineIndex.java70 if (ev.isInsert()) { in computeOverlaps()
85 if (ev.isInsert()) { in processOverlaps()
/dports/graphics/geos/geos-3.9.1/src/index/sweepline/
H A DSweepLineIndex.cpp74 if(ev->isInsert()) { in computeOverlaps()
93 if(ev->isInsert()) { in processOverlaps()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dwe_dctnrycompress.h152 void setIsInsert(bool isInsert) in setIsInsert() argument
154 m_chunkManager->setIsInsert(isInsert); in setIsInsert()
H A Dwe_colopcompress.h181 void setIsInsert(bool isInsert) in setIsInsert() argument
183 m_chunkManager->setIsInsert(isInsert); in setIsInsert()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dwe_dctnrycompress.h152 void setIsInsert(bool isInsert) in setIsInsert() argument
154 m_chunkManager->setIsInsert(isInsert); in setIsInsert()
H A Dwe_colopcompress.h181 void setIsInsert(bool isInsert) in setIsInsert() argument
183 m_chunkManager->setIsInsert(isInsert); in setIsInsert()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dscatter3dcontroller_p.h95 InsertRemoveRecord(bool isInsert, int startIndex, int count, QAbstract3DSeries *series) : in InsertRemoveRecord()
96 m_isInsert(isInsert), in InsertRemoveRecord()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/
H A DSimpleMCSweepLineIntersector.java122 if (ev.isInsert()) { in computeIntersections()
141 if (ev1.isInsert()) { in processOverlaps()
H A DSimpleSweepLineIntersector.java117 if (ev.isInsert()) { in computeIntersections()
133 if (ev1.isInsert()) { in processOverlaps()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/index/
H A DSimpleSweepLineIntersector.cpp122 if(ev->isInsert()) { in computeIntersections()
142 if(ev1->isInsert()) { in processOverlaps()
H A DSimpleMCSweepLineIntersector.cpp122 if(ev->isInsert()) { in computeIntersections()
144 if(ev1->isInsert()) { in processOverlaps()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DLN.java535 boolean isInsert = (oldLsn == DbLsn.NULL_LSN); in logInternal()
538 entryType = getLogType(isInsert, true); in logInternal()
545 entryType = getLogType(isInsert, false); in logInternal()
717 protected LogEntryType getLogType(boolean isInsert, in getLogType() argument
720 assert !isInsert; in getLogType() local
726 if (isInsert) { in getLogType()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dstmt.go17 isInsert bool member
45 if stmt.isInsert {
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp255 VARIANT_BOOL isInsert = aIsInsert ? VARIANT_TRUE : VARIANT_FALSE; in DispatchTextChangeToHandler() local
264 isInsert, &textSegment); in DispatchTextChangeToHandler()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp251 VARIANT_BOOL isInsert = aIsInsert ? VARIANT_TRUE : VARIANT_FALSE; in DispatchTextChangeToHandler() local
260 isInsert, &textSegment); in DispatchTextChangeToHandler()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp251 VARIANT_BOOL isInsert = aIsInsert ? VARIANT_TRUE : VARIANT_FALSE; in DispatchTextChangeToHandler() local
260 isInsert, &textSegment); in DispatchTextChangeToHandler()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/readers/ptkdictmysql/
H A DPtkDictMySqlParser.java88 } else if ( isInsert( line ) ) { in buildIndexFromCustomFormat()
114 boolean isInsert( String line ) { in isInsert() method in PtkDictMySqlParser
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dstmt.go17 isInsert bool member
45 if stmt.isInsert {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/
H A Dstmt.go17 isInsert bool member
45 if stmt.isInsert {

12345