Home > Contents > Index >
ICS.FlushCatalog
Flushes any cached information for a named table.
Syntax
public boolean FlushCatalog(String catname)Parameters
catname
- The name of the table to flush.
Returns
Returns
true
on success,false
on failure.Error Numbers
Use
to view the error.
GetErrno
()Example
ics.ClearErrno(); ics.FlushCatalog("myCatalog") ics.GetErrno();
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.