public class ReadMethodsForSchema extends JDBCDatabaseMethods
| Modifier and Type | Class and Description |
|---|---|
protected class |
ReadMethodsForSchema.RawSchema
A raw schema object keeps track of the id, the name and the parent of a
schema.
|
| Constructor and Description |
|---|
ReadMethodsForSchema() |
| Modifier and Type | Method and Description |
|---|---|
protected ReadMethodsForSchema.RawSchema |
getRawSchema(ch.agent.crnickl.api.Surrogate surrogate)
Find a raw schema corresponding to a surrogate.
|
ch.agent.crnickl.api.UpdatableSchema |
getSchema(ch.agent.crnickl.api.Surrogate surrogate)
Find a schema corresponding to a surrogate.
|
Collection<ch.agent.crnickl.api.Surrogate> |
getSchemaSurrogateList(ch.agent.crnickl.api.Database database,
String pattern)
Find a collection of schema surrogates with labels matching a pattern.
|
close, executeAndGetNewId, getId, getId, getIdOrZero, makeSurrogate, open, open, openpublic ch.agent.crnickl.api.UpdatableSchema getSchema(ch.agent.crnickl.api.Surrogate surrogate)
throws ch.agent.crnickl.T2DBException
surrogate - a surrogatech.agent.crnickl.T2DBExceptionpublic Collection<ch.agent.crnickl.api.Surrogate> getSchemaSurrogateList(ch.agent.crnickl.api.Database database, String pattern) throws ch.agent.crnickl.T2DBException
database - a databasepattern - a simple pattern where "*" stands for zero or more charactersch.agent.crnickl.T2DBExceptionprotected ReadMethodsForSchema.RawSchema getRawSchema(ch.agent.crnickl.api.Surrogate surrogate) throws ch.agent.crnickl.T2DBException
surrogate - a surrogatech.agent.crnickl.T2DBExceptionCopyright © 2017. All rights reserved.