OmniSciDB
1dac507f6e
|
#include <ParserNode.h>
Public Member Functions | |
UniqueDef (bool p, std::list< std::string * > *cl) | |
bool | get_is_primarykey () const |
const std::list < std::unique_ptr< std::string > > & | get_column_list () const |
![]() | |
virtual | ~Node () |
Private Attributes | |
bool | is_primarykey |
std::list< std::unique_ptr < std::string > > | column_list |
Definition at line 841 of file ParserNode.h.
|
inline |
Definition at line 843 of file ParserNode.h.
References CHECK(), and column_list.
|
inline |
Definition at line 851 of file ParserNode.h.
References column_list.
|
inline |
|
private |
Definition at line 857 of file ParserNode.h.
Referenced by get_column_list(), and UniqueDef().
|
private |
Definition at line 856 of file ParserNode.h.
Referenced by get_is_primarykey().