OmniSciDB
a5dc49c757
|
#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 |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
bool | is_primarykey_ |
std::list< std::unique_ptr < std::string > > | column_list_ |
Definition at line 853 of file ParserNode.h.
|
inline |
Definition at line 855 of file ParserNode.h.
References CHECK, and column_list_.
|
inline |
Definition at line 863 of file ParserNode.h.
References column_list_.
|
inline |
|
private |
Definition at line 869 of file ParserNode.h.
Referenced by get_column_list(), and UniqueDef().
|
private |
Definition at line 868 of file ParserNode.h.
Referenced by get_is_primarykey().