Exemplo n.º 1
0
pgCollection *pgSchemaFactory::CreateCollection(pgObject *obj)
{
	return new pgSchemaCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 2
0
pgCollection *gpPartitionFactory::CreateCollection(pgObject *obj)
{
	return new gpPartitionCollection(GetCollectionFactory(), (gpPartition *)obj );
}
Exemplo n.º 3
0
pgCollection *pgTablespaceFactory::CreateCollection(pgObject *obj)
{
	return new pgTablespaceCollection(GetCollectionFactory(), (pgServer *)obj);
}
Exemplo n.º 4
0
pgCollection *edbResourceGroupFactory::CreateCollection(pgObject *obj)
{
	return new edbResourceGroupCollection(GetCollectionFactory(), (pgServer *)obj);
}
Exemplo n.º 5
0
pgCollection *pgForeignServerObjFactory::CreateCollection(pgObject *obj)
{
	return new pgForeignServerObjCollection(GetCollectionFactory(), (pgForeignServer *)obj);
}
Exemplo n.º 6
0
pgCollection *slNodeFactory::CreateCollection(pgObject *obj)
{
	return new slNodeCollection(GetCollectionFactory(), (slCluster *)obj);
}
Exemplo n.º 7
0
pgCollection *gpResQueueFactory::CreateCollection(pgObject *obj)
{
	return new gpResQueueCollection(GetCollectionFactory(), (pgServer *)obj);
}
Exemplo n.º 8
0
pgCollection *pgCatalogObjectFactory::CreateCollection(pgObject *obj)
{
	return new pgCatalogObjectCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 9
0
pgCollection *pgGroupRoleFactory::CreateCollection(pgObject *obj)
{
	return new pgGroupRoleCollection(GetCollectionFactory(), (pgServer *)obj);
}
Exemplo n.º 10
0
pgCollection *edbPackageFactory::CreateCollection(pgObject *obj)
{
    return new edbPackageCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 11
0
pgCollection *slSlSequenceFactory::CreateCollection(pgObject *obj)
{
	return new slSlSequenceCollection(GetCollectionFactory(), (slSet *)obj);
}
Exemplo n.º 12
0
pgCollection *edbSynonymFactory::CreateCollection(pgObject *obj)
{
	return new edbSynonymCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 13
0
pgCollection *pgLanguageFactory::CreateCollection(pgObject *obj)
{
	return new pgLanguageCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 14
0
pgCollection *edbPrivateSynonymFactory::CreateCollection(pgObject *obj)
{
	return new edbPrivateSynonymCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 15
0
pgCollection *edbPackageObjFactory::CreateCollection(pgObject *obj)
{
	return new edbPackageObjCollection(GetCollectionFactory(), (edbPackage *)obj);
}
Exemplo n.º 16
0
pgCollection *pgForeignDataWrapperFactory::CreateCollection(pgObject *obj)
{
	return new pgForeignDataWrapperCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 17
0
pgCollection *slSubscriptionFactory::CreateCollection(pgObject *obj)
{
    return new slSubscriptionCollection(GetCollectionFactory(), (slSet *)obj);
}
Exemplo n.º 18
0
pgCollection *pgaJobObjFactory::CreateCollection(pgObject *obj)
{
	return new pgaJobObjCollection(GetCollectionFactory(), (pgaJob *)obj);
}
Exemplo n.º 19
0
pgCollection *slNodeObjFactory::CreateCollection(pgObject *obj)
{
	return new slNodeObjCollection(GetCollectionFactory(), (slNode *)obj);
}
Exemplo n.º 20
0
pgCollection *pgaJobFactory::CreateCollection(pgObject *obj)
{
	return new pgaJobCollection(GetCollectionFactory(), (pgServer *)obj);
}
Exemplo n.º 21
0
pgCollection *pgSequenceFactory::CreateCollection(pgObject *obj)
{
	return new pgSequenceCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 22
0
pgCollection *pgForeignTableFactory::CreateCollection(pgObject *obj)
{
	return new pgForeignTableCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 23
0
pgCollection *pgOperatorFactory::CreateCollection(pgObject *obj)
{
	return new pgOperatorCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 24
0
pgCollection *pgTextSearchConfigurationFactory::CreateCollection(pgObject *obj)
{
	return new pgTextSearchConfigurationCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 25
0
pgCollection *pgTextSearchParserFactory::CreateCollection(pgObject *obj)
{
	return new pgTextSearchParserCollection(GetCollectionFactory(), (pgSchema *)obj);
}
Exemplo n.º 26
0
pgCollection *pgaSlClusterFactory::CreateCollection(pgObject *obj)
{
	return new slClusterCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 27
0
pgCollection *pgExtensionFactory::CreateCollection(pgObject *obj)
{
	return new pgExtensionCollection(GetCollectionFactory(), (pgDatabase *)obj);
}
Exemplo n.º 28
0
pgCollection *gpExtTableFactory::CreateCollection(pgObject *obj)
{
	return new gpExtTableCollection(GetCollectionFactory(), (pgSchema *)obj);
}