OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema Class Reference
+ Inheritance diagram for com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema:
+ Collaboration diagram for com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema:

Public Member Functions

Table getTable (String name)
 
Set< String > getTypeNames ()
 
RelProtoDataType getType (String arg0)
 
Set< String > getTableNames ()
 
Collection< FunctiongetFunctions (String name)
 
Set< String > getFunctionNames ()
 
Schema getSubSchema (String name)
 
Set< String > getSubSchemaNames ()
 
Expression getExpression (SchemaPlus parentSchema, String name)
 
boolean isMutable ()
 
Schema snapshot (SchemaVersion version)
 

Detailed Description

Definition at line 35 of file SqlIdentifierCapturerTest.java.

Member Function Documentation

Expression com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getExpression ( SchemaPlus  parentSchema,
String  name 
)
inline

Definition at line 77 of file SqlIdentifierCapturerTest.java.

77  {
78  return null;
79  }
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getFunctionNames ( )
inline

Definition at line 62 of file SqlIdentifierCapturerTest.java.

62  {
63  return Collections.emptySet();
64  }
Collection<Function> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getFunctions ( String  name)
inline

Definition at line 57 of file SqlIdentifierCapturerTest.java.

57  {
58  return Collections.emptySet();
59  }
Schema com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getSubSchema ( String  name)
inline

Definition at line 67 of file SqlIdentifierCapturerTest.java.

67  {
68  return null;
69  }
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getSubSchemaNames ( )
inline

Definition at line 72 of file SqlIdentifierCapturerTest.java.

72  {
73  return Collections.emptySet();
74  }
Table com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTable ( String  name)
inline

Definition at line 37 of file SqlIdentifierCapturerTest.java.

37  {
38  return null;
39  }
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTableNames ( )
inline

Definition at line 52 of file SqlIdentifierCapturerTest.java.

52  {
53  return Collections.emptySet();
54  }
RelProtoDataType com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getType ( String  arg0)
inline

Definition at line 47 of file SqlIdentifierCapturerTest.java.

47  {
48  return null;
49  }
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTypeNames ( )
inline

Definition at line 42 of file SqlIdentifierCapturerTest.java.

42  {
43  return Collections.emptySet();
44  }
boolean com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.isMutable ( )
inline

Definition at line 82 of file SqlIdentifierCapturerTest.java.

82  {
83  return false;
84  }
Schema com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.snapshot ( SchemaVersion  version)
inline

Definition at line 87 of file SqlIdentifierCapturerTest.java.

87  {
88  return null;
89  }

The documentation for this class was generated from the following file: