Home
last modified time | relevance | path

Searched defs:ifExists (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DResourceTestHelper.java54 …public static void replicate(String src, String destPrefix, String destSuffix, int n, int ifExists in replicate()
63 public static void copy(String src, String dest, int ifExists) throws CoreException { in copy()
68 private static boolean handleExisting(String dest, int ifExists) throws CoreException { in handleExisting()
150 …fix, String destSuffix, int n, String srcName, String destNamePrefix, int ifExists) throws IOExcep… in replicate()
163 …public static void copy(String src, String dest, String srcName, String destName, int ifExists) th… in copy()
/dports/net-im/coyim/coyim-0.3.11/config/importer/
H A Dutils.go32 func ifExists(fs []string, f string) []string { func
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/ast/
H A Dsqlitedropview.cpp16 SqliteDropView::SqliteDropView(bool ifExists, const QString &name1, const QString &name2) in SqliteDropView()
H A Dsqlitedroptrigger.cpp16 SqliteDropTrigger::SqliteDropTrigger(bool ifExists, const QString &name1, const QString &name2) in SqliteDropTrigger()
H A Dsqlitedropindex.cpp16 SqliteDropIndex::SqliteDropIndex(bool ifExists, const QString &name1, const QString &name2) in SqliteDropIndex()
H A Dsqlitedroptable.cpp15 SqliteDropTable::SqliteDropTable(bool ifExists, const QString& name1, const QString& name2) in SqliteDropTable()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/deparser/
H A Ddeparse_statistics_stmts.c53 DeparseDropStatisticsStmt(List *nameList, bool ifExists) in DeparseDropStatisticsStmt()
148 AppendDropStatisticsStmt(StringInfo buf, List *nameList, bool ifExists) in AppendDropStatisticsStmt()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DJarStream.java60 LispObject ifExists, LispObject format) in JarStream()
H A DURLStream.java60 LispObject ifExists, LispObject format) in URLStream()
H A DFileStream.java57 LispObject ifExists, LispObject format) in FileStream()
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Db/Dialect/
H A DPostgresql.zep355 …ic function dropTable(string! tableName, string schemaName = null, bool! ifExists = true) -> string
371 …blic function dropView(string! viewName, string schemaName = null, bool! ifExists = true) -> string
H A DMysql.zep372 …ic function dropTable(string! tableName, string schemaName = null, bool! ifExists = true) -> string
388 …blic function dropView(string! viewName, string schemaName = null, bool! ifExists = true) -> string
H A DSqlite.zep337 …ic function dropTable(string! tableName, string schemaName = null, bool! ifExists = true) -> string
353 …blic function dropView(string! viewName, string schemaName = null, bool! ifExists = true) -> string
/dports/www/phalcon/cphalcon-3.4.5/phalcon/db/dialect/
H A Dmysql.zep544 …function dropTable(string! tableName, string schemaName = null, boolean! ifExists = true) -> string
576 …c function dropView(string! viewName, string schemaName = null, boolean! ifExists = true) -> string
H A Dpostgresql.zep493 …function dropTable(string! tableName, string schemaName = null, boolean! ifExists = true) -> string
525 …c function dropView(string! viewName, string schemaName = null, boolean! ifExists = true) -> string
H A Dsqlite.zep446 …function dropTable(string! tableName, string schemaName = null, boolean! ifExists = true) -> string
478 …c function dropView(string! viewName, string schemaName = null, boolean! ifExists = true) -> string
/dports/www/py-imdbpy/IMDbPY-2021.4.18/imdb/parser/sql/
H A Ddbschema.py395 def dropTables(tables, ifExists=True): argument
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/database/driver/
H A Dsqlite.php84 public function dropTable($tableName, $ifExists = true)
H A Dpdomysql.php167 public function dropTable($tableName, $ifExists = true)
H A Doracle.php149 public function dropTable($tableName, $ifExists = true)
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/driver/
H A Dpdomysql.php192 public function dropTable($tableName, $ifExists = true)
H A Dsqlite.php122 public function dropTable($tableName, $ifExists = true)
H A Doracle.php135 public function dropTable($tableName, $ifExists = true)
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DLocalDirAllocator.java214 public boolean ifExists(String pathStr,Configuration conf) { in ifExists() method in LocalDirAllocator
506 public synchronized boolean ifExists(String pathStr,Configuration conf) { in ifExists() method in LocalDirAllocator.AllocatorPerContext
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DLocalDirAllocator.java231 public boolean ifExists(String pathStr,Configuration conf) { in ifExists() method in LocalDirAllocator
527 public synchronized boolean ifExists(String pathStr,Configuration conf) { in ifExists() method in LocalDirAllocator.AllocatorPerContext

123