public class TestPropertyInfo
extends java.lang.Object
| Constructor and Description |
|---|
TestPropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
filter(java.util.Properties p,
java.lang.String filterMe)
Return the passed in Properties object with a property filtered out.
|
static java.lang.String |
getAllIndexProperties(java.lang.String schemaName,
java.lang.String indexName)
Get ALL the Properties associated with a given index, not just the customer-visible ones.
|
static java.lang.String |
getAllTableProperties(java.lang.String schemaName,
java.lang.String tableName)
Get ALL the Properties associated with a given table, not just the
customer-visible ones.
|
private static java.util.Properties |
getConglomerateProperties(java.lang.String schemaName,
java.lang.String conglomerateName,
boolean isIndex) |
static java.lang.String |
getTableProperty(java.lang.String schemaName,
java.lang.String tableName,
java.lang.String key)
Get a specific property associated with a given table, not just the
customer-visible ones.
|
public static java.lang.String getAllTableProperties(java.lang.String schemaName,
java.lang.String tableName)
throws java.sql.SQLException
schemaName - The name of the schema that the table is in.tableName - The name of the table.java.sql.SQLException - thrown on errorpublic static java.lang.String getTableProperty(java.lang.String schemaName,
java.lang.String tableName,
java.lang.String key)
throws java.sql.SQLException
schemaName - The name of the schema that the table is in.tableName - The name of the table.key - The table property to retrievejava.sql.SQLException - thrown on errorpublic static java.lang.String getAllIndexProperties(java.lang.String schemaName,
java.lang.String indexName)
throws java.sql.SQLException
schemaName - The name of the schema that the index is in.indexName - The name of the index.java.sql.SQLException - thrown on errorpublic static java.util.Properties filter(java.util.Properties p,
java.lang.String filterMe)
private static java.util.Properties getConglomerateProperties(java.lang.String schemaName,
java.lang.String conglomerateName,
boolean isIndex)
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.