public class SqlScope
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
When in an IDE, PathCache mappings for dbconfig files will contain two entries, one with a fqn mirroring the resource
path, the other mirroring the schema package (the actual type name of the generated dbconfig schema class).
|
DbConfig |
getDbconfig() |
Schema |
getSchema() |
int |
hashCode() |
static boolean |
isDefaultScopeApplicable(manifold.api.fs.IFile file) |
boolean |
isErrant() |
static SqlScope |
makeErrantScope(manifold.api.host.IModule module,
java.lang.String fqn,
manifold.api.fs.IFile file) |
public static SqlScope makeErrantScope(manifold.api.host.IModule module, java.lang.String fqn, manifold.api.fs.IFile file)
public DbConfig getDbconfig()
public Schema getSchema()
public static boolean isDefaultScopeApplicable(manifold.api.fs.IFile file)
public boolean isErrant()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2023. All rights reserved.